blog/README.md

20 lines
415 B
Markdown
Raw Normal View History

2022-07-29 13:33:50 +00:00
# pblog
2022-07-29 14:46:26 +00:00
Pandoc static blog generator
[https://pblog.xyz](https://pblog.xyz)
## Getting Started
You can always read through the up-to-date article: [Introducing pblog](https://pblog.xyz/blog/pblog-intro.html)
But very basic steps:
1. Install dependencies
2. Write posts in the `posts` directory
3. Write pages in the `pages` directory
4. Build the site
5. Upload your `_output` folder to your web host
Enjoy!