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

github.com/damiencaselli/paperback.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Caselli <damien.caselli@gmail.com>2017-07-23 13:43:46 +0300
committerDamien Caselli <damien.caselli@gmail.com>2017-07-23 13:43:46 +0300
commit0d200a5b267ae15f1f942e0fa7c0c15b08dde226 (patch)
tree332fa39e0a30e430631cb3b64aceead58ed5f304
parent3838127ee001c822c25588c7b34917c6f0a5a0aa (diff)
Update theme url, add link to demo
Fixes issue #2
-rw-r--r--README.md2
-rw-r--r--theme.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index a43619c..e0a0cde 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ It focuses on improving reading experience with high contrast colors and no fanc
It also uses [Highlight.js](https://highlightjs.org/) for the syntaxic coloration of code snippets.
+Demo is available [here](https://damiencaselli.github.io/paperback-demo/).
+
## Installation
Please refer to the [Hugo documentation](http://gohugo.io/themes/installing/).
diff --git a/theme.toml b/theme.toml
index 382984d..c9ae60e 100644
--- a/theme.toml
+++ b/theme.toml
@@ -9,4 +9,4 @@ min_version = 0.15
[author]
name = "Damien Caselli"
-homepage = "http://dcsl.li"
+homepage = "https://damiencaselli.github.io/paperback-demo/"