Hello, World! π
Welcome to my blog! This is the very first post, built with Hugo + PaperMod.
Why Hugo?
- β‘ Blazing fast β compiles hundreds of posts in seconds
- π Markdown-first β plain text, version-control friendly
- π¨ Tons of themes β active community, great designs
- π Easy to deploy β static files, throw them anywhere
How I Built It
The whole process was pretty straightforward:
# 1. Install Hugo
brew install hugo # macOS
# or grab the deb/rpm
# 2. Create a site
hugo new site my-blog
cd my-blog
# 3. Add a theme
git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
# 4. Write a post
hugo new posts/hello-world.md
# 5. Preview locally
hugo server -D
# 6. Build & deploy
hugo --minify
What’s Next
- Write more tech articles
- Set up comments
- Add RSS feed
- Optimize SEO
Stay tuned! π‘