mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-12 16:29:44 +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.
|
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:
|
Features:
|
||||||
- Single scrolling home page
|
- Single scrolling home page
|
||||||
|
@ -20,7 +20,7 @@ Features:
|
||||||
From the root of your Hugo site:
|
From the root of your Hugo site:
|
||||||
```sh
|
```sh
|
||||||
$ cd themes
|
$ 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
|
### Configure your site
|
||||||
|
@ -64,4 +64,4 @@ $ hugo new blog/your-post.md
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## 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"
|
name = "Introduction"
|
||||||
license = "Creative Commons Attribution 3.0 Unported"
|
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."
|
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"]
|
tags = ["clean", "minimal"]
|
||||||
features = ["responsive", "single page"]
|
features = ["responsive", "single page"]
|
||||||
min_version = 0.15
|
min_version = 0.15
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Vicky Lai"
|
name = "Vicky Lai"
|
||||||
homepage = "https://vickylai.com"
|
homepage = "https://vickylai.io"
|
||||||
|
|
||||||
# If porting an existing theme
|
# If porting an existing theme
|
||||||
[original]
|
[original]
|
||||||
|
|
Loading…
Reference in a new issue