🐶 Fixed broken links

This commit is contained in:
Nurlan Su 2017-01-18 14:40:54 +01:00
parent b0534fd85d
commit 0cdecb5131
3 changed files with 10 additions and 10 deletions

View File

@ -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 ## Installation
@ -27,7 +27,7 @@
From the root of your Hugo site, clone the theme into `themes/hugo-sustain` by running : 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 #### Manual
@ -105,18 +105,18 @@ Pull requests, bug fixes, and new features are welcome!
## License ## License
<p align="center"> <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> <a href="./LICENSE.md"><strong>MIT</strong></a>
</p> </p>
[logo]: https://i1.sumaxi.me/i/sustain.png [logo]: https://i.nurlan.co/i/sustain.png
[screenshot]: https://i1.sumaxi.me/i/sustain-screen.png [screenshot]: https://i.nurlan.co/i/sustain-screen.png
[bootstrap]: https://getbootstrap.com/ [bootstrap]: https://getbootstrap.com/
[hugo]: https://gohugo.io/ [hugo]: https://gohugo.io/
[gh-pages]: https://pages.github.com/ [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/ [hugo-guide]: https://gohugo.io/overview/installing/
[local]: http://localhost:1313/ [local]: http://localhost:1313/
[highlight-js]: https://highlightjs.org/ [highlight-js]: https://highlightjs.org/

View File

@ -2,7 +2,7 @@
<div id="footer"> <div id="footer">
<div class="container"> <div class="container">
<p class="text-muted">&copy; All rights reserved. Powered by <a href="https://gohugo.io/">Hugo</a> and <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>
</div> </div>
</footer> </footer>

View File

@ -1,15 +1,15 @@
name = "Sustain" name = "Sustain"
license = "MIT" 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" 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"] tags = ["blog", "minimal", "responsive"]
features = ["responsive", "syntax highlighting"] features = ["responsive", "syntax highlighting"]
min_version = 0.17 min_version = 0.17
[author] [author]
name = "Nurlan Su" name = "Nurlan Su"
homepage = "https://github.com/sumaxime" homepage = "https://github.com/nurlansu"
# If porting an existing theme # If porting an existing theme
[original] [original]