haccfiles/websites/infra4future.de
stuebinm 4dc9cdac91 flake.nix: move websites from packages.* to apps.*
this should not change their behaviour with "nix run", which was
the reason for putting them there in the first place (however, it does
remove the ability to build them with "nix build", but afaik this has
never been used by anyone).

This means the packages.* output is now left unused, so we can use it
instead for things that actually are programs which want to expose
(see the next commit after this one for an example).
2024-08-30 17:55:03 +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
_config.yml add the rest of our stativ web pages 2022-01-10 23:45:21 +01:00
default.nix flake.nix: move websites from packages.* to apps.* 2024-08-30 17:55:03 +02: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 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.