summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramzrk22020-06-04 16:33:24 +0800
committeramzrk22020-06-04 16:33:24 +0800
commit71c55c745781d27973526587b7124e0f292bf649 (patch)
tree5751b02d7136656597a918fc8d132364381d34bd
parent8cd169db2d0d4306434894e7eeaa41ef906515f2 (diff)
downloadhugo-theme-fuji-71c55c745781d27973526587b7124e0f292bf649.tar.gz
hugo-theme-fuji-71c55c745781d27973526587b7124e0f292bf649.tar.bz2
hugo-theme-fuji-71c55c745781d27973526587b7124e0f292bf649.zip
Update README
-rw-r--r--README.md34
-rw-r--r--README_CN.md34
-rw-r--r--package.json2
3 files changed, 35 insertions, 35 deletions
diff --git a/README.md b/README.md
index 573140b..bdd486a 100644
--- a/README.md
+++ b/README.md
@@ -8,26 +8,26 @@ Fuji is a minimal Hugo theme with full dark mode support and GitHub Primer markd
## 📑 Table of contents
-- [💻 Live demos](#live-demos)
-- [❗ Notice](#notice)
-- [🐣 Getting started](#getting-started)
-- [🆕 Update the theme](#update-the-theme)
-- [⚙️ Configration](#configration)
- - [🎨 Favicon](#favicon)
- - [❌ In-post license & comments](#in-post-license--comments)
- - [🎵 APlayer](#aplayer)
- - [📷 Image zoom and lazyload settings](#image-zoom-and-lazyload-settings)
- - [⚓ Markdown render hook](#markdown-render-hook)
- - [📨 Comments area](#comments-area)
- - [⏱️ Load main CSS und JS from CDN](#load-main-css-und-js-from-cdn)
- - [🔧 Advanced configuration](#advanced-configuration)
-- [✏️ Report und contributing](#report-und-contributing)
-- [📝 License](#license)
-- [🤝 Annotations](#annotations)
+- [💻 Live demos](#user-content--live-demos)
+- [❗ Notice](#user-content--notice)
+- [🐣 Getting started](#user-content--getting-started)
+- [🆕 Update the theme](#user-content--update-the-theme)
+- [⚙️ Configration](#user-content--configration)
+ - [🎨 Favicon](#user-content--favicon)
+ - [❌ In-post license, comments und toc](#user-content--in-post-license-comments-und-toc)
+ - [🎵 APlayer](#user-content--aplayer)
+ - [📷 Image zoom and lazyload settings](#user-content--image-zoom-and-lazyload-settings)
+ - [⚓ Markdown render hook](#user-content--markdown-render-hook)
+ - [📨 Comments area](#user-content--comments-area)
+ - [⏱️ Load main CSS und JS from CDN](#user-content--load-main-css-und-js-from-cdn)
+ - [🔧 Advanced configuration](#user-content--advanced-configuration)
+- [✏️ Report und contributing](#user-content--report-und-contributing)
+- [📝 License](#user-content--license)
+- [🤝 Annotations](#user-content--annotations)
## 💻 Live demos
-[**Live Demo (en)**](https://themes.gohugo.io/theme/hugo-theme-fuji/) | [My Blog (zh-Hans)](https://blog.amzrk2.cc/)
+[**Live Demo (en)**](https://fuji.amzrk2.cc/) | [My Blog (zh-Hans)](https://blog.amzrk2.cc/)
![Screenshot of Fuji](https://raw.githubusercontent.com/amzrk2/hugo-theme-fuji/master/images/screenshot.png)
diff --git a/README_CN.md b/README_CN.md
index 7ea9dab..99a1d97 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -8,26 +8,26 @@
## 目录
-- [💻 在线 Demo](#在线-demo)
-- [❗ 注意事项](#注意事项)
-- [🐣 开始使用](#开始使用)
-- [🆕 更新主题](#更新主题)
-- [⚙️ 自定义设置](#自定义设置)
- - [🎨 站点图标](#站点图标)
- - [❌ 关闭特定文章的 License 和评论](#关闭特定文章的-license-和评论)
- - [🎵 文章音乐](#文章音乐)
- - [📷 图片放大的设置和 lazyload](#图片放大的设置和-lazyload)
- - [⚓ Markdown 钩子](#markdown-钩子)
- - [📨 评论区](#评论区)
- - [⏱️ 通过 CDN 加载主 CSS 和 JS](#通过-cdn-加载主-css-和-js)
- - [🔧 其他高级修改](#其他高级修改)
-- [👓 批判一番和贡献代码](#批判一番和贡献代码)
-- [📝 License](#license)
-- [🤝 Annotations](#annotations)
+- [💻 在线 Demo](#user-content--在线-demo)
+- [❗ 注意事项](#user-content--注意事项)
+- [🐣 开始使用](#user-content--开始使用)
+- [🆕 更新主题](#user-content--更新主题)
+- [⚙️ 自定义设置](#user-content--自定义设置)
+ - [🎨 站点图标](#user-content--站点图标)
+ - [❌ 关闭 License、评论区和目录](#user-content--关闭-license评论区和目录)
+ - [🎵 文章音乐](#user-content--文章音乐)
+ - [📷 图片放大的设置和 lazyload](#user-content--图片放大的设置和-lazyload)
+ - [⚓ Markdown 钩子](#user-content--markdown-钩子)
+ - [📨 评论区](#user-content--评论区)
+ - [⏱️ 通过 CDN 加载主 CSS 和 JS](#user-content--通过-cdn-加载主-css-和-js)
+ - [🔧 其他高级修改](#user-content--其他高级修改)
+- [👓 批判一番和贡献代码](#user-content--批判一番和贡献代码)
+- [📝 License](#user-content--license)
+- [🤝 Annotations](#user-content--annotations)
## 💻 在线 Demo
-[**在线 Demo (英文)**](https://themes.gohugo.io/theme/hugo-theme-fuji/) | [我的博客 (中文)](https://blog.amzrk2.cc/)
+[**在线 Demo (英文)**](https://fuji.amzrk2.cc/) | [我的博客 (中文)](https://blog.amzrk2.cc/)
![Fuji 截图](https://raw.githubusercontent.com/amzrk2/hugo-theme-fuji/master/images/screenshot.png)
diff --git a/package.json b/package.json
index a1df8ef..252616c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "hugo-theme-fuji",
"version": "2.0.0",
- "description": "A minimal Hugo theme.",
+ "description": "A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。",
"repository": {
"type": "git",
"url": "git+https://github.com/amzrk2/hugo-theme-fuji.git"