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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-02-22 00:47:35 +0300
committerZachary Betz <zwbetz@gmail.com>2019-02-22 00:47:35 +0300
commitbed26272852b7771378f9228a2e66a2bc93fa20c (patch)
treec272f4ac3110b00b7a87a5fd98be07835db513b7
parent1695245874d929a038292fc40f2e86988a82a082 (diff)
Change name from Paper to PaperCSS
-rw-r--r--README.md8
-rw-r--r--netlify.toml2
-rw-r--r--theme.toml4
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"