PS_Site_Builder/content/blog/welcome.md
2025-12-30 13:57:49 +10:30

750 B

title date author tags image
Welcome to Your New Website 2024-01-01 Your Name
welcome
getting-started
blog1

Congratulations! You've successfully set up your static website generator. This is your first blog post.


Getting Started

Here are some tips to help you get started:

  • Edit the Markdown files in content/ to customize your sections
  • Add images to the images/ folder following the naming pattern
  • Create new blog posts in content/blog/ with front matter
  • Run pwsh -File build.ps1 to rebuild your site

Customization

You can customize:

  • Site title and header in build.ps1
  • Colors and styling in styles.css
  • Content in the content/ folder
  • Images in the images/ folder

Happy building!