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

github.com/gonnux/hugo-apps-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--exampleSite/config.toml10
-rw-r--r--theme.toml6
3 files changed, 13 insertions, 13 deletions
diff --git a/README.md b/README.md
index 732f569..d0d636a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Hugo Apps Theme
-[![GitHub stars](https://img.shields.io/github/stars/gonapps-org/hugo-apps-theme.svg?style=flat-square)](https://github.com/gonapps-org/hugo-apps-theme/stargazers)
-[![GitHub forks](https://img.shields.io/github/forks/gonapps-org/hugo-apps-theme.svg?style=flat-square)](https://github.com/gonapps-org/hugo-apps-theme/fork)
-[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/gonapps-org/hugo-apps-theme/master/LICENSE.md)
+[![GitHub stars](https://img.shields.io/github/stars/gonnux/hugo-apps-theme.svg?style=flat-square)](https://github.com/gonnux/hugo-apps-theme/stargazers)
+[![GitHub forks](https://img.shields.io/github/forks/gonnux/hugo-apps-theme.svg?style=flat-square)](https://github.com/gonnux/hugo-apps-theme/fork)
+[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/gonnux/hugo-apps-theme/master/LICENSE.md)
Hugo apps theme makes it easy to post web apps
@@ -10,7 +10,7 @@ From the root of your website
```bash
mkdir -p themes
cd themes
-git clone https://github.com/gonapps-org/hugo-apps-theme
+git clone https://github.com/gonnux/hugo-apps-theme
```
From config.toml of your site
```toml
@@ -79,4 +79,4 @@ This theme is inspired by following themes:<br/>
## License
Licensed under the [MIT](https://opensource.org/licenses/MIT) License.<br/>
-See the [LICENSE](https://raw.githubusercontent.com/gonapps-org/hugo-apps-theme/master/LICENSE.md) file for more details.
+See the [LICENSE](https://raw.githubusercontent.com/gonnux/hugo-apps-theme/master/LICENSE.md) file for more details.
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3d4db71..2bd861a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -18,12 +18,12 @@ copyright = ""
[[menu.main]]
name = "Github"
weight = 1
- url = "https://github.com/gonapps"
+ url = "https://github.com/gonnux"
[[menu.main]]
name = "Website"
weight = 2
- url = "https://gonapps.com"
+ url = "https://gonnux.com"
[[menu.main]]
name = "*Apps*"
@@ -39,14 +39,14 @@ copyright = ""
[[params.social]]
name = "Github"
weight = 1
- url = "https://github.com/gonapps"
+ url = "https://github.com/gonnux"
[[params.social]]
name = "Gitlab"
weight = 2
- url = "https://gitlab.com/gonapps"
+ url = "https://gitlab.com/gonnux"
[[params.social]]
name = "Website"
weight = 3
- url = "https://gonapps.com"
+ url = "https://gonnux.com"
diff --git a/theme.toml b/theme.toml
index e3a3cc5..ead7400 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,16 +3,16 @@
name = "hugo-apps-theme"
license = "MIT"
-licenselink = "https://github.com/gonapps-org/hugo-apps-theme/LICENSE.md"
+licenselink = "https://github.com/gonnux/hugo-apps-theme/LICENSE.md"
description = "A theme that makes it easy to post your webapps"
-homepage = "http://gonapps.com"
+homepage = "http://gonnux.com"
tags = ["minimal", "highlight.js", "customizable", "projects", "portfolio", "google analytics", "syntax highlighting", "light", "google adsense"]
features = []
min_version = "0.41"
[author]
name = "Byeonggon Lee"
- homepage = "http://gonapps.com"
+ homepage = "http://gonnux.com"
# If porting an existing theme
[original]