Robert-Nickel / Robert-Nickel.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build on commit

pre-commit hook:

rm -r docs/
bundle exec jekyll build
npx tailwindcss -i ./src/style.css -o _site/assets/css/style.css
cp -R _site/. docs/
rm -r _site/
git add docs
git restore .
git clean -f

Run locally

bundle exec jekyll serve

and in another tab

npx tailwindcss -i ./src/style.css -o _site/assets/css/style.css (re-run after saving changes)

About


Languages

Language:HTML 92.3%Language:JavaScript 5.2%Language:CSS 2.4%Language:Ruby 0.1%