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 13:50:55 +0300
committerJM Fergeau <buttbadger@gmail.com>2023-04-14 13:50:55 +0300
commitd109ca883f9948e6a3ab0b843cd1010d9e0d2012 (patch)
treec14118eb65dd0c16181b89b11a5c6a56ac99c9d4
parent066fbbd86f9e47cb29d9e9d29e8bd324ef9271a2 (diff)
Update README.md
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 732a15a..df462fa 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,14 @@ HUGO.386 is a port of the [BOOTSTRA.386](//github.com/kristopolous/BOOTSTRA.386)
## [Test it on live here! (v1)](//maxlefou.gitlab.io/hugo.386-test/)
-**Note:** A new version based on Bootstrap 4 is in the making with a slightly different design. It's still in beta but you can test it by fetching [the v3 branch](https://gitlab.com/maxlefou/hugo.386/-/tree/v3) instead of the master. Don't use it in production yet, though.
+**Note:** A new version based on Bootstrap 4 is in the making with a slightly different design. It's still in beta but you can test it by fetching [the v3 branch](https://gitlab.com/jmfergeau/hugo.386/-/tree/v3) instead of the master. Don't use it in production yet, though.
![Example of Hugo blog with the theme](images/screenshot.png)
## 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.
@@ -22,10 +22,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
@@ -39,7 +39,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? 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? 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