🐶 Fixed broken links
This commit is contained in:
parent
b0534fd85d
commit
0cdecb5131
12
README.md
12
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/
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div id="footer">
|
||||
<div class="container">
|
||||
<p class="text-muted">© 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>
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user