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:
authordashdashzako <d@dashdashzako.net>2019-09-02 10:56:45 +0300
committerdashdashzako <d@dashdashzako.net>2019-09-02 10:56:45 +0300
commit24f5285851775057bf5e6a18695883eb46089d5c (patch)
treed32efc0f9724fb3ff37ba557b9b3baa7ca558fe7
parent5251fead2aa80829244d7d713b31600715529820 (diff)
Update author and links
-rw-r--r--README.md8
-rw-r--r--theme.toml8
2 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 553a9ab..2050564 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/paperback-demo/).
+Demo is available [here](https://dashdashzako.github.io/paperback-demo/).
## Installation
@@ -34,13 +34,13 @@ Tagline = "Hello, world!"
HomepagePosts = 3
# default: undefined
-GithubUsername = "damiencaselli"
+GithubUsername = "dashdashzako"
# default: undefined
-TwitterUsername = "damiencaselli"
+TwitterUsername = "dashdashzako"
# default: undefined
-LinkedInUsername = "damiencaselli"
+LinkedInUsername = "dashdashzako"
```
### Code highlighting
diff --git a/theme.toml b/theme.toml
index 6093405..aaca812 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,12 +1,12 @@
name = "Paperback"
license = "MIT"
-licenselink = "https://github.com/damiencaselli/paperback/blob/master/LICENSE.md"
+licenselink = "https://github.com/dashdashzako/paperback/blob/master/LICENSE.md"
description = "Minimalist theme for Hugo."
-homepage = "https://github.com/damiencaselli/paperback"
+homepage = "https://github.com/dashdashzako/paperback"
tags = ["minimalist", "reading", "sepia", "blog"]
features = ["blog"]
min_version = 0.15
[author]
- name = "Damien Caselli"
- homepage = "https://github.com/damiencaselli"
+ name = "dashdashzako"
+ homepage = "https://github.com/dashdashzako"