README.md in jekyll-98-0.1.0 vs README.md in jekyll-98-0.2.0
- old
+ new
@@ -38,37 +38,13 @@
Using the legacy "deploy from branch" option will not break the site, but it will break the [`desktop_categories`](#theme-settings) and [`show_categories`](#settings) functions. If they are left enabled, the site will build and deploy, but those links will lead to 404s, so it's best to disable them.
### Manual installation
-*WIP - Should be packaged as a gem soon*
+`jekyll-98` is now available as a standard `gem` theme. You can install it to your site with `bundle add jekyll-98` and add this line to your Jekyll site's `_config.yml`:
-in your blog root folder, create a directory `_themes`
-
-`cd` into `_themes` and clone this repo into it
-
-Add this line to your Jekyll site's `Gemfile`:
-
-```ruby
-gem "jekyll-98", :path => "_themes"
-```
-
-And add this line to your Jekyll site's `_config.yml`:
-
```yaml
theme: jekyll-98
-```
-
-And then execute:
-
-```sh
-bundle
-```
-
-Or install it yourself as:
-
-```sh
-gem install jekyll-98
```
## Usage
Theme should provide sane defaults, but there's lots to customize. For full configuration options, refer to [_config.yml](https://github.com/queenkjuul/jekyll-98/blob/main/_config.yml). Add whatever settings you want *to your site's _config.yml*.
\ No newline at end of file