Skip to content

Wandmalfarbe/pandoc-templates.org

Repository files navigation

Pandoc Templates

Build

Configure environment variables in ~/.zprofile (when using Zsh):

export GH_ACCESS_TOKEN="..."

Install dependencies and build:

npm ci
bash ./build.sh

Notes

Use jq to sort all template entries by title.

jq '. |= sort_by(.title|ascii_upcase)' templates_backup.json > sorted.json

About

Source code for https://pandoc-templates.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published