Skip to content

joshlk/robotchinwag.com

Repository files navigation

Source for blog https://robotchinwag.com

Dev setup

Install inc Jekyll instructions (https://jekyllrb.com/docs/installation/macos/))

brew install chruby ruby-install xz
echo "source $(brew --prefix)/opt/chruby/share/chruby/chruby.sh" >> ~/.zshrc
source ~/.zshrc

# requires teminal restart
ruby-install ruby 3.1.3
chruby 3.1.3
gem install jekyll

Dev, cd to dir:

chruby 3.1.3
bundle exec jekyll s

To check build:

make build_and_test

Use this guide update the theme version. You will need to look at the diff and accomidate any changes (don't do it unless you have to).

To update the template file:

git remote add template git@github.com:cotes2020/chirpy-starter.git
git merge template/master --squash

Modifications to theme

You can make modifications to the site by copying files from the themes repo and modifying them.

License

The theme is MIT licensed. The blog's contents are copyrighted by Josh Levy-Kramer 2024. All rights are reserved.