Sha256: fe28667940761352c67f9776112bb9b0553b133a92b5dd1405bb12e6a2b75b8a

Contents?: true

Size: 1.55 KB

Versions: 1

Compression:

Stored size: 1.55 KB

Contents

# Jekyll Dark Theme for Blogs

Minimalistic dark theme for [Jekyll](https://jekyllrb.com/) blogs with 5 different color schemes.
| | |
| ----------------------- | ----------------------- |
| ![GitHub](/etc/ss1.png) | ![GitHub](/etc/ss2.png) |

## Installation

if you are using github pages, the recommended method is following:

- Add following lines to your `Gemfile`:

```ruby
source "https://rubygems.org"

gem "github-pages", "~> 231", group: :jekyll_plugins
gem "jekyll-include-cache", group: :jekyll_plugins
```

- Add jekyll-include-cache to the plugins array of your `_config.yml`

```yaml
plugins:
  - jekyll-include-cache
```

- And then execute this command in shell:

```bash
$ bundle
```

- Add this your `_config.yml` file.

```yml
remote_theme: "gulnoor/jekyll-blog-theme"
```

- Remove any other theme: or remote_theme: entry.

## Alternate Method

Add this line to your Jekyll site's `Gemfile`:

```ruby
gem "dark-theme-blog"
```

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

```yaml
theme: dark-theme-blog
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install darkBlog

## Usage

TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.

### TODO

- [ ] Grid layout for posts on home page
- [ ] Add support for comments
- [ ] Search functionality

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/gulnoor/darkBlog

## License

The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dark-blog-theme-2.1.0 README.md