A fast setup guide to get the tutorial series running locally.
What You Will Build
A three-part tutorial that demonstrates the TeXt sidebar by enabling the table of contents on every article.
Prerequisites
- Ruby with Bundler installed
- Git installed and configured
- A terminal that can run
bundle exec jekyll serve
Clone the Repository
- Clone the repo and enter the folder.
- Install dependencies with
bundle install.
Start the Site Locally
Run bundle exec jekyll serve --livereload and open the printed localhost URL.
Verify the Theme Loads
Check that the dark skin and default navigation appear. The sidebar should stay visible while you scroll this post.