Hydra Jekyll Theme - Simple and Minimalist Jekyll Blog Theme. Hydra is redesigned theme from Ephesus.
Author Elwyn Ynion.
Inspired by Hakan Torun.
- Bootstrap
- Responsive Design
- Dark/Light Theme
- Custom 404 Page
- About Page
- Tags Page
- Code Highlighter
- Social Share
- Atom & Json feeds
- Robots.txt
- Sitemap
- Next & Previous Post
- Pagination
- Disqus
- Mathjax Support
- Google Analytics
Run local server:
$ git clone https://github.com/elwynynion/Hydra.git
$ cd Hydra
$ bundle install
$ bundle exec jekyll build
$ bundle exec jekyll serve
Navigate to 127.0.0.1:4000
.
Tags are created automatically under the /tags page.
To use a math formula in a post, use the mathjax:true tag in the post.
Feel free to open a pull request for contributing.
Please feel free to contribute. Do not hesitate to open a pull request and fix it, please read contributing before PR.
This project is open source and available under the MIT License.