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:
authordashdashzako <d@dashdashzako.net>2019-09-02 15:19:34 +0300
committerdashdashzako <d@dashdashzako.net>2019-09-02 15:19:34 +0300
commit1f5908aa68a821b9fec1bdb56983ca99cbdfb4f3 (patch)
tree5592dfe83a4c4a077662d60271a95b4a75257ecc
parent6f50c28b725483263699637f3681742e1864b6a0 (diff)
Update links
-rw-r--r--README.md2
-rw-r--r--theme.toml8
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3720a52..ebc229f 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/hugo-journal-demo/).
+Demo is available [here](https://dashdashzako.github.io/hugo-journal-demo/).
## Installation
diff --git a/theme.toml b/theme.toml
index e3e6ba3..886682a 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,12 +1,12 @@
name = "Journal"
license = "MIT"
-licenselink = "https://github.com/damiencaselli/hugo-journal/blob/master/LICENSE.md"
+licenselink = "https://github.com/dashdashzako/hugo-journal/blob/master/LICENSE.md"
description = "Minimalist theme for Hugo."
-homepage = "https://github.com/damiencaselli/hugo-journal"
+homepage = "https://github.com/dashdashzako/hugo-journal"
tags = ["minimalist", "reading", "blog"]
features = ["blog"]
-min_version = "0.25.1"
+min_version = "0.57.0"
[author]
name = "Damien Caselli"
- homepage = "https://github.com/damiencaselli"
+ homepage = "https://github.com/dashdashzako"