Open source stylish, minimalistic theme for jekyll. Demo: http://dbtek.github.io/dbyll/
- Dbyll for Ghost is now available. Get it here now.
- 🆕 Check out Paper, new Material Design Jekyll theme.
- Responsive layout.
- Supports tags and categories.
- Social profile and bio of author.
- Bootstrap based.
- Glyphicon and Font-Awesome Icons.
- Pagination.
- Syntax highlighting with rouge (supported languages).
- Disqus comments.
- 🆕 Custom sidebar background image.
- You need to have ruby installed in your system.
sudo apt install ruby ruby-dev
- set
gem
installation folder to remove need ofsudo
on commands
cat <<EOT >> ~/.zshrc
# Set gem installation folder to remove need of sudo
export GEM_HOME=\"$HOME/.config/gem\"
EOT
- Install bundler which helps in specifying and installing dependencies of any Ruby project.
gem install bundler
- Go to the root of the repo and run this -
bundle install
- Then -
bundle exec jekyll serve