summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorpacien2022-11-30 21:38:44 +0100
committerpacien2022-11-30 21:38:44 +0100
commit0749847aeab2dcaab43f50956f9cf0b21c31943b (patch)
tree45514d319037ceaae85b86b2037c88df800b95fe /readme.md
parentf1b105571b35b72f5f32c6e2e9c645580b17c0bc (diff)
downloadmarkdown-course-website-0749847aeab2dcaab43f50956f9cf0b21c31943b.tar.gz
add example content, compile to site and pdf
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..1645cf6
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,20 @@
1# Markdown course website example / template
2
3This is an example of course website, divided into two parts: lectures and
4exercises sheets.
5
6Everything is generated from Markdown source files into static files which can
7then be served through by any web server.
8
9For convenience, the compilation and deployment can be automated through GitLab
10CI or equivalent, which allows automatic publication of the latest version
11after pushing the sources to a version-controlled repository for example.
12
13
14## Resources and references
15
16- [Markdown syntax](https://daringfireball.net/projects/markdown/syntax)
17- [Quarto (reference)](https://quarto.org/docs/reference/index.html)
18- [Pandoc (manual)](https://pandoc.org/MANUAL.html)
19- [Nix guides](https://nixos.org/learn.html)
20- [GitLab CI configuration reference](https://docs.gitlab.com/ee/ci/yaml/)