From b1b90a10eb96fa4059475055e76fe1d227ec3dfd Mon Sep 17 00:00:00 2001 From: Vicky Date: Wed, 3 May 2017 19:21:48 +0800 Subject: [PATCH] Updated links --- README.md | 8 ++++---- theme.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1d7366f..e6f6764 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/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: - Single scrolling home page @@ -20,7 +20,7 @@ Features: From the root of your Hugo site: ```sh $ 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 @@ -64,4 +64,4 @@ $ hugo new blog/your-post.md ``` ## 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) diff --git a/theme.toml b/theme.toml index 125f853..cbd7c9c 100644 --- a/theme.toml +++ b/theme.toml @@ -3,16 +3,16 @@ name = "Introduction" 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." -homepage = "https://github.com/vickylaixy/hugo-theme-introduction" +homepage = "https://github.com/vickylaiio/hugo-theme-introduction" tags = ["clean", "minimal"] features = ["responsive", "single page"] min_version = 0.15 [author] name = "Vicky Lai" - homepage = "https://vickylai.com" + homepage = "https://vickylai.io" # If porting an existing theme [original]