hello this is pandoc blog
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.
 
 
 
 
Christopher P. Brown 938049d1cc
initial commit
1 year ago
assets/styles initial commit 1 year ago
bin initial commit 1 year ago
content initial commit 1 year ago
dist initial commit 1 year ago
pages initial commit 1 year ago
templates initial commit 1 year ago
.gitignore initial commit 1 year ago
Makefile initial commit 1 year ago
README.md initial commit 1 year ago
app.yaml initial commit 1 year ago
index.md initial commit 1 year ago
justfile initial commit 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 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-feed.sh where it's hard coded.

images and styles go in /assets.

Resources