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--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"]