Skip to content

Commit 070434b

Browse files
committed
fix config warnings
1 parent a3a46a3 commit 070434b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

config.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ summaryLength = 20
1818
[languages]
1919
[languages.en]
2020
title = "beanmachine tech."
21-
subtitle = "machine"
22-
keywords = "development linux blog research emulation architecture systems"
23-
copyright = "© 2019-2022. CC BY-NC-SA 4.0"
24-
menuMore = "show more"
25-
readMore = "more"
26-
readOtherPosts = "other posts"
21+
copyright = "© 2019-2024. CC BY-NC-SA 4.0"
22+
23+
[languages.en.params]
24+
subtitle = "machine"
25+
keywords = "development linux blog research emulation architecture systems"
26+
menuMore = "show more"
27+
readMore = "more"
28+
readOtherPosts = "other posts"
2729

2830
[languages.en.params.logo]
2931
logoText = "beanmachine"

0 commit comments

Comments
 (0)