Summer

Summer is a simple Jekyll theme with a photo sidebar.

Usage

You'll need to have Jekyll, the bundler gem, and yarn (npm also works) installed on our computer. Summer provides a fully furnished Jekyll setup — just clone and install the dependencies:

# Ruby gems
bundle install
# Node modules
yarn

Then simply run yarn start to start the Jekyll server on port 4000.

screenshot-1

Options

Summer includes some customizable options, applied via options in the _config.yml file. A standout feature is the dark theme.
Have a look at the _config.yml file for all available options.

GitHub