Skip to content

insanj/works

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

38 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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
julian@oogycanyouhelp.com
(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