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 05:31:56 +0300
committerFabian Tamp <fabian.tamp@gmail.com>2020-01-27 06:06:07 +0300
commite35df0dfe150aff4fdf9101a8945e3429a795475 (patch)
tree38270daaa0b035971dd72da9a9bb2236f2490a3d
parentb6b77cdc7b2c51db888c616b51d37b49698a1917 (diff)
Add screenshots, some tidying
-rw-r--r--README.md4
-rw-r--r--exampleSite/content/posts/leaches-kingfisher/index.md8
-rw-r--r--exampleSite/content/posts/wood-swallow/index.md2
l---------exampleSite/themes/paperesque (renamed from exampleSite/themes/capnfabs-lite)0
-rw-r--r--images/screenshot.pngbin0 -> 503987 bytes
-rw-r--r--images/tn.pngbin0 -> 302968 bytes
-rw-r--r--theme.toml12
7 files changed, 21 insertions, 5 deletions
diff --git a/README.md b/README.md
index 939f093..76b75ac 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# paperesque
+# Paperesque
-A lightweight Hugo theme with a couple of neat tricks.
+A lightweight [Hugo](https://gohugo.io) theme with a couple of neat tricks.
You can see it in action on [capnfabs.net](https://capnfabs.net).
diff --git a/exampleSite/content/posts/leaches-kingfisher/index.md b/exampleSite/content/posts/leaches-kingfisher/index.md
index 075a725..11dc02c 100644
--- a/exampleSite/content/posts/leaches-kingfisher/index.md
+++ b/exampleSite/content/posts/leaches-kingfisher/index.md
@@ -7,6 +7,8 @@ tags:
- Small birds
---
+Specimens of this fine Kingsfisher are contained in the British Museum, the Linnean Society, and my own collections, all of which were procured on the north-east coast of Australia, where it evidently replaces the Dacelo gigantea of New South Wales and South Australia.
+
{{< figure
src="featured-i078.jpg"
class="smaller"
@@ -15,9 +17,11 @@ tags:
attrlink="http://www.gutenberg.org/files/60302/60302-h/60302-h.htm"
>}}
-Specimens of this fine Kingsfisher are contained in the British Museum, the Linnean Society, and my own collections, all of which were procured on the north-east coast of Australia, where it evidently replaces the Dacelo gigantea of New South Wales and South Australia.
+The specimen in the Linnean Society’s museum was presented by Dr. Brown[^1], who procured it in Keppel Bay on the east coast; and it was subsequently seen at Shoalwater Bay[^2] and Broad Sound on the same coast; my own specimens were obtained at Cape York, the north-eastern extremity of Australia.
+
+[^1]: Here's an example of a footnote that's been converted to a margin-note on sufficiently wide screens. They align to the paragraph that they are referenced in.
-The specimen in the Linnean Society’s museum was presented by Dr. Brown, who procured it in Keppel Bay on the east coast; and it was subsequently seen at Shoalwater Bay and Broad Sound on the same coast; my own specimens were obtained at Cape York, the north-eastern extremity of Australia.
+[^2]: If you use a lot of footnotes close together, they are still spaced nicely and retain their distance from each other.
The habits, actions, food, and indeed the whole of the economy, are so precisely like those of the Dacelo gigantea that a separate description of them is entirely unnecessary.
diff --git a/exampleSite/content/posts/wood-swallow/index.md b/exampleSite/content/posts/wood-swallow/index.md
index b8556e9..2172455 100644
--- a/exampleSite/content/posts/wood-swallow/index.md
+++ b/exampleSite/content/posts/wood-swallow/index.md
@@ -1,6 +1,6 @@
---
date: 2020-01-26
-title: "Wood Swallow"
+title: "The Wood Swallow"
tags:
- New South Wales
- Small birds
diff --git a/exampleSite/themes/capnfabs-lite b/exampleSite/themes/paperesque
index c25bddb..c25bddb 120000
--- a/exampleSite/themes/capnfabs-lite
+++ b/exampleSite/themes/paperesque
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..6914776
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..7a807de
--- /dev/null
+++ b/images/tn.png
Binary files differ
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..fda78ff
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,12 @@
+name = "Paperesque"
+license = "MIT"
+licenselink = "https://github.com/capnfabs/paperesque/blob/master/LICENSE"
+description = "A lightweight theme for personal websites."
+homepage = "https://github.com/capnfabs/paperesque/"
+tags = ["blog", "personal", "light", "responsive", "minimal"]
+features = ["responsive", "margin notes", "resource processing", "draft highlighting"]
+min_version = "0.62.0"
+
+[author]
+ name = "Fabian Tamp"
+ homepage = "https://capnfabs.net"