-
Couldn't load subscription status.
- Fork 590
Open
Description
There are a bunch of static site generator that creates HTML pages from templates or components and the given content source. Besides, we can also automate, customize, and execute workflows right in the repository with GitHub Actions.
The OI Wiki Project is an example:
- The contents are written in Markdown.
- Then the
buildandbuild-pdfworkflows are triggered whenever there is any push or pull request event.buildworkflow runsmkdocsfor creating HTML pages from*.mdfiles.build-pdfworkflow coverted*.mdfiles to*.texfiles (by running this JavaScript script) and compiled them tooutput.pdf.
Besides, the site 《大家來學 LaTeX》 is another site created with Hugo and use utteranc as the comment system. It would be a possible solution to use pandoc for coverting *.tex to *.md.
Metadata
Metadata
Assignees
Labels
No labels