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 year ago | |
---|---|---|
assets/styles | 1 year ago | |
bin | 1 year ago | |
content | 1 year ago | |
dist | 1 year ago | |
pages | 1 year ago | |
templates | 1 year ago | |
.gitignore | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
app.yaml | 1 year ago | |
index.md | 1 year ago | |
justfile | 1 year ago |
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-feed.sh where it's hard coded.
images and styles go in /assets
.