mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-06 15:41:47 -04:00
🩹 Standardise project URLs to be lowercase
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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)." >}}
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user