My First Post
Welcome to my blog! This is my first post. Getting Started This is a Hugo blog using the PaperMod theme. You can write your content here using Markdown. To create a new post, use the command: hugo new content/posts/your-post-title.md Posts should be placed under content/posts/ directory. The front matter format is: +++ title = 'Your Post Title' date = 2024-10-18T00:00:00+00:00 draft = true tags = ['tag1', 'tag2'] categories = ['category'] +++ Features Clean, minimal design Fast static site generation Easy to write and publish Edit this file to customize your first post, then set draft = false when you’re ready to publish. ...