-
Notifications
You must be signed in to change notification settings - Fork 585
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
build
andbuild-pdf
workflows are triggered whenever there is any push or pull request event.build
workflow runsmkdocs
for creating HTML pages from*.md
files.build-pdf
workflow coverted*.md
files to*.tex
files (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