haccfiles/websites/infra4future.de
stuebinm 35853d56e2 re-add infra4future.de faq
(contains info about how groups work)
2022-09-25 19:20:20 +02:00
..
_includes add the rest of our stativ web pages 2022-01-10 23:45:21 +01:00
_layouts add the rest of our stativ web pages 2022-01-10 23:45:21 +01:00
assets Add uffd application icons 2022-05-02 16:28:37 +00:00
.gitignore add the rest of our stativ web pages 2022-01-10 23:45:21 +01:00
README.md add the rest of our stativ web pages 2022-01-10 23:45:21 +01:00
_config.yml add the rest of our stativ web pages 2022-01-10 23:45:21 +01:00
default.nix add the rest of our stativ web pages 2022-01-10 23:45:21 +01:00
impressum.md add the rest of our stativ web pages 2022-01-10 23:45:21 +01:00
index.md re-add infra4future.de faq 2022-09-25 19:20:20 +02:00
nutzungsbedingungen.md websites: remove mentions of gitlab.infra4future.de 2022-09-24 17:46:48 +02:00

README.md

infra4future.de main page

the page which should appear when you visit infra4future.de in a webbrowser, giving basic information about this server

building

To build this page, simply run jekyll build in the main directory, then copy the contents of _site to a path which the webserver will publish (the _site- Directory is icluded in .gitignore, so no need to worry about cluttering the repo).

Nothing more is required, as the entire site consists solely of static html and css.

TODOs:

Add an actual FAQ (just add them to index.md, based on the example question there). Pull-Requests are welcome!