Sha256: 2d54e70741ea457c16e8816fa98d20c73e08fb3e61d6e7126d83131f442c1da9

Contents?: true

Size: 1.94 KB

Versions: 7

Compression:

Stored size: 1.94 KB

Contents

# Jekyll Theme Simpleton
## Table of Contents
- [About](#about)
- [Instructions](#instructions)
- [Usage](#usage)
- [License](#license)
- [Is it any good?](#is-it-any-good)


## About
Just my personal simplistic theme for when I really don't care about style.


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

```ruby
gem "jekyll-theme-simpleton"
```

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

```yaml
theme: jekyll-theme-simpleton
```

And then execute:
```sh
bundle
```

Or install it yourself as:
```sh
gem install jekyll-theme-simpleton
```

### 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.

When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-simpleton.gemspec` accordingly.


## Usage
The whole idea is having no theme specific configurations ... enjoy!


### Menu Order
Add `menu_weight: <number>` to your front matter if you want to control the
order of menu entries. The higher the weight the lower the item will appear.
Weightless items appear always _after_ weighted items


### Hidden Menu Items
Add `hidden: true` to your front matter if you want to hide the page from the
menu.


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


## Is it any good?
[Yes](https://news.ycombinator.com/item?id=3067434).

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-simpleton-0.10.0 README.md
jekyll-theme-simpleton-0.9.0 README.md
jekyll-theme-simpleton-0.8.0 README.md
jekyll-theme-simpleton-0.7.0 README.md
jekyll-theme-simpleton-0.6.0 README.md
jekyll-theme-simpleton-0.5.0 README.md
jekyll-theme-simpleton-0.4.0 README.md