From d109ca883f9948e6a3ab0b843cd1010d9e0d2012 Mon Sep 17 00:00:00 2001 From: JM Fergeau Date: Fri, 14 Apr 2023 10:50:55 +0000 Subject: Update README.md --- README.md | 10 +++++----- 1 file 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 -- cgit v1.2.3