No release in over a year
This is a Jekyll theme used for GitHub pages, it has various parts that are generated at runtime.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Open Toolbox ๐Ÿงฐ License

Gem Version Build and Deploy to Github Pages

This is a theme for Jekyll, built so that you can create a fast, automatically updated and mobile-friendly websites without worrying about the actual HTML.

How to use it

Install it locally:

bundle install jekyll-theme-opentoolbox

... and set it as your theme by adding this line to your _config.yml:

theme: jekyll-theme-opentoolbox

Or you could set it as a remote theme for GitHub Pages by adding this line to your _config.yml:

remote_theme: opentoolbox/theme

๐Ÿ‘ฅ Contributing

To contribute to this project please refer to our rules. They're not many, don't worry.

๐Ÿ‘จโ€๐Ÿ’ป Local Development

๐Ÿงช Jekyll & Ruby

This site uses Jekyll to generate the static pages from the provided templates. In order to install both it and it's components follow this guide.

๐Ÿ”ง Make

To simplify our lives we have simplified the commands used to build, publish, serve, etc. In order to accomplish this we've used Make.

If you're on Linux or macOS you already have it installed, if you're on Windows please continue this section of the guide.

Install using package managers on Windows

You have serveral options, these are the best 2:

You could install Chocolatey and run:

choco install make

...or install Scoop and run:

scoop install make

You're all set. Time to build this thing!

๐ŸŽ‰ Final setup

Now that we have our simplified commands, setting up the project is easy...

Here are our commands:

Install & build

make

Re-build

make build

Serve site in development mode

make start

... and open the link showed in the CLI.

Check for problems

make check

Contributors โค GitHub contributors

contributors

You could also be here โ˜