/getantidote.github.io

Get Antidote - The fast, native, Zsh plugin manager

Primary LanguageCSS

getantidote.github.io

Start here:

Creating a GitHub Pages site with Jekyll

Jekyll

Initialize site

jekyll new --skip-bundle .

Use github pages

# Gemfile
# gem "jekyll", "~> 4.2.2"
gem "github-pages", group: :jekyll_plugins

Jekyll and Ruby 3 have a weird interaction where you need to add webrick yourself

bundle add webrick

Install gems

bundle install

Serve jekyll

bundle exec jekyll serve

Serve jekyll with dev config

bundle exec jekyll serve -w --config _config.yml,_config-dev.yml

Syntax

Syntax highlighting help here

Themes