A simple Jekyll blog theme
Features
- Resposive layout
- Preprocessor SASS
- Syntax highlight
- Author config
- Pagination
- Search bar
- Comments with Disqus
- Share posts
- Sitemap and seo tags
Installation
- Download or clone repository
git clone https://github.com/mateussmedeiros/blade-theme.git - Enter the folder:
cd blade-theme - Install Ruby gems:
bundle install - Start Jekyll server:
jekyll serve
Access https://localhost:4000