Skip to content

Commit 59ed7b0

Browse files
authored
Update _config.yml
1 parent 307985c commit 59ed7b0

1 file changed

Lines changed: 20 additions & 136 deletions

File tree

_config.yml

Lines changed: 20 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +1,29 @@
1-
# The Site Configuration
2-
3-
theme: jekyll-theme-chirpy
4-
51
lang: en-US
6-
timezone: Asia/Shanghai
7-
8-
title: Die Casting & Precision Engineering Solutions
9-
tagline: Expert Guides to Aluminum, Magnesium, Semi-Solid Die Casting, Mold Engineering and CNC Machining.
10-
11-
description: >-
12-
Professional engineering articles covering aluminum die casting,
13-
magnesium die casting, semi-solid casting, high-pressure die casting,
14-
mold design, CNC machining, manufacturing quality control,
15-
and precision engineering solutions.
16-
2+
title: "Die Casting & Precision Engineering Solutions"
3+
tagline: "Expert Insights into Aluminum, Magnesium, Semi-Solid Die Casting, and CNC Machining."
4+
description: "Professional technical resource for high-precision die casting, mold design, and CNC manufacturing processes."
175
url: "https://diecasting.github.io"
6+
baseurl: ""
7+
timezone: Asia/Shanghai
188

19-
github:
20-
username: diecasting
21-
22-
twitter:
23-
username:
24-
25-
social:
9+
author:
2610
name: Hank
27-
email:
28-
fediverse_handle:
29-
links:
30-
- https://github.com/diecasting
31-
32-
webmaster_verifications:
33-
google:
34-
bing:
35-
alexa:
36-
yandex:
37-
baidu:
38-
facebook:
39-
40-
analytics:
41-
google:
42-
id:
43-
goatcounter:
44-
id:
45-
umami:
46-
id:
47-
domain:
48-
matomo:
49-
id:
50-
domain:
51-
cloudflare:
52-
id:
53-
fathom:
54-
id:
55-
56-
pageviews:
57-
provider:
58-
59-
theme_mode:
60-
61-
cdn:
62-
63-
avatar:
64-
social_preview_image:
65-
66-
toc: true
67-
68-
actions:
69-
edit_post:
70-
enabled: false
71-
url: ""
72-
static_url: false
7311

74-
comments:
75-
provider:
76-
disqus:
77-
shortname:
78-
utterances:
79-
repo:
80-
issue_term:
81-
giscus:
82-
repo:
83-
repo_id:
84-
category:
85-
category_id:
86-
mapping:
87-
strict:
88-
input_position:
89-
lang:
90-
reactions_enabled:
91-
92-
assets:
93-
self_host:
94-
enabled:
95-
env:
96-
97-
pwa:
98-
enabled: true
99-
cache:
100-
enabled: true
101-
deny_paths:
12+
collections:
13+
posts:
14+
output: true
15+
permalink: /posts/:title/
16+
tabs:
17+
output: true
18+
sort_by: order
10219

103-
paginate: 10
104-
baseurl: ""
20+
header:
21+
nav:
22+
- { title: "Aluminum Casting", url: /categories/aluminum-casting/ }
23+
- { title: "Magnesium Casting", url: /categories/magnesium-casting/ }
24+
- { title: "Semi-Solid Casting", url: /categories/semi-solid-casting/ }
25+
- { title: "CNC & Mold Tech", url: /categories/cnc-mold-tech/ }
26+
- { title: "About", url: /about/ }
10527

10628
kramdown:
10729
footnote_backlink: "↩︎"
@@ -114,11 +36,6 @@ kramdown:
11436
line_numbers: true
11537
start_line: 1
11638

117-
collections:
118-
tabs:
119-
output: true
120-
sort_by: order
121-
12239
defaults:
12340
- scope:
12441
path: ""
@@ -128,10 +45,6 @@ defaults:
12845
comments: true
12946
toc: true
13047
permalink: /posts/:title/
131-
- scope:
132-
path: _drafts
133-
values:
134-
comments: false
13548
- scope:
13649
path: ""
13750
type: tabs
@@ -141,32 +54,3 @@ defaults:
14154

14255
sass:
14356
style: compressed
144-
145-
compress_html:
146-
clippings: all
147-
comments: all
148-
endings: all
149-
profile: false
150-
blanklines: false
151-
ignore:
152-
envs: [development]
153-
154-
exclude:
155-
- "*.gem"
156-
- "*.gemspec"
157-
- docs
158-
- tools
159-
- README.md
160-
- LICENSE
161-
- purgecss.js
162-
- "*.config.js"
163-
- "package*.json"
164-
165-
jekyll-archives:
166-
enabled: [categories, tags]
167-
layouts:
168-
category: category
169-
tag: tag
170-
permalinks:
171-
tag: /tags/:name/
172-
category: /categories/:name/

0 commit comments

Comments
 (0)