Updated links.

This commit is contained in:
Vicky 2018-05-21 20:15:05 -04:00
parent 633e1e3d4a
commit f44bb378d4
5 changed files with 16 additions and 10 deletions

View file

@ -1,3 +1,9 @@
## Version
- Fix for single page navigation
*Thank you to @pmviva for the contribution!*
## Version 3.3.0 - Mar 25 2018 ## Version 3.3.0 - Mar 25 2018
- Default parameters implemented so theme renders without custom config parameters - Default parameters implemented so theme renders without custom config parameters

View file

@ -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. 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: Features:
- Single scrolling home page - Single scrolling home page
@ -21,7 +21,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/hivickylai/hugo-theme-introduction.git introduction $ git clone https://github.com/vickylai/hugo-theme-introduction.git introduction
``` ```
### Configure your site ### 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. 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 ## 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 ## Contributing
Pull requests for bug fixes and suggestions are welcome. 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! 🖤

View file

@ -6,6 +6,6 @@ external_link: ""
weight: 2 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. 👍 If you want to use it for your website, check out the section at the bottom of the main page. 👍

View file

@ -3,7 +3,7 @@
{{ if .Site.Params.footerText }} {{ if .Site.Params.footerText }}
{{ .Site.Params.footerText }} {{ .Site.Params.footerText }}
{{ else }} {{ 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 }} {{ end }}
</div><!-- End Footer container --> </div><!-- End Footer container -->
</div><!-- End Footer section --> </div><!-- End Footer section -->

View file

@ -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/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." 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"] tags = ["clean", "simple", "minimal", "minimalist", "responsive", "single page", "syntax highlighting", "projects", "starter", "white", "dark"]
features = ["responsive", "single page"] features = ["responsive", "single page"]
min_version = "0.30" min_version = "0.30"
[author] [author]
name = "Vicky Lai" name = "Vicky Lai"
homepage = "https://vickylai.io" homepage = "https://vickylai.com"
# If porting an existing theme # If porting an existing theme
[original] [original]