[{"content":"This post covers how this site was set up, as a reference for future me.\nStack Generator: Hugo — fast static site generator Theme: PaperMod — clean, light/dark mode Hosting: GitHub Pages Domain: jeroen3.nl CI/CD: GitHub Actions — builds and deploys on every push to main Writing a new post Create a new file under content/posts/ with a .md extension. Add front matter at the top (see example below). Write content in Markdown. Commit and push — GitHub Actions will build and deploy automatically. --- title: \u0026#34;My Post Title\u0026#34; date: 2024-03-15 draft: false tags: [\u0026#34;tag1\u0026#34;, \u0026#34;tag2\u0026#34;] description: \u0026#34;Short description shown in post listings.\u0026#34; --- Post content goes here. Dark mode The site defaults to dark mode. Visitors can toggle between dark and light using the button in the header.\n","permalink":"http://jeroen3.nl/posts/getting-started-with-hugo/","summary":"\u003cp\u003eThis post covers how this site was set up, as a reference for future me.\u003c/p\u003e\n\u003ch2 id=\"stack\"\u003eStack\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eGenerator\u003c/strong\u003e: \u003ca href=\"https://gohugo.io/\"\u003eHugo\u003c/a\u003e — fast static site generator\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eTheme\u003c/strong\u003e: \u003ca href=\"https://github.com/adityatelange/hugo-PaperMod\"\u003ePaperMod\u003c/a\u003e — clean, light/dark mode\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHosting\u003c/strong\u003e: \u003ca href=\"https://pages.github.com/\"\u003eGitHub Pages\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eDomain\u003c/strong\u003e: \u003ca href=\"https://jeroen3.nl\"\u003ejeroen3.nl\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCI/CD\u003c/strong\u003e: GitHub Actions — builds and deploys on every push to \u003ccode\u003emain\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2 id=\"writing-a-new-post\"\u003eWriting a new post\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eCreate a new file under \u003ccode\u003econtent/posts/\u003c/code\u003e with a \u003ccode\u003e.md\u003c/code\u003e extension.\u003c/li\u003e\n\u003cli\u003eAdd front matter at the top (see example below).\u003c/li\u003e\n\u003cli\u003eWrite content in Markdown.\u003c/li\u003e\n\u003cli\u003eCommit and push — GitHub Actions will build and deploy automatically.\u003c/li\u003e\n\u003c/ol\u003e\n\u003cdiv class=\"highlight\"\u003e\u003cpre tabindex=\"0\" style=\"color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;\"\u003e\u003ccode class=\"language-markdown\" data-lang=\"markdown\"\u003e\u003cspan style=\"display:flex;\"\u003e\u003cspan\u003e---\n\u003c/span\u003e\u003c/span\u003e\u003cspan style=\"display:flex;\"\u003e\u003cspan\u003etitle: \u0026#34;My Post Title\u0026#34;\n\u003c/span\u003e\u003c/span\u003e\u003cspan style=\"display:flex;\"\u003e\u003cspan\u003edate: 2024-03-15\n\u003c/span\u003e\u003c/span\u003e\u003cspan style=\"display:flex;\"\u003e\u003cspan\u003edraft: false\n\u003c/span\u003e\u003c/span\u003e\u003cspan style=\"display:flex;\"\u003e\u003cspan\u003etags: [\u0026#34;tag1\u0026#34;, \u0026#34;tag2\u0026#34;]\n\u003c/span\u003e\u003c/span\u003e\u003cspan style=\"display:flex;\"\u003e\u003cspan\u003edescription: \u0026#34;Short description shown in post listings.\u0026#34;\n\u003c/span\u003e\u003c/span\u003e\u003cspan style=\"display:flex;\"\u003e\u003cspan\u003e---\n\u003c/span\u003e\u003c/span\u003e\u003cspan style=\"display:flex;\"\u003e\u003cspan\u003e\n\u003c/span\u003e\u003c/span\u003e\u003cspan style=\"display:flex;\"\u003e\u003cspan\u003ePost content goes here.\n\u003c/span\u003e\u003c/span\u003e\u003c/code\u003e\u003c/pre\u003e\u003c/div\u003e\u003ch2 id=\"dark-mode\"\u003eDark mode\u003c/h2\u003e\n\u003cp\u003eThe site defaults to dark mode. Visitors can toggle between dark and light using the button in the header.\u003c/p\u003e","title":"Getting Started with Hugo"},{"content":"Welcome to my site. This is the first post.\nI set this up with Hugo and the PaperMod theme. The site is hosted on GitHub Pages under the domain jeroen3.nl.\nWhy Hugo? Hugo is a fast static site generator. Content is written in Markdown, which keeps things simple. There\u0026rsquo;s no database, no server-side code — just files that get turned into HTML.\nWhat to expect? Occasional posts about:\nElectronics and embedded systems Software projects Other things I find interesting ","permalink":"http://jeroen3.nl/posts/hello-world/","summary":"\u003cp\u003eWelcome to my site. This is the first post.\u003c/p\u003e\n\u003cp\u003eI set this up with \u003ca href=\"https://gohugo.io/\"\u003eHugo\u003c/a\u003e and the \u003ca href=\"https://github.com/adityatelange/hugo-PaperMod\"\u003ePaperMod\u003c/a\u003e theme.\nThe site is hosted on \u003ca href=\"https://pages.github.com/\"\u003eGitHub Pages\u003c/a\u003e under the domain \u003ca href=\"https://jeroen3.nl\"\u003ejeroen3.nl\u003c/a\u003e.\u003c/p\u003e\n\u003ch2 id=\"why-hugo\"\u003eWhy Hugo?\u003c/h2\u003e\n\u003cp\u003eHugo is a fast static site generator. Content is written in Markdown, which keeps things simple.\nThere\u0026rsquo;s no database, no server-side code — just files that get turned into HTML.\u003c/p\u003e\n\u003ch2 id=\"what-to-expect\"\u003eWhat to expect?\u003c/h2\u003e\n\u003cp\u003eOccasional posts about:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eElectronics and embedded systems\u003c/li\u003e\n\u003cli\u003eSoftware projects\u003c/li\u003e\n\u003cli\u003eOther things I find interesting\u003c/li\u003e\n\u003c/ul\u003e","title":"Hello World"},{"content":"Hi, I\u0026rsquo;m Jeroen. I\u0026rsquo;m an engineer who likes to tinker with electronics, software, and other things.\nThis site is where I occasionally write about projects, findings, or anything else I find worth sharing.\n","permalink":"http://jeroen3.nl/about/","summary":"About me","title":"About"}]