Start a Static Blog With Hugo
Installation⌗
Follow the steps at: Quick Start | Hugo
hugo server -D
hugo server -t terminal
Head over to http://localhost:1313/ to see the site live
Usage⌗
Create a new blog post:
hugo new posts/managing-security-and-privacy-in-bubble-applications.md
hugo new posts/setup-a-static-blog-using-hugo-on-aws.md
Adding tags
and catgories
to blog posts
credit: How to add tag and category - support - HUGO
Themes
Find a theme of your choice at one of the following places:
- gohugoio/hugoThemes: A curated directory of Hugo themes
- For my blog I found a theme from:
Resources⌗
- Static Hosting With AWS and user-friendly URLs | by Juan Cruz Martinez | Medium
- Deploying a Hugo website to AWS in 6 steps (CDN+HTTPS) | Simple IT π€ Rocks
- Static Hosting With AWS and user-friendly URLs | by Juan Cruz Martinez | Medium
- Web-Based Editor? - feature - HUGO
- Hugo Deploy: Migrating from S3 Website | habd.as
- gcushen/hugo-academic: π The website builder for Hugo. Build and deploy a beautiful website in minutes!
- Using Hugo and AWS to build a fast, static, easily managed and deployed website. - DEV
- Hosting Hugo Site on CloudFront. This post is meant to be an⦠| by Jialun Tom Chen | Medium
Read other posts