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

gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJM Fergeau <buttbadger@gmail.com>2023-04-14 16:13:59 +0300
committerJM Fergeau <buttbadger@gmail.com>2023-04-14 16:13:59 +0300
commit948248877d0e0b7b3da7ebf078de8bb8ae547f99 (patch)
tree36cdbec7c7244c7ad7d0120732a42f389f8ca7b7
parente5d46b416d5679e091ddefa1298ad1fca86414cf (diff)
Update README.md
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 193a7a6..8fa68a3 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ HUGO.386 is a port of the [BOOTSTRA.386](//github.com/kristopolous/BOOTSTRA.386)
## Installation
Inside the folder of your Hugo site run:
- $ git submodule add https://gitlab.com/maxlefou/hugo.386 themes/hugo.386
+ $ git submodule add https://gitlab.com/jmfergeau/hugo.386 themes/hugo.386
For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.
@@ -20,10 +20,10 @@ After installing the theme successfully it requires a just a few more steps to g
### The config file
-Take a look inside the [`exampleSite`](//gitlab.com/maxlefou/hugo.386/tree/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](//gitlab.com/maxlefou/hugo.386/blob/master/exampleSite/config.toml).
+Take a look inside the [`exampleSite`](//gitlab.com/jmfergeau/hugo.386/tree/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](//gitlab.com/jmfergeau/hugo.386/blob/master/exampleSite/config.toml).
It contains detailed information about the customization of all strings in this theme.
-To use it, copy the [`config.toml`](//gitlab.com/maxlefou/hugo.386/blob/master/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to change strings as you like.
+To use it, copy the [`config.toml`](//gitlab.com/jmfergeau/hugo.386/blob/master/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to change strings as you like.
### Nearly finished
@@ -37,7 +37,7 @@ Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your b
## Contributing
-Did you found a bug or got an idea for a new feature? There's surely at least some subsisting glitches as this theme is brand new. So feel free to use the [issue tracker](//gitlab.com/maxlefou/hugo.386/issues) to let me know. Or make directly a [merge request](//gitlab.com/maxlefou/hugo.386/pulls).
+Did you found a bug or got an idea for a new feature? There's surely at least some subsisting glitches as this theme is brand new. So feel free to use the [issue tracker](//gitlab.com/jmfergeau/hugo.386/issues) to let me know. Or make directly a [merge request](//gitlab.com/jmfergeau/hugo.386/pulls).
## License