Skip to content

jerome3o/jerome3o.github.io

Repository files navigation

jeromeswannack.com

The code for jeromeswannack.com, using Jekyll

Requirements

  • Jekyll

Docker

sudo docker run -it --rm -p 4000:4000 -v $(pwd):/site/ ruby:2.7.4-slim-buster bash
cd /site
apt update
apt install -y ruby-dev gcc libffi-dev make build-essential
bundle install
bundle exec jekyll serve --host 0.0.0.0

Setup

# Install ruby
sudo apt-get install ruby-full build-essential zlib1g-dev

# Set gems to install in non-root dir (this should be put in your .bashrc)
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"

gem install jekyll bundler
bundle install  # ???

Serve locally

bundle exec jekyll serve

About

The content for jeromeswannack.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published