Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Change name from Paper to PaperCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
zwbetz-gh committed Feb 21, 2019
1 parent 1695245 commit bed2627
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cupper
# PaperCSS

TODO netlify status

Expand All @@ -19,7 +19,7 @@ TODO description

## Demo

https://paper-hugo-theme.netlify.com/
https://papercss-hugo-theme.netlify.com/

## Minimum Hugo version

Expand All @@ -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
Expand All @@ -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 ../..
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[build.environment]
HUGO_VERSION = "0.54.0"
HUGO_THEME = "repo"
HUGO_BASEURL = "https://paper-hugo-theme.netlify.com/"
HUGO_BASEURL = "https://papercss-hugo-theme.netlify.com/"
4 changes: 2 additions & 2 deletions theme.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit bed2627

Please sign in to comment.