About About | Jekyll Simple Dark
About

jekyll-simple-dark

A simple and dark theme for Jekyll. Under development

Responsive images, tables and iframes (for include videos of Youtube, Vimeo or similar services) A minimal pure javascript code for toggle menu and responsive tables. Icon font make with Fontello

Support socials networks links (simple add the links on your _config.yml):

If you need a icon for others socials networks create a new issue on theme repository.

Browser compatibility:

Installation

Add this lines to your Jekyll site’s Gemfile:

gem "jekyll-simple-dark"
gem "jekyll-paginator" # This line isn't necessary if you use github-pages

Add this lines to your Jekyll site’s _config.yml:

theme: jekyll-simple-dark
plugins:
- jekyll-paginate
paginate: 5 # Posts per page
paginate_path: "page:num/"

Rename index.md to index.html and change this line, layout: home to layout: default

And then execute:

$ bundle

Or install it yourself as:

$ gem install simple-dark

For activate social links add these lines on your _config.yml:

social_links: true  # If true show social links
facebook:
github:
gplus:
instagram:
linkedin:
pinterest:
twitter:
site.vimeo:
youtube:

Just add the ones you’re going to use.

Note: gplus is for Google+ link.

Responsive iframe for Youtube or Vimeo videos:

Insert the iframe code into a div whit the class video and remove width and height attributes, like this:

<div class="video">
  <iframe  src="https://www.youtube.com/embed/<videoID>" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>

License

The theme is available as open source under the terms of the MIT License.