README.md in jekyll-theme-console-0.2 vs README.md in jekyll-theme-console-0.2.1
- old
+ new
@@ -1,9 +1,10 @@
# jekyll-theme-console
A jekyll theme with inspiration from linux consoles for hackers, developers and script kiddies.
+![Screenshot](screenshot.png)
## Installation
Add this line to your Jekyll site's `Gemfile`:
@@ -25,17 +26,22 @@
$ gem install jekyll-theme-console
## Usage
-In addition to the default configuration options, you can provide header_pages to specify which pages should be displayed in navbar. You can also provide a footer. Find examples below:
+In addition to jekyll's default configuration options, you can provide:
+- `header_pages` to specify which pages should be displayed in navbar
+- `footer` string, which will be inserted on the end of the page (doesn't support markup, but html)
+- `google_analytics` tracking id (tracking will be enabled only in production environments)
```yaml
header_pages:
- index.md
- about.md
footer: 'follow us on <a href="https://twitter.com/xxx">twitter</a>'
+
+google_analytics: UA-NNNNNNNN-N
```
## Contributing