- Install Jekyll
- ๐ป Enjoy!
NOTE: works is based on the Carte Jekyll Theme under the MIT License, which is locally available in the carte-LICENSE.md file
NOTE: to install make on Windows,
choco install make
is the easiest way with Chocolatey
- Install brew
- Install rbenv
brew install rbenv ruby-build
- Install a support Ruby version, at this time
3.0.0
was OK,rbenv install 3.0.0
- Use that Ruby version globally
rbenv global 3.0.0
- Reinstall
jekyll
, withbundler
andwebrick
to be sure:gem install jekyll bundler webrick
- ๐ฅ Ready to go!
- Run
jekyll serve --watch
orjekyll build --destination docs
- Open
localhost:4000
orworks/docs/index.html
to check out the site - โจ Tada!
Julian @insanj Weiss
github.com/insanj
[email protected]
(c) 2022
Julian Weiss (insanj). @insanj. https://insanj.works.
- "works" is licensed under gpl-3.0
- "insanj.works" live site is copyright (c) 2018
- "carte-jekyll" is licensed under mit