mirror of
https://github.com/System-End/jekyll-theme-end.git
synced 2026-04-19 16:28:22 +00:00
No description
| .gitignore | ||
| _config.yml | ||
| Gemfile | ||
| index.md | ||
| README.md | ||
| tonic-starter.gemspec | ||
Tonic Starter
A sample Jekyll theme designed to be a starting point for all Tonic submissions.
This template is intentionally left incomplete; users should play through Tonic to learn how to make a full-featured theme.
Usage
- At the top of this page, select Use this template > Create a new repository to clone the template to your account.
- Create a codespace from the created repository (for beginners) or use
git clone(for advanced users) to start pushing commits. - Run
gem install jekyll, thenjekyll serveto see the template in action.