getantidote / getantidote.github.io

Get Antidote - The fast, native, Zsh plugin manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get Antidote - The fast, native, Zsh plugin manager


Languages

Language:CSS 85.8%Language:HTML 9.7%Language:Ruby 4.5%