alyssadev / www.azabani.com

website

Home Page:https://www.azabani.com

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

https://www.azabani.com

License:ISC License


Languages

Language:HTML 76.8%Language:JavaScript 9.5%Language:SCSS 4.6%Language:TeX 4.3%Language:CSS 3.0%Language:Shell 0.6%Language:Makefile 0.5%Language:Sass 0.4%Language:Nix 0.2%Language:Python 0.1%Language:Ruby 0.0%