No description
Find a file
2025-04-30 20:31:01 -07:00
.gitignore Initial commit 2025-04-30 20:31:01 -07:00
_config.yml Initial commit 2025-04-30 20:31:01 -07:00
Gemfile Initial commit 2025-04-30 20:31:01 -07:00
index.md Initial commit 2025-04-30 20:31:01 -07:00
README.md Initial commit 2025-04-30 20:31:01 -07:00
tonic-starter.gemspec Initial commit 2025-04-30 20:31:01 -07:00

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

  1. At the top of this page, select Use this template > Create a new repository to clone the template to your account.
  2. Create a codespace from the created repository (for beginners) or use git clone (for advanced users) to start pushing commits.
  3. Run gem install jekyll, then jekyll serve to see the template in action.