How to Blog

How To Setup and Start Blog on Operator’s System. Step 1: Create Site (one-time-Process) hugo new my-blog-site cd my-blog-site git init git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod edit hugo.toml: baseURL = https:localhost:1313/ languageCode = "en-us" title = "my-own-blog" theme = "PaperMod" Step 2: Create a Post hugo new posts/my-first-blog.md edit content/posts/my-first-blog.md at the top, change: draft: false Start Writing Your Content Now… Step 3: Run Local Sever hugo server open http:localhost:1313/ this is development mode, you haven’t yet publicly deployed , Press Ctrl+C to stop the server ...

March 14, 2026 · Operator

My First Blog

Introduction: Hello, Myself The Operator… I am a Tech Enthusiastic Cyber-Security Student. Beginning to blog, yet documenting me and my tech. Let’s See how does this journey goes by…

March 3, 2026 · Operator