Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2018-05-22 03:15:05 +0300
committerVicky <vicky@vickylai.com>2018-05-22 03:15:05 +0300
commitf44bb378d414f9334e3d91a66caebc0a59425e9c (patch)
tree5820028ac9799af91101ab65b1bd2477a9f44116
parent633e1e3d4a1f2086e37ff992b1def19e1a64243e (diff)
Updated links.
-rw-r--r--CHANGELOG.md6
-rw-r--r--README.md10
-rwxr-xr-xexampleSite/content/projects/Design.md2
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--theme.toml6
5 files changed, 16 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4dbfa9d..414d417 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index 55dc312..446ed05 100644
--- a/README.md
+++ b/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! 🖤
diff --git a/exampleSite/content/projects/Design.md b/exampleSite/content/projects/Design.md
index 709b81b..47defe1 100755
--- a/exampleSite/content/projects/Design.md
+++ b/exampleSite/content/projects/Design.md
@@ -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. 👍 \ No newline at end of file
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 5ad7f48..67b8b36 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -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 -->
diff --git a/theme.toml b/theme.toml
index a916515..da35277 100644
--- a/theme.toml
+++ b/theme.toml
@@ -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]