Cybersynth Jekyll Theme
Cybersynth is a cyberpunk Jekyll theme with header navigation for GitHub pages. Check out the example website.
Installation
It's simple to use the Cybersynth on your GitHub pages site:
- Add the code bellow to your
_config.yml
file:
remote_theme: https://github.com/ziinahzoor/cybersynth-theme
plugins:
- jekyll-remote-theme
- To preview it locally, add the following code to your
Gemfile
:
gem "github-pages", group: :jekyll_plugins
- And then execute:
$ bundle install
Customizing
Just follow the Jekyll documentation.
Contributing
Bug reports are welcome on Cybersynth's GitHub Repository.
License
The theme is available as open source under the terms of the MIT License. Feel free to use it and customize it the way you like.