delan / www.azabani.com

website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome! You’ll need:

• Nix and one of the following
  • nix-shell [--pure]
  • direnv allow
• or your own environment with
  • make(1) + git(1) + rsync(1) + less(1)
  • Ruby 2.1+
  • Bundler: gem install bundler
  • Python 3.5+ (for make assets)
  • Node.js 10+ (for make assets)

# install dependencies
bundle install
make [init-clean] init

# compile the site
bundle exec jekyll build

# spin up a dev server
bundle exec jekyll serve

# compile and stage
# you must deploy or reject any previous changes first
make [BUNDLE=bundle24]

# examine staging area
make examine

# deploy to production
make deploy

# reject staged changes
make reject

# recompile assets
make assets

About

website

License:ISC License


Languages

Language:HTML 72.7%Language:JavaScript 9.9%Language:SCSS 7.1%Language:TeX 4.4%Language:CSS 3.4%Language:Makefile 0.8%Language:Sass 0.6%Language:Shell 0.6%Language:Ruby 0.2%Language:Nix 0.2%Language:Python 0.1%