From e31af9d184a4b58ecabf4d3d61e02cdb837fa1aa Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Tue, 2 May 2017 08:18:54 +0200 Subject: [PATCH] more documentation --- .#_config.yml | 1 + projects/README.md | 17 +++++++++++++++++ teaching/README.md | 14 ++++++++++++++ 3 files changed, 32 insertions(+) create mode 120000 .#_config.yml create mode 100644 projects/README.md create mode 100644 teaching/README.md diff --git a/.#_config.yml b/.#_config.yml new file mode 120000 index 0000000..ab7daa9 --- /dev/null +++ b/.#_config.yml @@ -0,0 +1 @@ +kohlhase@Michaels-MacBook-Pro-2.local.47230 \ No newline at end of file diff --git a/projects/README.md b/projects/README.md new file mode 100644 index 0000000..9676cf6 --- /dev/null +++ b/projects/README.md @@ -0,0 +1,17 @@ +Technical directions on adding a project +------------------------------------------ + +To add a new project, create a file in this directory, taking the existing files as +examples. + +Each post needs some specific parameters: + + * **layout** use *project* + * **title** the title of the project + * **subtitle** (optionnal) a subtitle. It will be adjuncted to your title in the post + link and just under the title in the post page + * **start** (optional) the project start date + * **end** (optional) the project end date + * **redirect_from** (optional) not needed for new projects, this is just the redirect link from old activities pages on the former site + * **funding** (optional): the funding body, *DFG*, *Leibniz Foundation*, *EU*, *Industry* + diff --git a/teaching/README.md b/teaching/README.md new file mode 100644 index 0000000..cd12abe --- /dev/null +++ b/teaching/README.md @@ -0,0 +1,14 @@ +Technical directions on adding a course/seminar +------------------------------------------ + +To add a new course/seminar, create a file in this directory, taking the existing files as +examples.We keep the pages in the language the course will be in. + +Each file needs some specific parameters: + + * **layout** use *course* + * **title** the title of the course/seminar + * **subtitle** (optionnal) a subtitle. It will be adjuncted to your title in the post + link and just under the title in the post page + * **instructor** instructors + * **menu_title** the title in the menu -- GitLab