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

github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcreedowl <creedowl@gmail.com>2020-01-19 12:35:15 +0300
committercreedowl <creedowl@gmail.com>2020-01-19 12:35:15 +0300
commit7d14a797c318f9162b4f9b4fb2b733e31f8f681c (patch)
treea8daaec66b4aead8445471fd3a6dd98f924496ff
parent131daf482e77d05e5641a855c3969ad8996aeb55 (diff)
chore: rename to Verse
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml8
-rw-r--r--exampleSite/content/about.md2
-rw-r--r--exampleSite/content/posts/hello_world.md6
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--theme.toml2
6 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index ab98dd8..1c23153 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Cocodayo
+# Verse
A hugo theme for personal blogging.
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b8251ae..1274318 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -9,11 +9,11 @@ defaultContentLanguage = "zh-cn"
hasCJKLanguage = true
languageCode = "zh-cn"
paginate = 10
-theme = "Cocodayo"
+theme = "Verse"
title = "ExampleSite"
[author]
-name = "Cocodayo"
+name = "Verse"
# site navigation bar
[[menu.main]]
@@ -42,8 +42,8 @@ name = "Cocodayo"
footer_slogan = "<b>他们正热烈地讨论着别人的秘密,但是,一个不说,一个不听,还有一个不看。</b>"
avatar_url = "https://i.loli.net/2019/07/28/5d3d4b6b925be18865.jpg"
index_slogan = "<h1 style=\"color: pink;\">这个世界没那么好,但似乎也没那么糟。</h1>"
- description = "example site of hugo blog using theme Cocodayo"
- keywords = ["hugo", "theme", "Cocodayo"]
+ description = "example site of hugo blog using theme Verse"
+ keywords = ["hugo", "theme", "Verse"]
[[params.social_link]]
name = "github"
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index a4bc02c..4ab0312 100644
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -5,4 +5,4 @@ draft: false
layout: "about"
---
-Welcome to [Cocodayo](https://github.com/queensferryme/hugo-theme-cocodayo), a hugo theme designed for personal blogging.
+Welcome to [Verse](hhttps://github.com/queensferryme/hugo-theme-verse), a hugo theme designed for personal blogging.
diff --git a/exampleSite/content/posts/hello_world.md b/exampleSite/content/posts/hello_world.md
index 015b618..efad568 100644
--- a/exampleSite/content/posts/hello_world.md
+++ b/exampleSite/content/posts/hello_world.md
@@ -7,7 +7,7 @@ tags:
- tag2
---
-Welcome to Cocodayo!
+Welcome to Verse!
# Header
## Header
@@ -27,7 +27,7 @@ Welcome to Cocodayo!
```python
for _ in range(1000):
- print('Hello World - Welcome to Cocodayo')
+ print('Hello World - Welcome to Verse')
```
### unordered list
- first
@@ -62,4 +62,4 @@ for _ in range(1000):
footnote[^1]
---
-[^1]: welcome to cocodayo
+[^1]: welcome to Verse
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 45b8f6a..2637bbf 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -20,6 +20,6 @@
<span>Powered by </span>
<a href="https://gohugo.io/">Hugo</a>
<span> 🍧 Theme </span>
- <a href="https://github.com/queensferryme/hugo-theme-cocodayo/">Cocodayo</a>
+ <a href="https://github.com/queensferryme/hugo-theme-verse">Verse</a>
</div>
</footer>
diff --git a/theme.toml b/theme.toml
index 5ab46e0..007b212 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,7 +1,7 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-name = "Cocodayo"
+name = "Verse"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
description = ""