improve accessibility and add search form

This commit is contained in:
Pat Dryburgh
2018-10-24 18:22:21 -07:00
parent dd7275c4c0
commit a2cf0cef48
11 changed files with 48 additions and 9 deletions

View File

@ -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) :)