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

github.com/capnfabs/paperesque.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Tamp <fabian.tamp@gmail.com>2020-01-27 16:35:34 +0300
committerFabian Tamp <fabian.tamp@gmail.com>2020-01-27 16:35:34 +0300
commita331aa9b8b2718423c22543f94c6f640988267a9 (patch)
treedf5da5ccc5bad94f0a646c41330ed8c291ee81b2
parent404874184bf070f742ceb35ede3b0afbe8279272 (diff)
Fix typos in README / theme.toml
-rw-r--r--README.md2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 76b75ac..7e22e4c 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ page = ["HTML", "droplist"]
Now, as part of your build process, run:
```sh
-./themes/paperesque/scripts/drop-resources.py [hugo-output-directory]
+./themes/paperesque/buildscripts/drop-resources.py [hugo-output-directory]
```
(the Hugo output directory is usually `./public`).
diff --git a/theme.toml b/theme.toml
index fda78ff..fc1473a 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,6 +1,6 @@
name = "Paperesque"
license = "MIT"
-licenselink = "https://github.com/capnfabs/paperesque/blob/master/LICENSE"
+licenselink = "https://github.com/capnfabs/paperesque/blob/master/LICENSE.md"
description = "A lightweight theme for personal websites."
homepage = "https://github.com/capnfabs/paperesque/"
tags = ["blog", "personal", "light", "responsive", "minimal"]