From 3d03eafc436e70493cc6908c83a292641a0961af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:19:42 +0000 Subject: [PATCH] --- config.yml | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 config.yml diff --git a/config.yml b/config.yml new file mode 100644 index 000000000..415f9ab14 --- /dev/null +++ b/config.yml @@ -0,0 +1,125 @@ +baseURL: https://liudon.com/ +languageCode: zh-cn +title: 流动 +theme: PaperMod +enableInlineShortcodes: true +enableEmoji: true +enableRobotsTXT: true +relativeURLs: true +buildDrafts: false +buildFuture: false +buildExpired: false +timeout: 60s +hasCJKLanguage: true +pagination: + pagerSize: 20 +minify: + disableXML: true + minifyOutput: true +mediaTypes: + application/feed+json: + suffixes: + - json +outputFormats: + jsonfeed: + mediaType: application/feed+json + baseName: index + rel: alternate + isPlainText: true + json: + mediaType: application/json + baseName: search + rel: alternate + isPlainText: true +outputs: + home: + - html + - RSS + - jsonfeed +params: + env: production + title: 流动 + description: 生活就是一个流动的过程 + keywords: + - 流动 + - 博客 + - liudon + - 生活 + - 技术 + author: Liudon + DateFormat: '2006-01-02' + defaultTheme: auto + disableThemeToggle: false + ShowReadingTime: true + ShowShareButtons: false + ShowPostNavLinks: true + ShowBreadCrumbs: false + ShowCodeCopyButtons: true + ShowWordCount: true + comments: true + showFullTextinJSONFeed: true + robotsNoIndex: false + ShowToc: true + TocOpen: true + assets: + disableHLJS: true + twikoo: + version: 1.6.39 + label: + text: 流动 + homeInfoParams: + Title: Hi there 👋 + Content: Welcome to my blog + socialIcons: + - name: github + url: https://github.com/liudon + - name: email + url: mailto:i@liudon.org + - name: rss + url: https://liudon.com/index.xml + responsiveImages: true + cover: + hidden: false + hiddenInList: false + hiddenInSingle: false + responsiveImages: true + fuseOpts: + isCaseSensitive: false + shouldSort: true + location: 0 + distance: 1000 + threshold: 0.4 + minMatchCharLength: 0 + keys: + - title + - content +menu: + main: + - identifier: home + name: Home + url: / + weight: 10 + - identifier: posts + name: Posts + url: /posts/ + weight: 20 + - identifier: workouts + name: Workouts + url: https://workout.liudon.com + weight: 20 + - identifier: about + name: About + url: /about/ + weight: 30 + - identifier: search + name: 🔍 + url: /search/ + weight: 40 +pygmentsUseClasses: false +markup: + highlight: + noClasses: true + codeFences: true + guessSyntax: true + lineNos: false + style: monokai