Summer is a simple Jekyll theme with a photo sidebar.
Features
- Responsive design
- Dark mode
- Syntax highlighting
Usage
You’ll need to have Jekyll, the bundler
gem, and yarn
or npm
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
.
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.
Contributing
This theme is no longer actively maintained. However, I welcome bug fixes and feature request through pull requests. If you don’t feel comfortable making code changes, feel free to open an issue, perhaps somebody else will help out.