mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 01:23:10 +00:00
improve accessibility and add search form
This commit is contained in:
12
README.md
12
README.md
@ -136,8 +136,6 @@ layout: post
|
||||
|
||||
### Icons
|
||||
|
||||
|
||||
|
||||
The [JSON Feed spec](https://jsonfeed.org/version/1) states that feeds should include an icon. To add your icon, add the following line in your site's `_config.yml` file:
|
||||
|
||||
```
|
||||
@ -146,8 +144,6 @@ feed_icon: /assets/images/icon-512.png
|
||||
|
||||
Then, replace the `/assets/images/icon-512.png` file with your own image.
|
||||
|
||||
|
||||
|
||||
### Credits
|
||||
|
||||
The theme credits that appear at the bottom of each page can be turned off by including the following line in your site's `_config.yml` file:
|
||||
@ -156,6 +152,14 @@ The theme credits that appear at the bottom of each page can be turned off by in
|
||||
hide_credits: true
|
||||
```
|
||||
|
||||
### Search
|
||||
|
||||
The theme uses a [custom DuckDuckGo Search Form](https://patdryburgh.com/blog/adding-a-custom-duckduckgo-search-bar-to-your-site/) that can be turned off by including the following line in your site's `_config.yml` file:
|
||||
|
||||
```
|
||||
hide_search: true
|
||||
```
|
||||
|
||||
### Font
|
||||
|
||||
I spent a good amount of time trying to identify the font used on the front cover of the trade paperback version of Arguably. Unfortunately, I failed to accurately identify the exact font used. If you happen to know what font is used on the book cover, I would appreciate you [letting me know](mailto:hello@patdryburgh.com) :)
|
||||
|
Reference in New Issue
Block a user