Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 27, 2024
1 parent 5a0e822 commit 3261ed3
Showing 1 changed file with 126 additions and 0 deletions.
126 changes: 126 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
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
ShowFullTextinRSS: 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:[email protected]
- 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

0 comments on commit 3261ed3

Please sign in to comment.