mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
Updated links
This commit is contained in:
parent
c0f6729dca
commit
b1b90a10eb
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# <a href="https://github.com/vickylaixy/hugo-theme-introduction" target="_blank">Introduction theme for Hugo</a>
|
||||
# <a href="https://github.com/vickylaiio/hugo-theme-introduction" target="_blank">Introduction theme for Hugo</a>
|
||||
|
||||
A minimal, single page, smooth scrolling theme for Hugo.
|
||||
|
||||
![Main page screenshot](https://github.com/vickylaixy/hugo-theme-introduction/blob/master/images/screenshot.png)
|
||||
![Main page screenshot](https://github.com/vickylaiio/hugo-theme-introduction/blob/master/images/screenshot.png)
|
||||
|
||||
Features:
|
||||
- Single scrolling home page
|
||||
|
@ -20,7 +20,7 @@ Features:
|
|||
From the root of your Hugo site:
|
||||
```sh
|
||||
$ cd themes
|
||||
$ git clone https://github.com/vickylaixy/hugo-theme-introduction.git introduction
|
||||
$ git clone https://github.com/vickylaiio/hugo-theme-introduction.git introduction
|
||||
```
|
||||
|
||||
### Configure your site
|
||||
|
@ -64,4 +64,4 @@ $ hugo new blog/your-post.md
|
|||
```
|
||||
|
||||
## License
|
||||
This theme is released under the [Creative Commons Attribution 3.0 license.](https://github.com/vickylaixy/hugo-theme-introduction/blob/master/LICENSE.md)
|
||||
This theme is released under the [Creative Commons Attribution 3.0 license.](https://github.com/vickylaiio/hugo-theme-introduction/blob/master/LICENSE.md)
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
|
||||
name = "Introduction"
|
||||
license = "Creative Commons Attribution 3.0 Unported"
|
||||
licenselink = "https://github.com/vickylaixy/hugo-theme-introduction/blob/master/LICENSE.md"
|
||||
licenselink = "https://github.com/vickylaiio/hugo-theme-introduction/blob/master/LICENSE.md"
|
||||
description = "Minimal, single page, smooth scrolling theme for Hugo."
|
||||
homepage = "https://github.com/vickylaixy/hugo-theme-introduction"
|
||||
homepage = "https://github.com/vickylaiio/hugo-theme-introduction"
|
||||
tags = ["clean", "minimal"]
|
||||
features = ["responsive", "single page"]
|
||||
min_version = 0.15
|
||||
|
||||
[author]
|
||||
name = "Vicky Lai"
|
||||
homepage = "https://vickylai.com"
|
||||
homepage = "https://vickylai.io"
|
||||
|
||||
# If porting an existing theme
|
||||
[original]
|
||||
|
|
Loading…
Reference in a new issue