lib/theme_template/README.md.erb in bunto-3.2.1 vs lib/theme_template/README.md.erb in bunto-3.4.5
- old
+ new
@@ -4,17 +4,17 @@
TODO: Delete this and the text above, and describe your gem
## Installation
-Add this line to your Bunto site's Gemfile:
+Add this line to your Bunto site's `Gemfile`:
```ruby
gem <%= theme_name.inspect %>
```
-And add this line to your Bunto site:
+And add this line to your Bunto site's `_config.yml`:
```yaml
theme: <%= theme_name %>
```
@@ -36,13 +36,13 @@
## Development
To set up your environment to develop this theme, run `bundle install`.
-You theme is setup just like a normal Jelyll site! To test your theme, run `bundle exec bunto serve` and open your browser at `http://localhost:4000`. This starts a Bunto 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.
+Your theme is setup just like a normal Bunto site! To test your theme, run `bundle exec bunto serve` and open your browser at `http://localhost:4000`. This starts a Bunto 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`, and `_sass` tracked with Git will be released.
## License
-The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
+The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).