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

github.com/nanxstats/hugo-tanka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Xiao <road2stat@gmail.com>2019-03-18 05:02:52 +0300
committerNan Xiao <road2stat@gmail.com>2019-03-18 05:02:52 +0300
commit699cb6c95366277e50bd7a557d6e8feaa58a9663 (patch)
treecfef76a2e001e68025f661d9700cba34c9d95472
parent75aaccc552b0a45917b4ce5274f3b223369d3eae (diff)
change github handle
-rw-r--r--README.md8
-rw-r--r--exampleSite/config.toml6
-rw-r--r--exampleSite/content/post/tanka-theme-demo.md4
-rw-r--r--theme.toml6
4 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 93bbdd4..da014a5 100644
--- a/README.md
+++ b/README.md
@@ -17,22 +17,22 @@ This theme is ported and modified from the [Black & Light theme](https://github.
- Google Analytics
- MathJax
-![Screenshot](https://github.com/road2stat/hugo-tanka/blob/master/images/hugo-tanka-theme-screenshot.png)
+![Screenshot](https://github.com/nanxstats/hugo-tanka/blob/master/images/hugo-tanka-theme-screenshot.png)
## Installation
Inside the folder of your Hugo site run:
```bash
-git submodule add https://github.com/road2stat/hugo-tanka.git themes/hugo-tanka
+git submodule add https://github.com/nanxstats/hugo-tanka.git themes/hugo-tanka
```
For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.
## The config file
-Copy the [`config.toml`](https://github.com/road2stat/hugo-tanka/blob/master/exampleSite/config.toml) from this themes exampleSite to your Hugo site or use it as a reference.
+Copy the [`config.toml`](https://github.com/nanxstats/hugo-tanka/blob/master/exampleSite/config.toml) from this themes exampleSite to your Hugo site or use it as a reference.
## License
-This theme is released under [GPLv3](https://github.com/road2stat/hugo-tanka/blob/master/LICENSE).
+This theme is released under [GPLv3](https://github.com/nanxstats/hugo-tanka/blob/master/LICENSE).
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 158dfa7..c915a2e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -23,15 +23,15 @@ ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
weight = 1
[[menu.main]]
name = "GitHub"
- url = "https://github.com/road2stat"
+ url = "https://github.com/nanxstats"
weight = 2
[[menu.main]]
name = "LinkedIn"
- url = "https://www.linkedin.com/in/road2stat"
+ url = "https://www.linkedin.com/in/nanxstats"
weight = 3
[[menu.main]]
name = "Twitter"
- url = "https://twitter.com/road2stat"
+ url = "https://twitter.com/nanxstats"
weight = 4
[[menu.main]]
name = "RSS"
diff --git a/exampleSite/content/post/tanka-theme-demo.md b/exampleSite/content/post/tanka-theme-demo.md
index 6afbedc..73f6638 100644
--- a/exampleSite/content/post/tanka-theme-demo.md
+++ b/exampleSite/content/post/tanka-theme-demo.md
@@ -4,7 +4,7 @@ author: "Jane Doe"
date: "2017-12-26"
---
-[Tanka](https://github.com/road2stat/hugo-tanka) is a minimalist, text-oriented, and performant Hugo theme.
+[Tanka](https://github.com/nanxstats/hugo-tanka) is a minimalist, text-oriented, and performant Hugo theme.
## Features
@@ -47,7 +47,7 @@ _This is italic text_
> They can span multiple paragraphs,
> if you like.
-Some text, and some `code` and then a nice plain [link with title](https://github.com/road2stat/blog "title text!").
+Some text, and some `code` and then a nice plain [link with title](https://github.com/nanxstats "title text!").
and then
diff --git a/theme.toml b/theme.toml
index 6f6de9b..6858e82 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,8 +1,8 @@
name = "Tanka"
license = "GPL-v3"
-licenselink = "https://github.com/road2stat/hugo-tanka/blob/master/LICENSE"
+licenselink = "https://github.com/nanxstats/hugo-tanka/blob/master/LICENSE"
description = "A minimalist, text oriented, and performant theme for Hugo."
-homepage = "https://github.com/road2stat/hugo-tanka"
+homepage = "https://github.com/nanxstats/hugo-tanka"
tags = []
features = []
min_version = 0.17
@@ -11,7 +11,7 @@ min_version = 0.17
[[author]]
name = "Nan Xiao"
homepage = "https://nanx.me"
- repo = "https://github.com/road2stat/hugo-tanka"
+ repo = "https://github.com/nanxstats/hugo-tanka"
# original creator of the theme
[[original]]