-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_config.yml
More file actions
154 lines (132 loc) · 2.83 KB
/
Copy path_config.yml
File metadata and controls
154 lines (132 loc) · 2.83 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# =============================================
# Cypherpunks Taiwan V2.0 Site Configuration
# =============================================
# Site Settings
title: 密碼龐克 Cypherpunks Taiwan
tagline: "Cypherpunks Write Code"
email: 01360086@me.mcu.edu.tw
description: "密碼學使自由和隱私再次偉大。Cryptography makes freedom and privacy great again."
baseurl: ""
url: "https://cypherpunks-core.github.io"
permalink: pretty
lang: zh-TW
# Author
author:
name: Cypherpunks Taiwan
email: 01360086@me.mcu.edu.tw
twitter: CypherpunksTW
# Social Links
social:
twitter: CypherpunksTW
github: cypherpunks-core
# Build Settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: highlight
block:
line_numbers: true
# Pagination
paginate: 10
paginate_path: "/blog/page/:num/"
# Plugins
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag
# Exclude from build
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/
- package.json
- package-lock.json
- tailwind.config.js
- README.md
- LICENSE
- "*.gemspec"
# Include in build
include:
- _pages
# Livereload
livereload: true
# Sass (保留但不再主要使用)
sass:
style: compressed
source_dir: _sass
# Google Analytics (GA4)
google_analytics: G-ENDDT5D0CR
# Theme Settings
theme_settings:
default_theme: dark # dark | light | auto
enable_matrix: false # 關閉以提升效能
enable_scanlines: false # 關閉以提升效能
enable_typewriter: true
# SEO
twitter:
username: CypherpunksTW
card: summary_large_image
# Open Graph
og_image: /img/hero.png
# Default Front Matter
defaults:
# Pages
- scope:
path: ""
type: "pages"
values:
layout: page
show_sidebar: true
hide_hero: true
# Posts
- scope:
path: ""
type: "posts"
values:
layout: post
author: "Cypherpunks Taiwan"
image: /img/default-post.png
show_sidebar: false
show_toc: true
show_comments: true
show_share: true
hide_hero: true
# Products (Books)
- scope:
path: ""
type: "products"
values:
layout: product
show_sidebar: false
# Collections
collections:
products:
output: true
permalink: /books/:path/
# Footer Menu
footer_menu: example_footer_menu
# Reading Time Settings (Chinese ~350 chars/min)
reading_time:
enabled: true
words_per_minute: 350
# Comments (Giscus)
comments:
provider: giscus
giscus:
repo: "cypherpunks-core/cypherpunks-core.github.io"
repo_id: "" # 需要設置
category: "Comments"
category_id: "" # 需要設置
mapping: pathname
reactions_enabled: true
emit_metadata: false
theme: "dark"
# Search (Pagefind)
search:
enabled: true
shortcut: "k" # Cmd/Ctrl + K