🩹 Standardise project URLs to be lowercase

This commit is contained in:
James Panther
2021-08-19 09:36:00 +10:00
parent 3450e8f9c5
commit f023dbe71f
11 changed files with 35 additions and 29 deletions
+3 -3
View File
@@ -4,10 +4,10 @@
# as it does not contain all the required theme settings!
#
# Refer to the theme docs for configuration instructions if you're unsure.
# https://jpanther.github.io/Congo/docs/
# https://jpanther.github.io/congo/docs/
# --------------------------------------------------------------------------
baseURL = "https://jpanther.github.io/Congo/"
baseURL = "https://jpanther.github.io/congo/"
theme = "Congo"
languageCode = "en-AU"
defaultContentLanguage = "en"
@@ -54,7 +54,7 @@ relativeURLs = true
# weight = 30
[[menu.main]]
name = "GitHub"
url = "https://github.com/jpanther/Congo"
url = "https://github.com/jpanther/congo"
weight = 40
[markup.goldmark]
+1 -1
View File
@@ -24,6 +24,6 @@ A simple, lightweight theme for Hugo built with Tailwind CSS.
This is a demo site built entirely using Congo. It also contains a complete set of [theme documentation](/docs/). Congo is flexible and is great for both static page-based content (like this demo) or a traditional blog with a feed of recent posts.
Explore the [sample pages](/samples/) to get a feel for what Congo can do. If you like what you see, check out the project on [Github](https://github.com/jpanther/Congo) or read the [Installation guide](/docs/installation/) to get started.
Explore the [sample pages](/samples/) to get a feel for what Congo can do. If you like what you see, check out the project on [Github](https://github.com/jpanther/congo) or read the [Installation guide](/docs/installation/) to get started.
{{< figure src="mountains.jpg" caption="Photo by [Anna Scarfiello](https://unsplash.com/@little_anne?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)." >}}
+2 -2
View File
@@ -34,7 +34,7 @@ Change into the directory for your Hugo website, initialise a new repository and
```bash
cd mywebsite
git init
git submodule add -b stable https://github.com/jpanther/Congo.git themes/congo
git submodule add -b stable https://github.com/jpanther/congo.git themes/congo
```
{{< alert >}}
@@ -45,7 +45,7 @@ git submodule add -b stable https://github.com/jpanther/Congo.git themes/congo
Download the latest release of the theme.
{{< button href="https://github.com/jpanther/Congo/releases" target="_blank" >}}Download from Github{{< /button >}}
{{< button href="https://github.com/jpanther/congo/releases" target="_blank" >}}Download from Github{{< /button >}}
Extract the archive, rename the folder to `congo` and move it to the `themes/` directory inside your your `mywebsite` folder.
+1 -1
View File
@@ -17,4 +17,4 @@ Real websites that are built with Congo.
| Website | Details |
| ------- | ------- |
**Congo user?** To add your site to this list, [submit a pull request](https://github.com/jpanther/Congo/blob/dev/exampleSite/content/users.md).
**Congo user?** To add your site to this list, [submit a pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users.md).