Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.58 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.58 KB

works

🐛 collected creative works by insanj & friends

Install

  1. Install Jekyll
  2. 🍻 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

M1 Mac

  1. Install brew
  2. Install rbenv brew install rbenv ruby-build
  3. Install a support Ruby version, at this time 3.0.0 was OK, rbenv install 3.0.0
  4. Use that Ruby version globally rbenv global 3.0.0
  5. Reinstall jekyll, with bundler and webrick to be sure: gem install jekyll bundler webrick
  6. 🥁 Ready to go!

Usage

  1. Run jekyll serve --watch or jekyll build --destination docs
  2. Open localhost:4000 or works/docs/index.html to check out the site
  3. ✨ Tada!

Authors

Julian @insanj Weiss
github.com/insanj
[email protected]
(c) 2022

Julian Weiss (insanj). @insanj. https://insanj.works.

License

  • "works" is licensed under gpl-3.0
  • "insanj.works" live site is copyright (c) 2018
  • "carte-jekyll" is licensed under mit

see LICENSE