Skip to content

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ParitoshBh committed Dec 26, 2020
1 parent 96a178f commit 4fba1cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
1. [](#new)
* Add support for Grav version `1.7.0`.
* Add support for loading jquery debugging. Only enabled when debugging is enabled.
* Add option to show login/logout link in navbar.
* Show tags (below categories) as part of taxonomy. Thanks [@akisys](https://github.com/akisys).
1. [](#bugfix)
* Attempt to fix navigation on item detail page. Hopefully this time for good.

Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,16 @@ There are certain sections of the theme you can customize, in order to do so,
* Create `grav-coder.yaml` file under `/yoursite/user/config/themes` (this makes sure any configurations made to theme persist when updating the theme)
* Within `grav-coder.yaml` file following configuration are available,
```
# Title in navigation bar
navbar:
# Title in navigation bar
title: Grav Coder
# Login link in navbar
# Note: Logout link appears automatically if enabled in following format,
# <FULL_NAME>, Logout or <USERNAME>, Logout (if full name isn't available)
auth_link:
enabled: false
login_slug: login
login_label: Login
# Copyright text visible in footer and (start) year
# If 'copyright_start_year' is not defined then it isn't shown
Expand Down

0 comments on commit 4fba1cc

Please sign in to comment.