layout: default
title: "Together"
A Jekyll theme.

Quick Start
This theme is, itself, a Jekyll blog, meaning the code base you see has everything you need to run a Jekyll powered blog!
To get started quickly, follow the instructions below:
- Click the
Forkbutton at the top of the repository; - Go to your forked repo's
Settingsscreen; - Scroll down to the
GitHub Pagessection; - Under
Source, select theMasterbranch; - Hit
Save. - Follow Jekyll's instructions to configure your new Jekyll site.
Manual Installation
If you've already created your Jekyll site or are comfortable with the command line, you can follow Jekyll's Quickstart instructions add this line to your Jekyll site's Gemfile:
gem "together-theme"
And add the following lines to your Jekyll site's _config.yml:
theme: together-theme
Depending on your site's configuration, you may also need to add:
ignore_theme_config: true
And then on the command line, execute:
$ bundle
Or install the theme yourself as:
$ gem install together-theme
Usage
And you'll need to install the JS modules:
$ yarn || npm i
Start it up with
bundle exec jekyll serve