forked from hacc/haccfiles
stuebinm
4dc9cdac91
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). |
||
---|---|---|
.. | ||
_includes | ||
_layouts | ||
assets | ||
.gitignore | ||
_config.yml | ||
default.nix | ||
impressum.md | ||
index.md | ||
nutzungsbedingungen.md | ||
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.