diff --git a/config.yml b/config.yml new file mode 100644 index 000000000..fda8bb362 --- /dev/null +++ b/config.yml @@ -0,0 +1,126 @@ +baseURL: https://liudon.com/ +languageCode: zh-cn +title: 流动 +paginate: 20 +theme: PaperMod +enableInlineShortcodes: true +enableEmoji: true +enableRobotsTXT: true +relativeURLs: true +buildDrafts: false +buildFuture: false +buildExpired: false +timeout: 60s +hasCJKLanguage: true +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 + ShowFullTextinRSS: true + showFullTextinJSONFeed: true + 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 + 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: archives + name: Archives + url: /archives/ + weight: 20 + - identifier: tags + name: Tags + url: /tags/ + 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