From f44bb378d414f9334e3d91a66caebc0a59425e9c Mon Sep 17 00:00:00 2001 From: Vicky Date: Mon, 21 May 2018 20:15:05 -0400 Subject: Updated links. --- CHANGELOG.md | 6 ++++++ README.md | 10 +++++----- exampleSite/content/projects/Design.md | 2 +- layouts/partials/footer.html | 2 +- theme.toml | 6 +++--- 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 @@ -# Introduction theme for Hugo +# Introduction 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: - 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 }} - Introduction theme for Hugo. Made with and . Vicky Lai {{ now.Format "2006" }} + Introduction theme for Hugo. Made with and by Vicky Lai. {{ end }} 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] -- cgit v1.2.3