-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
111 lines (93 loc) · 2.52 KB
/
_config.yml
File metadata and controls
111 lines (93 loc) · 2.52 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
lang: en
title: Fixeddoor's Blog
description: A blog about software development, programming, and technology.
copyright: © 2024. All rights reserved.
logo: /assets/img/Fixed_logo.png
author:
name: Fixed
email: fixeddoor0301@gmail.com
# picture: /assets/img/avatar.jpg
menu:
- title: About
url: /about/
- title: Research
url: /research/
- title: Code
url: /code/
- title: Illust
url: /illust/
- title: Archive
url: /archive/
accent_image: /assets/img/sidebar-bg.jpg
accent_color: rgb(79,177,186)
theme_color: rgb(25,55,71)
url: https://fixed0301.github.io
google_fonts: false
hydejack:
post_addons: [about, newsletter, related, random, comments]
project_addons: [about, newsletter, other, comments]
no_mark_external: false
no_push_state: false
no_drawer: false
no_navbar: false
no_search: false
no_inline_css: false
no_page_style: false
no_break_layout: true
no_toc: false
no_third_column: false
no_large_headings: false
no_structured_data: false
no_theme_color: false
no_breadcrumbs: false
use_lsi: true
cookies_banner: true
advertise: true
hide_dates: false
hide_last_modified: false
dark_mode:
always: false
dynamic: true
sunrise: 6
sunset: 18
icon: true
offline:
enabled: false
cache_version: 1
precache_assets:
- /assets/img/swipe.svg
optional_front_matter:
remove_originals: true
readme_index:
remove_originals: true
with_frontmatter: true
relative_links:
collections: true
titles_from_headings:
strip_title: true
collections: true
compress_html:
comments: ["<!-- ", " -->"]
clippings: all
endings: all
ignore:
envs: [development]
sass:
style: compressed
exclude:
- nul
- tmpclaude-344f-cwd
- tmpclaude-962e-cwd
- tmpclaude-963b-cwd
- tmpclaude-e9b1-cwd
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- webpack.config.js
- CHANGELOG.md
- LICENSE.md
- NOTICE.md
- README.md
- example/
- docs/