20 lines
567 B
Markdown
20 lines
567 B
Markdown
# Pandoc Blog
|
|
|
|
this is a static website that uses pandoc and pandoc templates to build a blog
|
|
|
|
## Getting Started
|
|
|
|
- add content to `/content`. The filename must be in `yyyy-mm-dd-file-name.md` format. This is how the blog posts are ordered, because the tool is not very smart.
|
|
- other "pages" go in `/pages`
|
|
|
|
That's kind of it..
|
|
|
|
You'll need to edit a bunch of values in index.yml and build-podcast.sh where it's hard coded.
|
|
|
|
images and styles go in `/assets`.
|
|
|
|
## Resources
|
|
|
|
- <https://pandoc.org/MANUAL.html#variables>
|
|
- <https://pandoc.org/MANUAL.html#templates>
|