Test files for my website setup. See https://www.kodymirus.cz/testblog/ for details.
You can put your TeX files in subdirectories of the texposts directory. Each document has it's
own subdirectory.
To start a new blog, you need to remove the documentation files first, using these commands:
$ find texposts -mindepth 1 -maxdepth 1 -type d \
! -name cookiecutter-post \
-exec rm -rf {} +
$ git add -u texposts
$ git commit -m "Clean start for a new blog"
$ git pushAfter that, you can create new blog posts.