~cdrozak/context-templates

Templates for working with ConTeXt documents

f4abba0 docs: add LICENSE

2 years ago

6658ec7 docs: add README.md

2 years ago

#context-templates

Templates for working with ConTeXt documents. They contain boilerplate that I put in almost every ConTeXt project.

This project consists of two repositories:

#Usage

Instead of using git clone, I recommend adding one of the templates as a secondary remote. This way, it is easier to keep up with changes in template.

git remote add template https://git.sr.ht/~cdrozak/context-template-simple
# or git remote add template https://git.sr.ht/~cdrozak/context-template-document
git fetch template main
git pull template main