Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in _layouts, your includes in _includes, your sass files in _sass and any other assets in assets.
To experiment with this code, add some sample content and run bundle exec jekyll serve – this directory is setup just like a Jekyll site!
TODO: Delete this and the text above, and describe your gem
Add this line to your Jekyll site's Gemfile:
gem "testdeck"And add this line to your Jekyll site's _config.yml:
theme: testdeckAnd then execute:
$ bundle
Or install it yourself as:
$ gem install testdeck
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Checkout it out.
sudo apt-get install build-essential ruby zlib1g-dev zlib1g
gem install jekyll
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
Activate NVM and install the latest version of node.
nvm install node
Run
sudo ./script/bootstrap
sudo ./script/bootstrap-node
to install the required dependencies.
Run
./script/serve
and open http://localhost:4000 to see it in action.
The theme is available as open source under the terms of the MIT License.