[{"content":"The site is live. This first post doubles as a smoke test — if you can read this with a table of contents on the side, working code highlighting and a theme toggle in the corner, everything is wired up correctly.\nHow this site is built It\u0026rsquo;s Hugo with the PaperMod theme. Content is plain Markdown under content/, and the theme lives in themes/PaperMod as a git submodule so it can be updated independently of the writing.\nWriting a new post hugo new content posts/my-new-post.md hugo server -D # preview at http://localhost:1313, drafts included New posts start as draft: true. Flip that to false (or delete the line) when the post is ready to go out — drafts are skipped by the production build.\nFront matter worth knowing Key What it does description Used for SEO and the summary on list pages tags Adds the post to /tags/ cover.image Shows a header image on the post and in listings ShowToc Toggles the table of contents for this post weight Pins a post to the top of the list when set That\u0026rsquo;s the whole workflow: write Markdown, commit, push.\n","permalink":"https://sujitdhungana.pages.dev/posts/hello-world/","summary":"\u003cp\u003eThe site is live. This first post doubles as a smoke test — if you can read\nthis with a table of contents on the side, working code highlighting and a\ntheme toggle in the corner, everything is wired up correctly.\u003c/p\u003e\n\u003ch2 id=\"how-this-site-is-built\"\u003eHow this site is built\u003c/h2\u003e\n\u003cp\u003eIt\u0026rsquo;s \u003ca href=\"https://gohugo.io/\"\u003eHugo\u003c/a\u003e with the\n\u003ca href=\"https://github.com/adityatelange/hugo-PaperMod\"\u003ePaperMod\u003c/a\u003e theme. Content is\nplain Markdown under \u003ccode\u003econtent/\u003c/code\u003e, and the theme lives in \u003ccode\u003ethemes/PaperMod\u003c/code\u003e as a\ngit submodule so it can be updated independently of the writing.\u003c/p\u003e","title":"Hello World"},{"content":"Hi, I\u0026rsquo;m Sujit Dhungana.\nI write here about the things I build and the things I break along the way — mostly code, tooling and whatever I\u0026rsquo;m currently learning.\nReplace this text with your own introduction: what you do, what you\u0026rsquo;re working on, and how people can reach you.\nGitHub: @virtualsujit Email: virtualsujit@gmail.com ","permalink":"https://sujitdhungana.pages.dev/about/","summary":"\u003cp\u003eHi, I\u0026rsquo;m \u003cstrong\u003eSujit Dhungana\u003c/strong\u003e.\u003c/p\u003e\n\u003cp\u003eI write here about the things I build and the things I break along the way —\nmostly code, tooling and whatever I\u0026rsquo;m currently learning.\u003c/p\u003e\n\u003cp\u003eReplace this text with your own introduction: what you do, what you\u0026rsquo;re\nworking on, and how people can reach you.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eGitHub: \u003ca href=\"https://github.com/virtualsujit\"\u003e@virtualsujit\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEmail: \u003ca href=\"mailto:virtualsujit@gmail.com\"\u003evirtualsujit@gmail.com\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e","title":"About"}]