项目作者: rootless-containers

项目描述 :
Website to track the progress of rootless containers.
高级语言: HTML
项目地址: git://github.com/rootless-containers/rootlesscontaine.rs.git
创建时间: 2017-04-07T03:11:07Z
项目社区:https://github.com/rootless-containers/rootlesscontaine.rs

开源协议:Creative Commons Attribution Share Alike 4.0 International

下载


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.

Usage

This site is “built” using Hugo, so just run the following:

  1. % hugo server
  2. Start building sites
  3. | EN
  4. -------------------+-----
  5. Pages | 40
  6. Paginator pages | 0
  7. Non-page files | 0
  8. Static files | 38
  9. Processed images | 0
  10. Aliases | 0
  11. Sitemaps | 1
  12. Cleaned | 0
  13. Built in 69 ms
  14. Watching for changes in /home/cyphar/.local/src/rootlesscontaine.rs/{content,themes}
  15. Watching for config changes in /home/cyphar/.local/src/rootlesscontaine.rs/config.toml
  16. Environment: "development"
  17. Serving pages from memory
  18. Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
  19. Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
  20. Press Ctrl+C to stop

If you want to actually compile the site for publishing, just run hugo. The
output will be in public.

Theme

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/.

  1. % rm -r themes/hugo-geekdoc/
  2. % 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/.

License

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.