Skip to content

Commit

Permalink
feat: add html minify configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 14, 2021
1 parent 25e9e4d commit 72e1a9d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config-examples/en/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ uglyURLs = false
endLevel = 6
ordered = true

# HTML minify
[minify.tdewolff.html]
keepWhitespace = false

# Author’s information
[author]
# Name
Expand Down
4 changes: 4 additions & 0 deletions config-examples/zh-cn/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ uglyURLs = false
endLevel = 6
ordered = true

# 压缩 HTML
[minify.tdewolff.html]
keepWhitespace = false

# 作者信息
[author]
# 名字
Expand Down
4 changes: 4 additions & 0 deletions config-examples/zh-tw/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ uglyURLs = false
endLevel = 6
ordered = true

# 壓縮 HTML
[minify.tdewolff.html]
keepWhitespace = false

# 作者資訊
[author]
# 名字
Expand Down

0 comments on commit 72e1a9d

Please sign in to comment.