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 /README.md
parent1695245874d929a038292fc40f2e86988a82a082 (diff)
Change name from Paper to PaperCSS
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 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 ../..