Project

jscom_ice

0.0
The project is in a healthy, maintained state
Simple Jekyll theme created for https://johnsosoka.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.3.2
 Project Readme

jscom-ice

A Jekyll theme for (johnsosoka.com)[https://johnsosoka.com]

NOTE: This repository and theme are open source, but not really meant for public consumption. If you would like to use this theme, please fork the repository and make any changes you would like.

Usage

  1. Add to gemfile:
    group :jekyll_plugins do
    # jscom theme
    gem "jscom_ice", '~> 0.0.3'
    
    end
    
  2. Add to _config.yml:
    theme: jscom_ice
    

Release

Releasing requires a rubygems account with access to the jscom-ice gem.

  1. Make changes to the theme
  2. Adjust version in the gemspec
  3. build the gem gem build jscom_ice_theme.gemspec
  4. Push the gem to rubygems gem push jscom_ice-0.0.1.gem (be sure to update the version number)