mirror of
https://github.com/containers/containertoolbx.org
synced 2026-07-22 19:43:42 +00:00
No description
- CSS 78.5%
- HTML 14.6%
- Ruby 6.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| _data | ||
| _includes | ||
| _layouts | ||
| assets | ||
| .gitignore | ||
| 404.md | ||
| _config.yml | ||
| apple-touch-icon.png | ||
| apple-touch-icon.svg | ||
| articles.md | ||
| builder.md | ||
| CNAME | ||
| distros.md | ||
| doc.md | ||
| favicon.png | ||
| favicon.svg | ||
| Gemfile | ||
| Gemfile.lock | ||
| goals.md | ||
| index.md | ||
| install.md | ||
| LICENSE | ||
| README.md | ||
| style.css | ||
| use.md | ||
Toolbx website
To set up jekyll locally on Fedora:
- 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
- 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.