From 15616ed398dc304d4312a5379e4d54bec5885986 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Sun, 23 Jan 2022 01:21:37 +0800 Subject: g1en.site --- .github/FUNDING.yml | 2 +- README.md | 10 +++++----- docs/base-configurations.md | 2 +- docs/social-comments.md | 4 ++-- package.json | 2 +- theme.toml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index fa12825..bc9a9c4 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username -custom: https://g1eny0ung.github.io/posts/buy-me-a-coffee/ # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +custom: https://g1en.site/posts/buy-me-a-coffee/ # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/README.md b/README.md index 01a40c8..620e3a3 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ For more detail, please refer to the [Release v2.0.0-beta](https://github.com/g1 Related docs: - + - + @@ -48,7 +48,7 @@ If you have other problems, you can also ask in the [issues](https://github.com/ ## Intro -Dream is a [Hugo](https://gohugo.io/) theme. I build it for [my blog](http://g1eny0ung.github.io). +Dream is a [Hugo](https://gohugo.io/) theme. I build it for [my blog](http://g1en.site). The main features are **full page flip** and **masonry layout views**.~ @@ -79,7 +79,7 @@ All tags of this theme: ## Documentation -[https://g1eny0ung.github.io/hugo-theme-dream](https://g1eny0ung.github.io/hugo-theme-dream) + ## Installation @@ -94,7 +94,7 @@ Then open your `config.toml` and edit to `theme = "dream"` and save. ## Example -[My Blog](https://g1eny0ung.github.io) +[My Blog](https://g1en.site) [My Blog's Source Code](https://github.com/g1eny0ung/blog) diff --git a/docs/base-configurations.md b/docs/base-configurations.md index a29de3c..3ee2a80 100644 --- a/docs/base-configurations.md +++ b/docs/base-configurations.md @@ -4,7 +4,7 @@ ## Basic -### baseURL = "https://g1eny0ung.github.io" +### baseURL = "https://g1en.site" The site URL, ensure this is correct! diff --git a/docs/social-comments.md b/docs/social-comments.md index 2389ace..79dea09 100644 --- a/docs/social-comments.md +++ b/docs/social-comments.md @@ -18,12 +18,12 @@ Disqus comments will be showed on the **Single Post Page** and **About Page**. ## utterances -See: +See: The utterances only takes effect on the **Single Post Page**. ## Valine -See: +See: Valine only takes effect on the **Single Post Page**. diff --git a/package.json b/package.json index 3592e58..e65cc7a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.0.0", "description": "Hugo theme named Dream", "repository": "https://github.com/g1eny0ung/hugo-theme-dream.git", - "author": "Yue Yang (https://g1eny0ung.github.io)", + "author": "Yue Yang (https://g1en.site)", "license": "MIT", "private": true, "scripts": { diff --git a/theme.toml b/theme.toml index 7098587..73c9909 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ name = "Dream" license = "MIT" licenselink = "https://github.com/g1eny0ung/hugo-theme-dream/blob/master/LICENSE" description = "A hugo theme named dream" -homepage = "http://g1eny0ung.github.io/hugo-theme-dream" +homepage = "http://g1en.site/hugo-theme-dream" tags = ["flip", "masonry layout", "i18n", "blog", "google-analytics", "disqus", "responsive", "copyright", "avatar", "motto", "social links", "creative", "personal", "light mode", "dark mode", "search"] features = ["flip", "masonry layout", "i18n", "blog", "google-analytics", "disqus", "responsive", "copyright", "avatar", "motto", "social links", "creative", "personal", "light mode", "dark mode", "search"] min_version = "0.57.2" @@ -17,5 +17,5 @@ min_version = "0.57.2" # If porting an existing theme [original] name = "g1eny0ung's blog" - homepage = "https://g1eny0ung.github.io" + homepage = "https://g1en.site" repo = "https://github.com/g1eny0ung/blog" -- cgit v1.2.3