shoffmeister / containertoolbx.org

Website for the Toolbx project.

Home Page:https://containertoolbx.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toolbx website

To set up jekyll locally on Fedora:

  1. Set up toolbox container and clone the repo
toolbox create toolbx-website --release 39
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.

About

Website for the Toolbx project.

https://containertoolbx.org/

License:MIT License


Languages

Language:CSS 72.9%Language:HTML 16.7%Language:Ruby 10.4%