-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.yml
More file actions
61 lines (56 loc) · 1.24 KB
/
blog.yml
File metadata and controls
61 lines (56 loc) · 1.24 KB
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
site_name: Mountea Blog
site_url: https://mountea.tools/blog/
docs_dir: blog_src
site_dir: blog
theme:
name: material
favicon: ../assets/icon.png
logo: ../assets/icon.png
palette:
scheme: slate
primary: black
accent: cyan
features:
- navigation.instant
- navigation.sections
- navigation.expand
plugins:
- search
- blog:
blog_dir: .
post_dir: blog/posts
post_date_format: full
post_url_format: "{date}/{slug}"
archive: true
archive_name: Archive
archive_date_format: "Y"
archive_url_format: "archive/{date}"
categories: true
categories_name: Categories
categories_url_format: "category/{slug}"
authors: true
authors_file: "blog/author/authors.yml"
draft: true
draft_on_serve: true
pagination: true
pagination_per_page: 4
pagination_url_format: "page/{page}"
pagination_format: "~2~"
- meta
markdown_extensions:
- meta
- admonition
- footnotes
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- toc:
permalink: true
extra_css:
- stylesheets/custom.css
extra_javascript:
- javascripts/extra.js
nav:
- Home: index.md