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:
authorByeonggon Lee <gonny952@gmail.com>2019-04-10 07:01:22 +0300
committerByeonggon Lee <gonny952@gmail.com>2019-04-10 07:01:22 +0300
commit381049a428f10ae6747aca91287a462ffd02b5ae (patch)
tree286a5eb07054987275f86d66fd720bb5be50e991
parent7e1731af01221b4a26ce8f61a375ee329c6b2f0e (diff)
parent8198eae1415763a54a0e6531c3eb434b163fde1d (diff)
Merge branch 'dev' of https://github.com/gonapps/hugo-apps-theme into dev
-rw-r--r--README.md10
-rw-r--r--theme.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8b664e5..732f569 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Hugo Apps Theme
-[![GitHub stars](https://img.shields.io/github/stars/gonapps/hugo-apps-theme.svg?style=flat-square)](https://github.com/gonapps/hugo-apps-theme/stargazers)
-[![GitHub forks](https://img.shields.io/github/forks/gonapps/hugo-apps-theme.svg?style=flat-square)](https://github.com/gonapps/hugo-apps-theme/fork)
-[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/gonapps/hugo-apps-theme/master/LICENSE.md)
+[![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)
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/hugo-apps-theme
+git clone https://github.com/gonapps-org/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/hugo-apps-theme/master/LICENSE.md) file for more details.
+See the [LICENSE](https://raw.githubusercontent.com/gonapps-org/hugo-apps-theme/master/LICENSE.md) file for more details.
diff --git a/theme.toml b/theme.toml
index ebca339..e3a3cc5 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,7 +3,7 @@
name = "hugo-apps-theme"
license = "MIT"
-licenselink = "https://github.com/gonapps/hugo-apps-theme/LICENSE.md"
+licenselink = "https://github.com/gonapps-org/hugo-apps-theme/LICENSE.md"
description = "A theme that makes it easy to post your webapps"
homepage = "http://gonapps.com"
tags = ["minimal", "highlight.js", "customizable", "projects", "portfolio", "google analytics", "syntax highlighting", "light", "google adsense"]