Skip to content

Commit 327c254

Browse files
committed
Change website, repo url
1 parent 4739b13 commit 327c254

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hugo Apps Theme
2-
[![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)
3-
[![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)
4-
[![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)
2+
[![GitHub stars](https://img.shields.io/github/stars/gonnux/hugo-apps-theme.svg?style=flat-square)](https://github.com/gonnux/hugo-apps-theme/stargazers)
3+
[![GitHub forks](https://img.shields.io/github/forks/gonnux/hugo-apps-theme.svg?style=flat-square)](https://github.com/gonnux/hugo-apps-theme/fork)
4+
[![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)
55

66
Hugo apps theme makes it easy to post web apps
77

@@ -10,7 +10,7 @@ From the root of your website
1010
```bash
1111
mkdir -p themes
1212
cd themes
13-
git clone https://github.com/gonapps-org/hugo-apps-theme
13+
git clone https://github.com/gonnux/hugo-apps-theme
1414
```
1515
From config.toml of your site
1616
```toml
@@ -79,4 +79,4 @@ This theme is inspired by following themes:<br/>
7979

8080
## License
8181
Licensed under the [MIT](https://opensource.org/licenses/MIT) License.<br/>
82-
See the [LICENSE](https://raw.githubusercontent.com/gonapps-org/hugo-apps-theme/master/LICENSE.md) file for more details.
82+
See the [LICENSE](https://raw.githubusercontent.com/gonnux/hugo-apps-theme/master/LICENSE.md) file for more details.

exampleSite/config.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ copyright = ""
1818
[[menu.main]]
1919
name = "Github"
2020
weight = 1
21-
url = "https://github.com/gonapps"
21+
url = "https://github.com/gonnux"
2222

2323
[[menu.main]]
2424
name = "Website"
2525
weight = 2
26-
url = "https://gonapps.com"
26+
url = "https://gonnux.com"
2727

2828
[[menu.main]]
2929
name = "*Apps*"
@@ -39,14 +39,14 @@ copyright = ""
3939
[[params.social]]
4040
name = "Github"
4141
weight = 1
42-
url = "https://github.com/gonapps"
42+
url = "https://github.com/gonnux"
4343

4444
[[params.social]]
4545
name = "Gitlab"
4646
weight = 2
47-
url = "https://gitlab.com/gonapps"
47+
url = "https://gitlab.com/gonnux"
4848

4949
[[params.social]]
5050
name = "Website"
5151
weight = 3
52-
url = "https://gonapps.com"
52+
url = "https://gonnux.com"

theme.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
name = "hugo-apps-theme"
55
license = "MIT"
6-
licenselink = "https://github.com/gonapps-org/hugo-apps-theme/LICENSE.md"
6+
licenselink = "https://github.com/gonnux/hugo-apps-theme/LICENSE.md"
77
description = "A theme that makes it easy to post your webapps"
8-
homepage = "http://gonapps.com"
8+
homepage = "http://gonnux.com"
99
tags = ["minimal", "highlight.js", "customizable", "projects", "portfolio", "google analytics", "syntax highlighting", "light", "google adsense"]
1010
features = []
1111
min_version = "0.41"
1212

1313
[author]
1414
name = "Byeonggon Lee"
15-
homepage = "http://gonapps.com"
15+
homepage = "http://gonnux.com"
1616

1717
# If porting an existing theme
1818
[original]

0 commit comments

Comments
 (0)