-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaber-config.yml
73 lines (68 loc) · 1.71 KB
/
saber-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
theme: "./theme"
permalinks:
post: /:year/:month/:day/:slug
page: /:slug
siteConfig:
url: https://blog.never.pet
title: Never迷の小窝
icon: "https://blog.never.pet/icons/android-chrome-512x512.png"
author: NeverBehave
twitter: "_NeverBehave_"
email: [email protected]
description: 迷の生物的迷の小窝
themeConfig:
footer:
since: 2017
to: 2020
disqus: neverbehave
nav:
- text: Home
link: /
- text: About
link: /about
- text: Social
link: https://never.pet
- text: Friends
link: /friends
plugins:
- resolve: saber-plugin-query-posts
options:
perPage: 12
permalinks:
category: "/blog/category/:name"
tag: "/blog/tag/:name"
categoriesMap:
"数码": "digital"
"技术": "technology"
"随笔": "uncategorized"
"事项": "announcement"
"记录": "record"
- resolve: saber-plugin-feed
options:
atomFeed: "/feed/atom.xml"
jsonFeed: "/feed/index.json"
- resolve: saber-plugin-prismjs
- resolve: saber-plugin-image
options:
sizes:
- 1200
- 720
- 480
placeholder: true
blendIn: false
- resolve: saber-plugin-sitemap
options:
template: "./sitemap.xml"
- resolve: saber-plugin-ga-lite
options:
trackId: "UA-85513844-3"
galiteUrl: "https://cdn.jsdelivr.net/gh/neverbehave/[email protected]/dist/optimize.min.js"
- resolve: "saber-plugin-jsdelivr-cdn"
options:
prefix: https://cdn.jsdelivr.net/gh/homeofnever/blog@gh-pages
markdown:
plugins:
- resolve: markdown-it-implicit-figures
- resolve: markdown-it-attrs
- resolve: markdown-it-footnote
- resolve: markdown-it-cjk-breaks