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

github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNurlan Su <nurlansu@users.noreply.github.com>2017-01-18 16:40:54 +0300
committerNurlan Su <nurlansu@users.noreply.github.com>2017-01-18 16:40:54 +0300
commit0cdecb5131eb053733ec2f48db0b5ff66fcfead1 (patch)
treea51732436d97b94d5787cd937ada667ba27de853
parentb0534fd85dbc11311c44186216f1a555c70fefaa (diff)
🐶 Fixed broken links
-rw-r--r--README.md12
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--theme.toml6
3 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index bc7d968..2a60585 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
********************
-<p align="center"><b><a href="https://demo.sumaxi.me/themes/hugo-sustain/">Sustain Live Demo</a></b></p>
+<p align="center"><b><a href="https://demo.nurlan.co/themes/hugo-sustain/">Sustain Live Demo</a></b></p>
## Installation
@@ -27,7 +27,7 @@
From the root of your Hugo site, clone the theme into `themes/hugo-sustain` by running :
```
-git clone https://github.com/sumaxime/hugo-sustain.git themes/hugo-sustain
+git clone https://github.com/nurlansu/hugo-sustain.git themes/hugo-sustain
```
#### Manual
@@ -105,18 +105,18 @@ Pull requests, bug fixes, and new features are welcome!
## License
<p align="center">
- <a href="./LICENSE.md"><img src="https://i1.sumaxi.me/i/logo.svg" width="100%" height="128"></a>
+ <a href="./LICENSE.md"><img src="https://i.nurlan.co/i/logo.svg" width="100%" height="128"></a>
<a href="./LICENSE.md"><strong>MIT</strong></a>
</p>
-[logo]: https://i1.sumaxi.me/i/sustain.png
-[screenshot]: https://i1.sumaxi.me/i/sustain-screen.png
+[logo]: https://i.nurlan.co/i/sustain.png
+[screenshot]: https://i.nurlan.co/i/sustain-screen.png
[bootstrap]: https://getbootstrap.com/
[hugo]: https://gohugo.io/
[gh-pages]: https://pages.github.com/
-[zip-archive]: https://github.com/sumaxime/hugo-sustain/archive/master.zip
+[zip-archive]: https://github.com/nurlansu/hugo-sustain/archive/master.zip
[hugo-guide]: https://gohugo.io/overview/installing/
[local]: http://localhost:1313/
[highlight-js]: https://highlightjs.org/
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 623fd0f..74e1bd0 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,7 +2,7 @@
<div id="footer">
<div class="container">
<p class="text-muted">&copy; All rights reserved. Powered by <a href="https://gohugo.io/">Hugo</a> and
- <a href="http://www.github.com/sumaxime/hugo-sustain/">sustain</a> with ♥</p>
+ <a href="http://www.github.com/nurlansu/hugo-sustain/">sustain</a> with ♥</p>
</div>
</div>
</footer>
diff --git a/theme.toml b/theme.toml
index c97e043..f2bf661 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,15 +1,15 @@
name = "Sustain"
license = "MIT"
-licenselink = "https://github.com/sumaxime/hugo-sustain/blob/master/LICENSE.md"
+licenselink = "https://github.com/nurlansu/hugo-sustain/blob/master/LICENSE.md"
description = "Personal blog built with Bootstrap, powered by Hugo"
-homepage = "https://github.com/sumaxime/hugo-sustain"
+homepage = "https://github.com/nurlansu/hugo-sustain"
tags = ["blog", "minimal", "responsive"]
features = ["responsive", "syntax highlighting"]
min_version = 0.17
[author]
name = "Nurlan Su"
- homepage = "https://github.com/sumaxime"
+ homepage = "https://github.com/nurlansu"
# If porting an existing theme
[original]