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

github.com/damiencaselli/hugo-journal.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 20:05:53 +0300
committerDamien Caselli <damien.caselli@gmail.com>2017-07-23 20:05:53 +0300
commitae0a756e19f812edb2382cc3845761e5013ee053 (patch)
treef4c5ef3d793e099b2d7bd9906e7110febc18ddaa
parent1967eb9076a2484133b543b1a4988e4ad0a4cf8e (diff)
Update README and config
-rw-r--r--README.md4
-rw-r--r--theme.toml6
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1318b9c..0eca0a1 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ 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/journal-demo/).
+Demo is available [here](https://damiencaselli.github.io/hugo-journal-demo/).
## Installation
@@ -37,7 +37,7 @@ A few parameters should be adjusted in the site config:
Both highlight theme and lib can be overridden. Just drop your build in the `static/js` directory, and the theme file in the `static/css` directory.
Note that the theme has to be named `highlight.css`.
-### Update styles
+### Customize styles
sass is required to build the theme css file. If [bundler](http://bundler.io/) is installed on your system:
diff --git a/theme.toml b/theme.toml
index 02a8d08..e79a0f5 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,12 +1,12 @@
name = "Journal"
license = "MIT"
-licenselink = "https://github.com/damiencaselli/journal/blob/master/LICENSE.md"
+licenselink = "https://github.com/damiencaselli/hugo-journal/blob/master/LICENSE.md"
description = "Minimalist theme for Hugo."
-homepage = "https://damiencaselli.github.io/journal"
+homepage = "https://damiencaselli.github.io/hugo-journal"
tags = ["minimalist", "reading", "blog"]
features = ["blog"]
min_version = "0.25.1"
[author]
name = "Damien Caselli"
- homepage = "https://damiencaselli.github.io/journal"
+ homepage = "https://github.com/damiencaselli"