From 567ac4ab42955a1c4817b5667a5539b0dc3ef5d2 Mon Sep 17 00:00:00 2001 From: puresyntax71 <34715246+puresyntax71@users.noreply.github.com> Date: Thu, 9 Jan 2020 10:30:49 +0800 Subject: [PATCH] Update references for the repo. --- README.md | 4 ++-- theme.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6cb0ad69..4b393b14 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Chunky poster -![CircleCI](https://img.shields.io/circleci/build/github/puresyntax71/hugo-theme-chunky-poster) +![CircleCI](https://circleci.com/gh/puresyntax71/hugo-theme-chunky-poster/tree/master) A simple, bootstrap 4 based blog theme. The structure and design is based on the [Prisma blog](https://www.prisma.io/blog/). @@ -23,7 +23,7 @@ A simple, bootstrap 4 based blog theme. The structure and design is based on the # Usage ```shell -git clone https://gitlab.com/virtualcursor/chunky-poster.git +git clone https://github.com/puresyntax71/hugo-theme-chunky-poster.git ``` Check out the configuration at [`exampleSite/config.toml`](exampleSite/config.toml) for configuring your Hugo site. diff --git a/theme.toml b/theme.toml index 74bdc27e..b57e0865 100644 --- a/theme.toml +++ b/theme.toml @@ -3,9 +3,9 @@ name = "Chunky Poster" license = "MIT" -licenselink = "https://gitlab.com/virtualcursor/hugo-theme-chunky-poster/blob/master/LICENSE" +licenselink = "https://github.com/puresyntax71/hugo-theme-chunky-poster/blob/master/LICENSE" description = "A simple, bootstrap 4 based blog theme." -homepage = "https://gitlab.com/virtualcursor/chunky-poster" +homepage = "https://github.com/puresyntax71/hugo-theme-chunky-poster" tags = ["minimal", "minimalist", "blog", "responsive", "syntax highlighting", "multilingual", "minimalist", "light"] features = ["minimal", "minimalist", "blog", "responsive", "syntax highlighting", "multilingual", "minimalist", "light"] min_version = "0.41"