diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/readme.md b/readme.md deleted file mode 100644 index 1645cf6..0000000 --- a/readme.md +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | # Markdown course website example / template | ||
2 | |||
3 | This is an example of course website, divided into two parts: lectures and | ||
4 | exercises sheets. | ||
5 | |||
6 | Everything is generated from Markdown source files into static files which can | ||
7 | then be served through by any web server. | ||
8 | |||
9 | For convenience, the compilation and deployment can be automated through GitLab | ||
10 | CI or equivalent, which allows automatic publication of the latest version | ||
11 | after 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/) | ||