Limp

:fire: limp-dark theme for elegant writers with modern flat style and beautiful dark background :fire:.

Demo 👇👇

LIMP-DARK

Installation

Add this line to your Jekyll site's Gemfile:

gem "limp-dark"

And add this line to your Jekyll site's _config.yml:

theme: limp-dark

And then execute:

$ bundle

Or install it yourself as:

$ gem install limp-dark

Usage

Chnage configurations on _config.yml and _data/social.yml file.

This is theme use spaceship :rocket: Plugin, to take 100% from this got to :rocket: README.

Responsive tables

To make tables wrap them inside div tage with class="table-wrapper" like following:

<div class="table-wrapper" markdown="block">

| some   | table  | here     |
|-------:|-------:|---------:|
| Apple  | Banana |  Orange  |

</div>

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ankit-kumar-jat/hello.

Development

To set up your environment to develop this theme, run bundle install.

Your theme is setup just like a normal Jekyll site! To test your theme, run bundle exec jekyll serve and open your browser at http://localhost:4000. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.

License

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