haccfiles/websites/infra4future.de/README.md
stuebinm ae67b38304 add the rest of our stativ web pages
however, for some reason, ACME still fails. Hopefully it's just the
rate limit, but it does look suspicious; there' still a
"www.muc.hacc.space" in the log that oughtn't be there …
2022-01-10 23:45:21 +01:00

20 lines
622 B
Markdown

# 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!