You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
media | 2 weeks ago | |
pages | 2 weeks ago | |
posts | 2 weeks ago | |
.gitignore | 1 week ago | |
LICENSE | 2 weeks ago | |
README.md | 2 weeks ago | |
_config.sh | 2 weeks ago | |
_footer.html | 2 weeks ago | |
_header.html | 2 weeks ago | |
makefile | 2 weeks ago | |
pblog.sh | 1 week ago | |
rss.xsl | 2 weeks ago | |
style.css | 2 weeks ago |
README.md
pblog
Pandoc static blog generator
Getting Started
You can always read through the up-to-date article: Introducing pblog
But very basic steps:
- Install dependencies
- Write posts in the
posts
directory - Write pages in the
pages
directory - Build the site
- Upload your
_output
folder to your web host
Enjoy!