Getting Started

Day 0 I guess my first step was to get this blog running. I am using Hugo with the PaperMod theme. Here’s how I got it running. Dependencies installed go installed hugo as a Snap package Created a new site hugo new site owaam.dev git init Added PaperMod theme as a submodule git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod Created this post! hugo new content content/posts/getting-started.md Deployed to Cloudflare Pages hugo

January 23, 2025 · 1 min · 70 words · Me