mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-11 17:29:40 +08:00
docs: add repo link
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# <img src="docs/logo.jpg" width="45" align="center"> Save Any Bot
|
# <img src="docs/static/logo.png" width="45" align="center"> Save Any Bot
|
||||||
|
|
||||||
**简体中文** | [English](https://sabot.unv.app/en/)
|
**简体中文** | [English](https://sabot.unv.app/en/)
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ disablePathToLower = true
|
|||||||
enableGitInfo = true
|
enableGitInfo = true
|
||||||
defaultContentLanguage = 'zh'
|
defaultContentLanguage = 'zh'
|
||||||
|
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
[[module.imports]]
|
[[module.imports]]
|
||||||
path = 'github.com/alex-shpak/hugo-book'
|
path = 'github.com/alex-shpak/hugo-book'
|
||||||
@@ -16,15 +17,7 @@ BookSection = '*'
|
|||||||
BookRepo = 'https://github.com/krau/saveany-bot'
|
BookRepo = 'https://github.com/krau/saveany-bot'
|
||||||
BookCommitPath = 'commit'
|
BookCommitPath = 'commit'
|
||||||
BookEditPath = 'edit/main/docs'
|
BookEditPath = 'edit/main/docs'
|
||||||
|
|
||||||
# (Optional, default January 2, 2006) Configure the date format used on the pages
|
|
||||||
# - In git information
|
|
||||||
# - In blog posts
|
|
||||||
BookDateFormat = '2006/01/02'
|
BookDateFormat = '2006/01/02'
|
||||||
|
|
||||||
# (Optional, default true) Enables search function with flexsearch,
|
|
||||||
# Index is built on fly, therefore it might slowdown your website.
|
|
||||||
# Configuration for indexing can be adjusted in i18n folder per language.
|
|
||||||
BookSearch = false
|
BookSearch = false
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
@@ -34,11 +27,21 @@ languageName = "简体中文"
|
|||||||
contentDir = "content/zh"
|
contentDir = "content/zh"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
|
[[languages.zh.menu.before]]
|
||||||
|
name = "🔗 GitHub"
|
||||||
|
url = "https://github.com/krau/SaveAny-Bot"
|
||||||
|
weight = 10
|
||||||
|
|
||||||
[languages.en]
|
[languages.en]
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
contentDir = "content/en"
|
contentDir = "content/en"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
|
[[languages.en.menu.before]]
|
||||||
|
name = "🔗 GitHub"
|
||||||
|
url = "https://github.com/krau/SaveAny-Bot"
|
||||||
|
weight = 10
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
||||||
|
|||||||
Reference in New Issue
Block a user