mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Updated links.
This commit is contained in:
parent
633e1e3d4a
commit
f44bb378d4
5 changed files with 16 additions and 10 deletions
|
@ -1,3 +1,9 @@
|
|||
## Version
|
||||
|
||||
- Fix for single page navigation
|
||||
|
||||
*Thank you to @pmviva for the contribution!*
|
||||
|
||||
## Version 3.3.0 - Mar 25 2018
|
||||
|
||||
- Default parameters implemented so theme renders without custom config parameters
|
||||
|
|
10
README.md
10
README.md
|
@ -1,8 +1,8 @@
|
|||
# <a href="https://vickylai.io/introduction/" target="_blank" rel="noopener">Introduction theme for Hugo</a>
|
||||
# <a href="https://vickylai.com/introduction/" target="_blank" rel="noopener">Introduction theme for Hugo</a>
|
||||
|
||||
A minimal, single page, smooth scrolling theme for Hugo.
|
||||
|
||||
![Main page screenshot](https://github.com/hivickylai/hugo-theme-introduction/blob/master/images/screenshot.png)
|
||||
![Main page screenshot](https://github.com/vickylai/hugo-theme-introduction/blob/master/images/screenshot.png)
|
||||
|
||||
Features:
|
||||
- Single scrolling home page
|
||||
|
@ -21,7 +21,7 @@ Features:
|
|||
From the root of your Hugo site:
|
||||
```sh
|
||||
$ cd themes
|
||||
$ git clone https://github.com/hivickylai/hugo-theme-introduction.git introduction
|
||||
$ git clone https://github.com/vickylai/hugo-theme-introduction.git introduction
|
||||
```
|
||||
|
||||
### Configure your site
|
||||
|
@ -94,10 +94,10 @@ If you don't specify a `title`, only the photo will show. You can still add cont
|
|||
If you leave `external_link` empty, clicking on a project on your main page will pop up a window with the project's details. If you specify a url instead, clicking on the project on your main page will take you to that url.
|
||||
|
||||
## License
|
||||
This theme is released under the [Creative Commons Attribution 3.0 license.](https://github.com/hivickylai/hugo-theme-introduction/blob/master/LICENSE.txt)
|
||||
This theme is released under the [Creative Commons Attribution 3.0 license.](https://github.com/vickylai/hugo-theme-introduction/blob/master/LICENSE.txt)
|
||||
|
||||
## Contributing
|
||||
|
||||
Pull requests for bug fixes and suggestions are welcome.
|
||||
|
||||
Contributors are listed in [CHANGELOG.md](https://github.com/hivickylai/hugo-theme-introduction/blob/master/CHANGELOG.md). Thank you so much! 🖤
|
||||
Contributors are listed in [CHANGELOG.md](https://github.com/vickylai/hugo-theme-introduction/blob/master/CHANGELOG.md). Thank you so much! 🖤
|
||||
|
|
|
@ -6,6 +6,6 @@ external_link: ""
|
|||
weight: 2
|
||||
---
|
||||
|
||||
This theme was designed by [Vicky Lai](https://vickylai.io). Go on, explore! 💪
|
||||
This theme was designed by [Vicky Lai](https://vickylai.com). Go on, explore! 💪
|
||||
|
||||
If you want to use it for your website, check out the section at the bottom of the main page. 👍
|
|
@ -3,7 +3,7 @@
|
|||
{{ if .Site.Params.footerText }}
|
||||
{{ .Site.Params.footerText }}
|
||||
{{ else }}
|
||||
<span class="footer-text"><a href="https://github.com/hivickylai/hugo-theme-introduction" target="_blank" rel="noopener">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank" rel="noopener">Hugo</a>. Made with <i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i>. <a href="https://vickylai.io" target="_blank" rel="noopener">Vicky Lai</a> {{ now.Format "2006" }}</span>
|
||||
<span class="footer-text"><a href="https://github.com/vickylai/hugo-theme-introduction" target="_blank" rel="noopener">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank" rel="noopener">Hugo</a>. Made with <i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i> by <a href="https://vickylai.com" target="_blank" rel="noopener">Vicky Lai</a>.</span>
|
||||
{{ end }}
|
||||
</div><!-- End Footer container -->
|
||||
</div><!-- End Footer section -->
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
|
||||
name = "Introduction"
|
||||
license = "Creative Commons Attribution 3.0 Unported"
|
||||
licenselink = "https://github.com/hivickylai/hugo-theme-introduction/blob/master/LICENSE.md"
|
||||
licenselink = "https://github.com/vickylai/hugo-theme-introduction/blob/master/LICENSE.md"
|
||||
description = "Minimal, single page, smooth scrolling theme for Hugo."
|
||||
homepage = "https://github.com/hivickylai/hugo-theme-introduction"
|
||||
homepage = "https://github.com/vickylai/hugo-theme-introduction"
|
||||
tags = ["clean", "simple", "minimal", "minimalist", "responsive", "single page", "syntax highlighting", "projects", "starter", "white", "dark"]
|
||||
features = ["responsive", "single page"]
|
||||
min_version = "0.30"
|
||||
|
||||
[author]
|
||||
name = "Vicky Lai"
|
||||
homepage = "https://vickylai.io"
|
||||
homepage = "https://vickylai.com"
|
||||
|
||||
# If porting an existing theme
|
||||
[original]
|
||||
|
|
Loading…
Reference in a new issue