Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/progrhyme/hugo-theme-bootie-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprogrhyme <progrhyme@gmail.com>2017-07-20 16:33:11 +0300
committerprogrhyme <progrhyme@gmail.com>2017-07-20 16:33:11 +0300
commitb3a8803c18a2c0962568ef658f6ef725ff3e6a36 (patch)
treea7630e1984eaf15548981564120685eb08bac416
parent7285d32a18ec4ab3dd65bb56992400bc51f67737 (diff)
Repository has moved from key-amb's to progrhyme's
-rw-r--r--README.md6
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--theme.toml6
3 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 7c9cf1d..f877af3 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@
**Bootie Docs** is a simple [hugo](http://gohugo.io/) theme for documentation.
The name "bootie" comes from [Bootstrap](http://getbootstrap.com/) CSS.
-![Bootie Docs screenshot](https://raw.githubusercontent.com/key-amb/hugo-theme-bootie-docs/master/images/tn.png)
+![Bootie Docs screenshot](https://raw.githubusercontent.com/progrhyme/hugo-theme-bootie-docs/master/images/tn.png)
-You can see demo and full documentation at http://key-amb.github.io/bootie-docs-demo/ .
+You can see demo and full documentation at http://progrhyme.github.io/bootie-docs-demo/ .
## CONTENTS
@@ -51,7 +51,7 @@ NOTE:
## OPTIONS
All other options and usages for _Bootie Docs_ are described at the documentation site --
-http://key-amb.github.io/bootie-docs-demo/ .
+http://progrhyme.github.io/bootie-docs-demo/ .
## LIMITATION
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index b2dedaa..0f21c64 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -12,7 +12,7 @@
<footer class="doc-footer">
{{ with .Site.Params.repositoryUrl }}<p class="doc-footer-em">Browse <strong><a href="{{ . }}">Repository</a></strong></p>{{ end }}
{{ with .Site.Copyright }}<p>{{ . }}</p>{{ end }}
- <p>Powered by <strong><a href="https://github.com/key-amb/hugo-theme-bootie-docs">Bootie Docs</a></strong> - theme for <a href="http://gohugo.io/">Hugo</a> by <a href="https://github.com/key-amb/">key-amb</a>.</p>
+ <p>Powered by <strong><a href="https://github.com/progrhyme/hugo-theme-bootie-docs">Bootie Docs</a></strong> - theme for <a href="http://gohugo.io/">Hugo</a> by <a href="https://github.com/progrhyme/">progrhyme</a>.</p>
</footer>
{{ with .Site.Params.analytics }}<script>
diff --git a/theme.toml b/theme.toml
index d6b7774..90df2e6 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,15 +1,15 @@
name = "Hugo Theme Bootie Docs"
license = "MIT"
-licenselink = "https://github.com/key-amb/hugo-theme-bootie-docs/LICENSE.md"
+licenselink = "https://github.com/progrhyme/hugo-theme-bootie-docs/LICENSE.md"
description = "A simple Hugo theme with Bootstrap for documentation"
-homepage = "http://key-amb.github.io/bootie-docs-demo/"
+homepage = "http://progrhyme.github.io/bootie-docs-demo/"
tags = ["document", "bootstrap"]
features = ["document", ""]
min_version = 0.15
[author]
name = "IKEDA Kiyoshi"
- homepage = "https://github.com/key-amb"
+ homepage = "https://github.com/progrhyme"
# If porting an existing theme
[original]