Skip to content
/ zhat Public

A blog devoted to finding better representations.

License

Notifications You must be signed in to change notification settings

danabo/zhat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

170cea8 · May 24, 2021
Nov 20, 2020
Nov 17, 2020
Apr 11, 2021
Jun 11, 2020
Nov 19, 2020
May 24, 2021
Dec 17, 2019
Apr 11, 2021
Nov 19, 2020
Jul 15, 2019
Jul 6, 2019
Apr 11, 2021
Apr 11, 2021
Jun 10, 2020
Nov 20, 2020
Apr 11, 2021
Jul 5, 2019
Jul 5, 2019
Nov 20, 2020
Jul 5, 2019
Jan 1, 2020

Repository files navigation

zhat

A blog devoted to finding better representations.

Live at http://zhat.io

Workflow

Clone

Clone master and hg-pages into separate folders.

git clone https://github.com/danabo/zhat.git zhat
git clone --single-branch --branch gh-pages \
    https://github.com/danabo/zhat.git zhat-pages

Edit & Preview

In the zhat folder, run

bundle exec jekyll serve --drafts

Modify source in the zhat folder and refresh browser. Server will automatically rebuild preview.

Build & Publish

cd zhat
JEKYLL_ENV=production bundle exec jekyll build -d ../zhat-pages
cd ../zhat-pages
git status  # Review to make sure these are the changes you want
git add -A
git commit -m "build <commit-number>"
git push

About

A blog devoted to finding better representations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published