diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fce7d8d09..8187513d3 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -23,10 +23,10 @@ jobs: If you are still experiencing this issue, please review the issue history and add a reply with any requested and/or additional information in order to keep the issue open. - This issue will automactically close in 14 days if no further activity occurs. + This issue will automatically close in 14 days if no further activity occurs. stale-pr-message: > This pull request has been automatically marked as stale because it has not had any recent activity. Please review the PR history and add a reply with any requested information. If no information has been requested, it may be that this contribution does not fit with the project objectives, or does not adhere to the [contributing guidelines](https://github.com/jpanther/congo/blob/dev/CONTRIBUTING.md). If this is in error, please add a reply with further details. - This PR will automactically close in 14 days if no further activity occurs. + This PR will automatically close in 14 days if no further activity occurs. diff --git a/CHANGELOG.md b/CHANGELOG.md index 685bad365..b30aaeb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -272,7 +272,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added -- Breadcrumb display can now be can now be specificed in front matter for articles and list pages +- Breadcrumb display can now be can now be specified in front matter for articles and list pages - Italian translation ([#209](https://github.com/jpanther/congo/pull/209)) ### Changed @@ -572,7 +572,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Dark mode toggle with new theme parameters for managing light/dark appearance - French translation ([#18](https://github.com/jpanther/congo/pull/18)) - Author bio in article footer -- Grouping by year can now be specificed in front matter on list pages +- Grouping by year can now be specified in front matter on list pages ### Changed diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9c26a307..71a3d7ab2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,9 +35,9 @@ - Indent using 2 spaces (soft tabs). - Put spaces between list items (ie. `[1, 2, 3]`, not `[1,2,3]`), around operators (ie. `1 + 1`, not `1+1`) and inside go templating tags (ie. `{{< alert >}}`, not `{{}}`). - Avoid code reuse in templates by extracting components into partials. -- Layout code in a logical manner that prioritises readibility. +- Layout code in a logical manner that prioritises readability. - Add comments when the intent of the code isn't immediately apparent or to break up large blocks of logic. -- Use relative paths to assets without including the preceeding slash but, when referring to a folder, including a trailing slash (ie. `static/img/`, not `/static/img/` or `/static/img`). +- Use relative paths to assets without including the preceding slash but, when referring to a folder, including a trailing slash (ie. `static/img/`, not `/static/img/` or `/static/img`). - Any static text must be referenced using the `i18n` methods and included in the localisation assets. - Commit often, preferring incremental changes rather than bundling everything into a single, large commit. diff --git a/README.md b/README.md index e29878aae..4786ae4be 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Congo is designed to be a powerful, lightweight theme for [Hugo](https://gohugo. - Highly customisable configuration - Multiple homepage layouts - Flexible with any content types, taxonomies and menus -- Multilingual content support inlcuding support for RTL languages +- Multilingual content support including support for RTL languages - Ability to link to posts on third-party websites - Client-side site search powered by Fuse.js - Diagrams and visualisations using Mermaid diff --git a/exampleSite/content/docs/advanced-customisation/index.md b/exampleSite/content/docs/advanced-customisation/index.md index b07a6c5e8..a126d14d5 100644 --- a/exampleSite/content/docs/advanced-customisation/index.md +++ b/exampleSite/content/docs/advanced-customisation/index.md @@ -20,7 +20,7 @@ Before leaping into it, first a quick note about [Hugo project structure](https: **In summary:** Never directly edit the theme files. Only make customisations in your Hugo project's sub-directories, not in the themes directory itself. {{< /alert >}} -Congo is built to take advantage of all the standard Hugo practices. It is designed to allow all aspects of the theme to be customised and overriden without changing any of the core theme files. This allows for a seamless upgrade experience while giving you total control over the look and feel of your website. +Congo is built to take advantage of all the standard Hugo practices. It is designed to allow all aspects of the theme to be customised and overridden without changing any of the core theme files. This allows for a seamless upgrade experience while giving you total control over the look and feel of your website. In order to achieve this, you should never manually adjust any of the theme files directly. Whether you install using Hugo modules, as a git submodule or manually include the theme in your `themes/` directory, you should always leave these files intact. diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index e898deae8..9aec420f1 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -180,4 +180,4 @@ Many of the article defaults here can be overridden on a per article basis by sp The theme also includes a `markup.toml` configuration file. This file contains some important parameters that ensure that Hugo is correctly configured to generate sites built with Congo. -Always ensure this file is present in the config directory and that the required values are set. Failure to do so may cause certain features to fucntion incorrectly and could result in unintended behaviour. +Always ensure this file is present in the config directory and that the required values are set. Failure to do so may cause certain features to function incorrectly and could result in unintended behaviour. diff --git a/exampleSite/content/samples/emoji/index.md b/exampleSite/content/samples/emoji/index.md index b36c7bc2a..bf3907eb6 100755 --- a/exampleSite/content/samples/emoji/index.md +++ b/exampleSite/content/samples/emoji/index.md @@ -16,4 +16,4 @@ Emoji replacements are automatic throughout Congo, so you can use shorthand code **Example:** `see_no_evil` :see_no_evil:, `hear_no_evil` :hear_no_evil:, `speak_no_evil` :speak_no_evil:. -The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes. +The [Emoji cheat sheet](https://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes. diff --git a/exampleSite/content/users/index.md b/exampleSite/content/users/index.md index 6373b60a2..3e61a78d4 100644 --- a/exampleSite/content/users/index.md +++ b/exampleSite/content/users/index.md @@ -15,7 +15,7 @@ showEdit: false Real websites that have been built using Congo. {{< /lead >}} -The list below is just a handful of the websites that are built using the Congo theme. Check them out to discover some great exampels of what the theme can do. +The list below is just a handful of the websites that are built using the Congo theme. Check them out to discover some great examples of what the theme can do. | Website | Details | | ---------------------------------------------------------------------- | ------------------------------- | diff --git a/netlify.toml b/netlify.toml index cadf7c5c1..7196d64dd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,17 +8,17 @@ HUGO_THEME = "repo" TZ = "Australia/Melbourne" [context.production.environment] -HUGO_VERSION = "0.112.7" +HUGO_VERSION = "0.115.4" HUGO_ENV = "production" [context.deploy-preview] command = "cd exampleSite && hugo --gc --minify -D -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.112.7" +HUGO_VERSION = "0.115.4" [context.branch-deploy] command = "cd exampleSite && hugo --gc --minify -D -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.112.7" +HUGO_VERSION = "0.115.4" diff --git a/theme.toml b/theme.toml index fbf4731d1..cfbb0fe9f 100644 --- a/theme.toml +++ b/theme.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/jpanther/congo/" demosite = "https://jpanther.github.io/congo/" tags = ["blog", "minimal", "responsive", "dark mode", "dark", "light", "tailwind", "personal"] -features = ["syntax higlighting", "dark mode", "emoji"] +features = ["syntax highlighting", "dark mode", "emoji"] [author] name = "James Panther"