34 lines
750 B
Markdown
34 lines
750 B
Markdown
---
|
|
title: Welcome to Your New Website
|
|
date: 2024-01-01
|
|
author: Your Name
|
|
tags: [welcome, getting-started]
|
|
image: 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!
|
|
|