All Projects → rootless-containers → rootlesscontaine.rs

rootless-containers / rootlesscontaine.rs

Licence: CC-BY-SA-4.0 License
Website to track the progress of rootless containers.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to rootlesscontaine.rs

haxe.org
The haxe.org website
Stars: ✭ 74 (+85%)
Mutual labels:  website, static-site
Securitytxt.org
Static website for security.txt.
Stars: ✭ 49 (+22.5%)
Mutual labels:  website, static-site
Awesome Jamstack
📔 Curated list of resources: books, videos, articles, speaker decks, tools about using the JAMstack (A modern web development architecture for creating fast, secure and dynamic websites)
Stars: ✭ 115 (+187.5%)
Mutual labels:  website, static-site
jigsaw-blog-template
Starter template for a blog, using Jigsaw by Tighten
Stars: ✭ 75 (+87.5%)
Mutual labels:  static-site
awesome-www
Website of AwesomeWM
Stars: ✭ 39 (-2.5%)
Mutual labels:  website
stacy
Website generator that combines content from Contentful CMS with Handlebars templates and publishes the website in Amazon S3.
Stars: ✭ 24 (-40%)
Mutual labels:  static-site
AspNetCore.Weixin
An ASP.NET Core middleware for Wechat/Weixin message handling and apis. (微信公众平台/接口调用服务)
Stars: ✭ 24 (-40%)
Mutual labels:  website
tinystatic
A tiny static website generator which is flexible and easy to use
Stars: ✭ 36 (-10%)
Mutual labels:  static-site
lxqt.github.io
LXQt website
Stars: ✭ 14 (-65%)
Mutual labels:  website
heaps.io
Website sources
Stars: ✭ 24 (-40%)
Mutual labels:  website
McMasterGradStuManual
McMaster研究生新生手册
Stars: ✭ 13 (-67.5%)
Mutual labels:  website
basicprograms
This repo contains basics programs of all languages.
Stars: ✭ 17 (-57.5%)
Mutual labels:  website
spotify-true-random
🔀 An application for unbiased truly random playlist and library shuffling with Spotify.
Stars: ✭ 51 (+27.5%)
Mutual labels:  website
Mega-index-heroku
Mega nz heroku index, Serves mega.nz to http via heroku web. It Alters downloading speed and stability
Stars: ✭ 165 (+312.5%)
Mutual labels:  website
Gangster-Legends-V2
A free to use text-based PBBG / MMORPG script
Stars: ✭ 48 (+20%)
Mutual labels:  website
recurse-community-portfolio
Discover all the things Recursers have built!
Stars: ✭ 13 (-67.5%)
Mutual labels:  website
openfaas.github.io
Primary website / landing-page for the project
Stars: ✭ 50 (+25%)
Mutual labels:  website
wodle
Static site generator using next and tachyons
Stars: ✭ 29 (-27.5%)
Mutual labels:  static-site
YuktiCTF
A Game platform to spread awareness among school and university students about various cyber attacks.
Stars: ✭ 11 (-72.5%)
Mutual labels:  website
nextjs-blog-starter-kit
NextJS Blog + Contentful Typescript Starter kit with Static Export 🚀
Stars: ✭ 56 (+40%)
Mutual labels:  static-site

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:

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

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

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].