Skip to content

michal-h21/testblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build test for my blog

Test files for my website setup. See https://www.kodymirus.cz/testblog/ for details.

How to use it as a template

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 push

After that, you can create new blog posts.

About

Blogging template for TeX4ht

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published