0.0
No release in over a year
The theme of the website of the juice programming language
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0

Runtime

~> 4.2
~> 2.4
~> 4.0
~> 1.7
 Project Readme

juicelang-theme

This is the theme of the website of the juice programming language (juicelang.org).

Installation

Add this line to your Jekyll site's Gemfile:

gem "juicelang-theme", "~> 0.4", group: :jekyll_plugins

And add the following lines to your Jekyll site's _config.yml:

theme: juicelang-theme
plugins:
  - juicelang-theme

Then execute:

$ bundle install

Or install the gem yourself using:

$ gem install juicelang-theme

Development

To set up your environment to develop this theme, run bundle install.

To test this theme, run bundle exec jekyll serve --watch and open your browser at http://localhost:4000. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test this theme's contents. As you make modifications to this theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.

License

The theme is available as open source under the terms of the MIT License.