From bed26272852b7771378f9228a2e66a2bc93fa20c Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Thu, 21 Feb 2019 15:47:35 -0600 Subject: Change name from Paper to PaperCSS --- README.md | 8 ++++---- netlify.toml | 2 +- theme.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8de34b0..82f4056 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cupper +# PaperCSS TODO netlify status @@ -19,7 +19,7 @@ TODO description ## Demo -https://paper-hugo-theme.netlify.com/ +https://papercss-hugo-theme.netlify.com/ ## Minimum Hugo version @@ -30,7 +30,7 @@ Hugo version `0.48` or higher is required. View the [Hugo releases](https://gith From the root of your site: ``` -git submodule add https://github.com/zwbetz-gh/paper-hugo-theme.git themes/paper-hugo-theme +git submodule add https://github.com/zwbetz-gh/papercss-hugo-theme.git themes/papercss-hugo-theme ``` ## Updating @@ -43,7 +43,7 @@ git submodule update --remote --merge ## Run example site -From the root of `themes/paper-hugo-theme/exampleSite`: +From the root of `themes/papercss-hugo-theme/exampleSite`: ``` hugo server --themesDir ../.. diff --git a/netlify.toml b/netlify.toml index e1631a1..a1d166f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,4 +5,4 @@ [build.environment] HUGO_VERSION = "0.54.0" HUGO_THEME = "repo" - HUGO_BASEURL = "https://paper-hugo-theme.netlify.com/" \ No newline at end of file + HUGO_BASEURL = "https://papercss-hugo-theme.netlify.com/" \ No newline at end of file diff --git a/theme.toml b/theme.toml index fb0950e..d092997 100644 --- a/theme.toml +++ b/theme.toml @@ -1,8 +1,8 @@ name = "PaperCSS" license = "MIT" -licenselink = "https://github.com/zwbetz-gh/paper-hugo-theme/blob/master/LICENSE" +licenselink = "https://github.com/zwbetz-gh/papercss-hugo-theme/blob/master/LICENSE" description = "TODO" -homepage = "https://github.com/zwbetz-gh/paper-hugo-theme" +homepage = "https://github.com/zwbetz-gh/papercss-hugo-theme" tags = ["TODO"] features = ["TODO"] min_version = "0.48" -- cgit v1.2.3