From c5786c37945eb9cadec1063ce4cb6d832b75cd7d Mon Sep 17 00:00:00 2001 From: Byeonggon Lee Date: Sun, 10 Feb 2019 16:26:01 +0900 Subject: github.com/gonapps/hugo-apps-theme -> github.com/gonapps-org/hugo-apps-theme --- README.md | 10 +++++----- theme.toml | 2 +- 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:
## License Licensed under the [MIT](https://opensource.org/licenses/MIT) License.
-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"] -- cgit v1.2.3