Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <daniel.saunders@gmail.com>2019-11-23 09:55:04 +0300
committerDaniel Saunders <daniel.saunders@gmail.com>2019-11-23 09:55:04 +0300
commit895f921bad8739f708c5e50f90893cc060e62e04 (patch)
tree453849fb3bdfaefb3d05baf0313a8e18dd842a20
parenta3e69cfb6593fef1c1beb8bc37be6e0f2895c887 (diff)
Grammarly-ified
-rw-r--r--CHANGELOG.md40
1 files changed, 20 insertions, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30e1403..82cb21c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,13 @@
# Saturday, 23 November 2019
-* Support for sub-submenus. See `exampleSite/config.toml` for an idea of how to implement this. Note that these sub-sub-menus *will not have a visual prompt for users*, so don't hide essential navigation in them. (This is because I couldn't work out a way to implement this atractively in the UI, as well as to discourage burying essential navigation.)
-Note: this is the last update which will be reported in this changelog. This project will move to using [github tags](https://developer.github.com/v3/git/tags/).
+* Support for sub-submenus. See `exampleSite/config.toml` for an idea of how to implement this. Note that these sub-sub-menus *will not have a visual prompt for users*, so don't hide essential navigation in them. (This is because I couldn't work out a way to implement this attractively in the UI, as well as to discourage burying essential navigation.)
+Note: this is the last update which will be reported in this changelog. This project will move to use [github tags](https://developer.github.com/v3/git/tags/).
# Saturday, 16 November 2019
-On the home page (\_index.html), feature_icons tiles can have an optional `url` specified that wil make the whole tile clickable. The text of that tile will turn into the link accent color.
+On the home page (\_index.html), feature_icons tiles can have an optional `url` specified. This will make the whole tile clickable. The text of that tile will turn into the link accent colour. (Thanks @ryanclarke)
# Sunday, 3 November 2019
I've made it possible for a sermon to have multiple preachers. Now, 99% of the time a sermon will only be preached by one person, so why the change?
-1. It makes [the taxonomies](https://gohugo.io/content-management/taxonomies/#readout) more consistent with pluarlisation.
+1. It makes [the taxonomies](https://gohugo.io/content-management/taxonomies/#readout) more consistent with pluralisation.
2. There is a potential *use case* for having multiple preachers, such as a panel discussion, or a sermon where one person does an exegetical portion and another person applies the passage.
This is a **breaking change**: you'll need to change all your sermons to have the `preachers:` parameter an array. If you're using TOML frontmatter you can do this with a regular expression. In [atom](//atom.io) I ran a regex find-and-replace over my whole project *Finding* `preachers: "([A-z ]+)"` and replacing it with `preachers: ["$1"]`.
@@ -23,10 +23,10 @@ This is a **breaking change**: you'll need to change all your sermons to have th
Friday, 5 July 2019
* Using some caching to speed up build time.
-* Added an image to the exampleSite contact page.
+* Added an image to the `exampleSite` contact page.
# Thursday, 27 June 2019
-* Thank to @fabianying for notices a few problems.
+* Thanks @fabianying for notices a few problems.
** Gone back to distributing FontAwesome with the site, so that mobile UI is complete.
** Increased size of the Map box to make it visible on mobile screens (thanks to @theofruitrouge)
@@ -37,7 +37,7 @@ Moved audio player for the sermons into the same <div> as the content because I
Now using the [FontAwesome kit](https://blog.fontawesome.com/introducing-font-awesome-kits-7134d1d59959) to load icons.
# Thursday, 30 May 2019
-* Merged [PR from Clint Davis](https://github.com/funkydan2/alpha-church/pull/11) to improve accessability of theme.
+* Merged [PR from Clint Davis](https://github.com/funkydan2/alpha-church/pull/11) to improve accessibility of the theme.
# Tuesday, 28 May 2019
* Netlify now uses [Akismet spam filtering](https://www.netlify.com/blog/2019/02/12/improved-netlify-forms-spam-filtering-using-akismet/), so no more need for a honeypot.
@@ -46,7 +46,7 @@ Now using the [FontAwesome kit](https://blog.fontawesome.com/introducing-font-aw
Big change to configuration. Options for the landing/home page are now defined in `/content/_index.md` (This is a [homepage template](https://gohugo.io/templates/homepage/)b). The reason for this is to make the main configuration smaller and neater—`config.toml` should mainly have whole-site configuration values.
# Wednesday, 17 April 2019
-Added *optional* setting for Google Maps to be localised due to [this issue](https://github.com/funkydan2/alpha-church/issues/10). Under `[params.map]` there are two *optional* settings `langauge` and `region`. These will force Google Maps to be displayed for the given localisation. See [here for a list of supported languages](https://developers.google.com/maps/faq#languagesupport) and [here for a list of valid regions](https://www.iso.org/obp/ui/#search) (Google uses the two-letter, Alpha-2 code).
+Added *optional* setting for Google Maps to be localised due to [this issue](https://github.com/funkydan2/alpha-church/issues/10). Under `[params.map]` there are two *optional* settings `language` and `region`. These will force Google Maps to be displayed for the given localisation. See [here for a list of supported languages](https://developers.google.com/maps/faq#languagesupport) and [here for a list of valid regions](https://www.iso.org/obp/ui/#search) (Google uses the two-letter, Alpha-2 code).
# Saturday, 13 April 2019
* Shortcode {{< osmap >}} is now {{< map >}} because it could be google or OSM.
@@ -57,14 +57,14 @@ Added *optional* setting for Google Maps to be localised due to [this issue](htt
* To use Google Maps, you also need to define `api_key` https://developers.google.com/maps/documentation/embed/get-api-key
# Tuesday, 9 April 2019
-* There's now an option to use either [Faithlife Reftagger](https://faithlife.com/products/reftagger) or the [Blue Letter Bible ScriptTagger](https://faithlife.com/products/reftagger). I think Faithlife's reftagger looks much better, ~~but it's incompatability with [adblock plus](https://community.logos.com/forums/p/139517/890932.aspx) may be a deal breaker for some websites~~. (Actually, I've no idea what causes the site to break with adblock plus. It's javascript, but I can't work out which one.)
+* There's now an option to use either [Faithlife Reftagger](https://faithlife.com/products/reftagger) or the [Blue Letter Bible ScriptTagger](https://faithlife.com/products/reftagger). I think Faithlife's reftagger looks much better, ~~but its incompatibility with [adblock plus](https://community.logos.com/forums/p/139517/890932.aspx) may be a deal-breaker for some websites~~. (Actually, I've no idea what causes the site to break with adblock plus. It's javascript, but I can't work out which one.)
# Wednesday, 3 April 2019
Big change - really version 2 now!
* Updated a bunch of SCSS and js to newer version from html5up.
# Monday, 1 April 2019
-* A bunch of changes to javascript libraries. Fewer are now pulled from CDN, and there's a few more libraries loaded which weren't being before (my mistake) with the hope of improving sites using Safari.
+* A bunch of changes to javascript libraries. Fewer are now pulled from CDN, and there are a few more libraries loaded which weren't being before (my mistake) with the hope of improving sites using Safari.
# Monday, 4 March 2019
* Changed podcast feed so passage is displayed in brackets following the sermon title.
@@ -95,23 +95,23 @@ Big change - really version 2 now!
# Wednesday, 3 October 2018
* A small change to the single sermon partial to make code more [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself).
-* Discovered the [`rssLimit` configuration setting](https://gohugo.io/getting-started/configuration/#all-configuration-settings) so removed `.Params.Podcast.num_episodes` setting and code which used it. So now, to set how many episodes use the built in setting. (This does mean all feeds, e.g. blog and podcast, will have the same number of entries.)
+* Discovered the [`rssLimit` configuration setting](https://gohugo.io/getting-started/configuration/#all-configuration-settings) so removed `.Params.Podcast.num_episodes` setting and code which used it. So now, to set how many episodes use the built-in setting. (This does mean all feeds, e.g. blog and podcast, will have the same number of entries.)
# Wednesday, 26 September 2018
-* Bugfix: Custom CSS variable was incorrect. To enable custom CSS, see the updated config.toml in the exampleSite. Place you custom CSS file in `/static`.
+* Bugfix: Custom CSS variable was incorrect. To enable custom CSS, see the updated config.toml in the exampleSite. Place your custom CSS file in `/static`.
* Updated to [plyr 3.4.4](https://github.com/sampotts/plyr/releases/tag/v3.4.4)
# Monday, 17 September 2018
Big changes for podcast discovery.
* Added 'Subscribe on Android' and 'Subscribe in iTunes' link to list of sermons.
-To make this work, there's been a few variables changed in `config.toml` - see the exampleSite config for details.
+To make this work, there's been a few variables changed in `config.toml` - see the `exampleSite config for details.
# Monday, 10 September 2018
* Added meta tag for linking to Apple Podcasts on iOS ([see this page for more information](https://blog.pacific-content.com/optimize-your-podcast-website-for-ios-with-a-single-line-of-code-cf56a7a3f486))
** `.Site.Params.Podcast.iTunesID` in config.toml required for this feature. **NB changes on 17/9/18**
# Sunday, 9 September 2018
-* Changed to Relative Permalinks for assets to ensure the exampleSite builds on //themes.gohugo.io.
+* Changed to Relative Permalinks for assets to ensure the `exampleSite` builds on //themes.gohugo.io.
# Thursday, 30 August 2018
* FontAwesome 5.3.1 now has some ['religious' icons](https://fontawesome.com/icons?d=gallery&c=religion)
@@ -121,7 +121,7 @@ To make this work, there's been a few variables changed in `config.toml` - see t
# Friday, 17 August 2018
* Added [honeypot spam protection for netlify forms](https://www.netlify.com/docs/form-handling/#honeypot-field)
- * Updated to use scss to hide field (hopefully trickier for bots).
+ * Updated to use scss to hide the field (hopefully trickier for bots).
# Tuesday, 14 August 2018
* [Plyr 3.4.0](https://github.com/sampotts/plyr/releases/tag/v3.4.0)
@@ -137,14 +137,14 @@ To make this work, there's been a few variables changed in `config.toml` - see t
# Friday, 20 July 2018
* Include OpenGraph and Twitter Card meta-data.
- * **Note: this breaks previous frontmatter.** feature_image is now deprecated, and replaced with images, which is an array.
+ * **Note: this breaks previous frontmatter.** feature_image is now deprecated and replaced with images, which is an array.
# Thursday, 12 July 2018
-* Updated SCSS processing for hugo 0.43
+* Updated SCSS processing for Hugo 0.43
# Sunday, 24 June 2018
* Made copyright an array of options
-* Seperate copyright notice for podcast
+* Separate copyright notice for podcast
# Saturday, 23 June 2018
* Updated [fontawesome to 5.1.0](https://blog.fontawesome.com/font-awesome-5-1-409-new-icons-more-4c1e407fae49?gi=22b3b04bdc95)
@@ -154,7 +154,7 @@ To make this work, there's been a few variables changed in `config.toml` - see t
* Changed CSS to keep images inside boxes.
# Friday, 22 June 2018
-* Moved the 'feature image' for sermons into a left hand column. The reason for this is to have the audio controls show up 'before the fold'
+* Moved the 'featured image' for sermons into a left-hand column. The reason for this is to have the audio controls show up 'before the fold'
# Friday, 22 June 2018
* Put anchor points (#services, #feature-icons, #feature-images, #call-to-action) within index.html layout.
@@ -165,7 +165,7 @@ To make this work, there's been a few variables changed in `config.toml` - see t
# 18 June 2018
* Changes to CSS so that h1 now looks like a heading.
-* Changes to CSS so h1 use in Nav Bar fits with theme
+* Changes to CSS so h1 use in Nav Bar fits with the theme
# 28 May 2018
* Added bible popups using refTagger