No description
  • CSS 78.5%
  • HTML 14.6%
  • Ruby 6.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-28 14:38:08 +02:00
_data Rename manual.md to doc.md 2024-03-05 02:54:36 +01:00
_includes Update copyright notice 2026-02-27 19:11:01 +01:00
_layouts fold over jekyll website 2021-10-12 18:13:37 +02:00
assets install: Update for Fedora 44 2026-04-27 14:39:06 +02:00
.gitignore wide aspect splash 2021-11-10 07:57:55 +01:00
404.md Fix capitalization — it's GitHub, not Github 2022-08-23 20:26:48 +02:00
_config.yml Synchronize the description in _config.yml with the code repository 2024-03-22 21:57:48 +01:00
apple-touch-icon.png fold over jekyll website 2021-10-12 18:13:37 +02:00
apple-touch-icon.svg fold over jekyll website 2021-10-12 18:13:37 +02:00
articles.md Link to Carlos Garnacho's blog post sysexts and Fedora Silverblue 2025-09-12 21:03:07 +02:00
builder.md Bump the Fedora version to 42 2025-07-24 20:39:54 +02:00
CNAME fold over jekyll website 2021-10-12 18:13:37 +02:00
distros.md Don't hard code the Fedora, RHEL and Ubuntu versions 2025-07-24 21:50:26 +02:00
doc.md Synchronize Container Configuration sub-section with toolbox-create(1) 2026-02-27 19:11:01 +01:00
favicon.png fold over jekyll website 2021-10-12 18:13:37 +02:00
favicon.svg fold over jekyll website 2021-10-12 18:13:37 +02:00
Gemfile add webrick 2023-09-27 20:52:04 +02:00
Gemfile.lock fix images for /install 2023-10-02 17:13:36 +02:00
goals.md Fix grammar mistake using Gemini Code Assist 2026-02-27 18:18:17 +01:00
index.md Switch security policy to use GitHub's private vulnerability reporting 2026-05-28 14:38:08 +02:00
install.md Tweak to use ampersand in the title as elsewhere 2025-07-31 15:16:55 +02:00
LICENSE Initial commit 2021-10-12 09:10:16 -05:00
README.md Update the Fedora version in README.md 2025-08-04 14:36:05 +02:00
style.css stylesheet: tables 2025-07-01 08:34:23 +02:00
use.md Mark /dev as inline code for consistency 2026-02-27 18:21:40 +01:00

Toolbx website

To set up jekyll locally on Fedora:

  1. Set up Toolbx container and clone the repo
toolbox create toolbx-website --release 42
toolbox enter toolbx-website
mkdir src && cd src
git clone git@github.com:containers/containertoolbx.org.git
cd containertoolbox.org
  1. Set up ruby and install rvm
sudo dnf install -y curl gcc-c++
sudo dnf builddep -y ruby
\curl -sSL https://get.rvm.io | bash -s stable
echo "source ~/.rvm/scripts/rvm" >> $HOME/.bash_profile
source $HOME/.bash_profile
rvm install ruby-3.1.2
bundle install
bundle exec jekyll s

The CI should deploy the site automatically to https://containertoolbx.org.