From 8b5ed30826906afa10372dc3f8aefa19d1f2ddb0 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Thu, 20 Jul 2023 22:46:30 +0200 Subject: [PATCH] Fixing typos --- .github/workflows/stale.yml | 4 ++-- CHANGELOG.md | 4 ++-- CONTRIBUTING.md | 4 ++-- README.md | 2 +- exampleSite/content/docs/advanced-customisation/index.md | 2 +- exampleSite/content/docs/configuration/index.md | 2 +- exampleSite/content/samples/emoji/index.md | 2 +- theme.toml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fce7d8d0..8187513d 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 685bad36..b30aaeb6 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 b9c26a30..71a3d7ab 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 e29878aa..4786ae4b 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 b07a6c5e..a126d14d 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 94b687a5..1b3f6ba3 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -183,4 +183,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 b36c7bc2..bf3907eb 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/theme.toml b/theme.toml index fbf4731d..cfbb0fe9 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"