Skip to content

Commit

Permalink
bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Oct 18, 2021
1 parent fd8a746 commit e0a1347
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ blog_theme: dark # use dark theme
blog_theme: auto # auto change the theme when your system and browser supported
```

### Accent color of theme

Edit `_config.yml` file to change accent color of theme.

```yaml
light-theme-accent-color: '#333'
dark-theme-accent-color: '#eee'
```

### Add social links

Edit `_config.yml` file to add your social links.
Expand Down Expand Up @@ -81,6 +91,13 @@ Edit `_config.yml` file to add your google analytics tracking id and you can ena
google_analytics: your_google_analystics_tracker_id
```

### Footer page

Normally, the links to the pages is displayed in the site header. If you want to display the page link on the footer, you can add this to the front matter of page.

``` yaml
is_footer: true
```

## Development

Expand Down
2 changes: 1 addition & 1 deletion jekyll-theme-mint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'jekyll-theme-mint'
spec.version = '1.1.0'
spec.version = '1.2.0'
spec.authors = ['aidewoode']
spec.email = ['aidewoode@gmail.com']

Expand Down

0 comments on commit e0a1347

Please sign in to comment.