ariebovenberg / ariebovenberg.github.io

My programming blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My programming blog

Development

On MacOS:

brew install rbenv  # follow additional installation instructions
rbenv init
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash
rbenv install 3.1.3

# restart the shell

# in the repo
rbenv local 3.1.3

gem install bundler jekyll

bundle install

Useful commands

bundle update
bundle exec jekyll serve

Resources used

Ideas

  • Categories page
  • jekyll remote theme

About

My programming blog


Languages

Language:SCSS 62.7%Language:HTML 35.3%Language:Ruby 2.0%