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>2018-11-29 18:03:21 +0300
committerByeonggon Lee <gonny952@gmail.com>2018-11-29 18:03:21 +0300
commit419f748063fdd8e9980dd09770cbe74b43977f95 (patch)
tree9fd9c677659391c16a4162c89f44ee6824d726fb
parentcb987b0ba3c11e0358a45b8e19aca57bf0c22506 (diff)
LICENSE -> LICENSE.md
-rw-r--r--LICENSE.md (renamed from LICENSE)0
-rw-r--r--README.md4
-rw-r--r--theme.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE.md
index 4efc6ab..4efc6ab 100644
--- a/LICENSE
+++ b/LICENSE.md
diff --git a/README.md b/README.md
index af18224..f819c12 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)
+[![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)
Hugo apps theme
@@ -72,4 +72,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) file for more details.
+See the [LICENSE](https://raw.githubusercontent.com/gonapps/hugo-apps-theme/master/LICENSE.md) file for more details.
diff --git a/theme.toml b/theme.toml
index d07a24d..60602bf 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"
+licenselink = "https://github.com/gonapps/hugo-apps-theme/LICENSE.md"
description = "Hugo Apps Theme"
homepage = "http://gonapps.com"
tags = ["minimal", "highlight.js", "customizable", "projects", "portfolio", "google analytics", "syntax highlighting", "light"]