Dozens B. McCuzzins 5d747b686d | ||
---|---|---|
assets | ||
bin | ||
content | ||
dist | ||
pages | ||
templates | ||
.gitignore | ||
Makefile | ||
README.md | ||
app.yaml | ||
index.md | ||
justfile |
README.md
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 inyyyy-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
.