haccfiles/websites/infra4future.de
stuebinm a6d21f4fd9 make working on websites nicer
(since every time we have to change anything on these I get annoyed at
having to remember how to build these. Now you can just use `nix run`!)
2023-02-24 17:33:48 +01: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 solve some TODOs 2022-11-11 16:30:38 +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 websites/infra4future.de: further edits 2023-02-16 01:22:08 +01: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.