diff options
author | pacien | 2022-12-01 03:01:28 +0100 |
---|---|---|
committer | pacien | 2022-12-01 03:01:28 +0100 |
commit | 09a9741fc797f174f3ce64ede8501f1668fa6641 (patch) | |
tree | a4978738bc6bee312f76db67c975c6f4d6495aa5 /index.md | |
parent | 1721d747bb225e19f97acf88c68af62661d33af8 (diff) | |
download | markdown-course-website-09a9741fc797f174f3ce64ede8501f1668fa6641.tar.gz |
move readme to index
Since GitLab's web UI uses the index as the default page on the repo view.
Diffstat (limited to 'index.md')
-rw-r--r-- | index.md | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -2,12 +2,23 @@ | |||
2 | title: "About" | 2 | title: "About" |
3 | --- | 3 | --- |
4 | 4 | ||
5 | # About this site | 5 | # Markdown course website example / template |
6 | 6 | ||
7 | This is an example of course website, divided into two parts: lectures and | 7 | This is an example of course website, divided into two parts: lectures and |
8 | exercises sheets. | 8 | exercises sheets. |
9 | 9 | ||
10 | Everything is generated from Markdown source files into static files which can | ||
11 | then be served through by any web server. | ||
10 | 12 | ||
11 | # Course plan | 13 | For convenience, the compilation and deployment can be automated through GitLab |
14 | CI or equivalent, which allows automatic publication of the latest version | ||
15 | after pushing the sources to a version-controlled repository for example. | ||
12 | 16 | ||
13 | * First lecture on the first day. | 17 | |
18 | ## Resources and references | ||
19 | |||
20 | - [Markdown syntax](https://daringfireball.net/projects/markdown/syntax) | ||
21 | - [Quarto (reference)](https://quarto.org/docs/reference/index.html) | ||
22 | - [Pandoc (manual)](https://pandoc.org/MANUAL.html) | ||
23 | - [Nix guides](https://nixos.org/learn.html) | ||
24 | - [GitLab CI configuration reference](https://docs.gitlab.com/ee/ci/yaml/) | ||