rootlesscontaine.rs
rootlesscontaine.rs
is a single-purpose website for tracking the
progress of rootless container support in various projects. I'm not good at
this whole "web development" gig, so I apologise for everything.
This site is "built" using Hugo, so just run the following:
% hugo server
Start building sites …
| EN
-------------------+-----
Pages | 40
Paginator pages | 0
Non-page files | 0
Static files | 38
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0
Built in 69 ms
Watching for changes in /home/cyphar/.local/src/rootlesscontaine.rs/{content,themes}
Watching for config changes in /home/cyphar/.local/src/rootlesscontaine.rs/config.toml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
If you want to actually compile the site for publishing, just run hugo
. The
output will be in public
.
This site uses Geekdoc as the theme. Unfortunately it depends on build-time postprocessing (using Gulp) and so we cannot use it as a submodule and instead must vendor the release artefacts into this repository.
In order to update to a newer version of Geekdoc, download a newer release
archive and extract it into themes/hugo-geekdoc/
.
% rm -r themes/hugo-geekdoc/
% curl -L https://github.com/thegeeklab/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C themes/hugo-geekdoc/ --strip-components=1
See also https://geekdocs.de/usage/getting-started/.
The text contents of the website are licensed under the terms of the CC-BY-SA 4.0 license. Any scripts used to build or otherwise generate this website are licensed under the Apache 2.0 license. They are copyrighted by their respective authors.
The hugo-geekdoc
theme is licensed under the terms of the
MIT license.