haccfiles/websites/infra4future.de
stuebinm 9bc85ed808 move docs from nextcloud directories to infra4future.de
this is unfinished; parts of the text still reference nextcloud as
"the thing you are right now".
2023-03-01 22:22:41 +01:00
..
_includes move docs from nextcloud directories to infra4future.de 2023-03-01 22:22:41 +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
docs move docs from nextcloud directories to infra4future.de 2023-03-01 22:22:41 +01:00
.gitignore 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 make working on websites nicer 2023-02-24 17:33:48 +01:00
impressum.md add the rest of our stativ web pages 2022-01-10 23:45:21 +01:00
index.md move docs from nextcloud directories to infra4future.de 2023-03-01 22:22:41 +01:00
nutzungsbedingungen.md websites: remove mentions of gitlab.infra4future.de 2022-09-24 17:46:48 +02:00
README.md solve some TODOs 2022-11-11 16:30:38 +01:00

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.