Skip to content

Commit 92fc831

Browse files
committed
Add codeberg link to header
1 parent 0e008b3 commit 92fc831

File tree

1 file changed

+85
-82
lines changed

1 file changed

+85
-82
lines changed

config.toml

Lines changed: 85 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -5,103 +5,106 @@ theme = "terminal"
55
paginate = 5
66

77
[params]
8-
# dir name of your main content (default is `content/posts`).
9-
# the list of set content will show up on your index page (baseurl).
10-
contentTypeName = "posts"
8+
# dir name of your main content (default is `content/posts`).
9+
# the list of set content will show up on your index page (baseurl).
10+
contentTypeName = "posts"
1111

12-
# ["orange", "blue", "red", "green", "pink", "gold"]
13-
themeColor = "gold"
12+
# ["orange", "blue", "red", "green", "pink", "gold"]
13+
themeColor = "gold"
1414

15-
# if you set this to 0, only submenu trigger will be visible
16-
showMenuItems = 6
15+
# if you set this to 0, only submenu trigger will be visible
16+
showMenuItems = 6
1717

18-
# show selector to switch language
19-
showLanguageSelector = false
18+
# show selector to switch language
19+
showLanguageSelector = false
2020

21-
# set theme to full screen width
22-
fullWidthTheme = false
21+
# set theme to full screen width
22+
fullWidthTheme = false
2323

24-
# center theme with default width
25-
centerTheme = false
24+
# center theme with default width
25+
centerTheme = false
2626

27-
# if your resource directory contains an image called `cover.(jpg|png|webp)`,
28-
# then the file will be used as a cover automatically.
29-
# With this option you don't have to put the `cover` param in a front-matter.
30-
autoCover = true
27+
# if your resource directory contains an image called `cover.(jpg|png|webp)`,
28+
# then the file will be used as a cover automatically.
29+
# With this option you don't have to put the `cover` param in a front-matter.
30+
autoCover = true
3131

32-
# set post to show the last updated
33-
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
34-
showLastUpdated = false
32+
# set post to show the last updated
33+
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
34+
showLastUpdated = false
3535

36-
# set a custom favicon (default is a `themeColor` square)
37-
# favicon = "favicon.ico"
36+
# set a custom favicon (default is a `themeColor` square)
37+
# favicon = "favicon.ico"
3838

39-
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
40-
# updatedDatePrefix = "Updated"
39+
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
40+
# updatedDatePrefix = "Updated"
4141

42-
# set all headings to their default size (depending on browser settings)
43-
# oneHeadingSize = true # default
42+
# set all headings to their default size (depending on browser settings)
43+
# oneHeadingSize = true # default
4444

45-
# whether to show a page's estimated reading time
46-
readingTime = true # default
45+
# whether to show a page's estimated reading time
46+
readingTime = true # default
4747

48-
# whether to show a table of contents
49-
# can be overridden in a page's front-matter
50-
# Toc = false # default
48+
# whether to show a table of contents
49+
# can be overridden in a page's front-matter
50+
# Toc = false # default
5151

52-
# set title for the table of contents
53-
# can be overridden in a page's front-matter
54-
# TocTitle = "Table of Contents" # default
52+
# set title for the table of contents
53+
# can be overridden in a page's front-matter
54+
# TocTitle = "Table of Contents" # default
5555

5656

5757
[params.mastodon]
58-
# do not include @
59-
creator = "carsonwoods"
60-
site = "carsonwoods"
58+
# do not include @
59+
creator = "carsonwoods"
60+
site = "carsonwoods"
6161

6262
[languages]
63-
[languages.en]
64-
languageName = "English"
65-
title = "Carson Woods"
66-
subtitle = "Carson Woods' personal website."
67-
owner = "Carson Woods"
68-
keywords = ""
69-
copyright = ""
70-
menuMore = "Show more"
71-
readMore = "Read more"
72-
readOtherPosts = "Read other posts"
73-
newerPosts = "Newer posts"
74-
olderPosts = "Older posts"
75-
missingContentMessage = "Page not found..."
76-
missingBackButtonLabel = "Back to home page"
77-
78-
[languages.en.params.logo]
79-
logoText = "Carson Woods"
80-
logoHomeLink = "/"
81-
82-
[languages.en.menu]
83-
[[languages.en.menu.main]]
84-
identifier = "about"
85-
name = "about"
86-
url = "/about"
87-
[[languages.en.menu.main]]
88-
identifier = "blog"
89-
name = "blog"
90-
url = "https://blog.carsonwoods.io/"
91-
[[languages.en.menu.main]]
92-
identifier = "projects"
93-
name = "projects"
94-
url = "/projects"
95-
[[languages.en.menu.main]]
96-
identifier = "github"
97-
name = "github"
98-
url = "https://github.com/carsonwoods/"
99-
[[languages.en.menu.main]]
100-
identifier = "mastodon"
101-
name = "mastodon"
102-
url = "https://mastodon.social/@carsonwoods"
103-
[[languages.en.menu.main]]
104-
identifier = "RSS"
105-
name = "RSS"
106-
url = "https://blog.carsonwoods.io/rss"
107-
63+
[languages.en]
64+
languageName = "English"
65+
title = "Carson Woods"
66+
subtitle = "Carson Woods' personal website."
67+
owner = "Carson Woods"
68+
keywords = ""
69+
copyright = ""
70+
menuMore = "Show more"
71+
readMore = "Read more"
72+
readOtherPosts = "Read other posts"
73+
newerPosts = "Newer posts"
74+
olderPosts = "Older posts"
75+
missingContentMessage = "Page not found..."
76+
missingBackButtonLabel = "Back to home page"
77+
78+
[languages.en.params.logo]
79+
logoText = "Carson Woods"
80+
logoHomeLink = "/"
81+
82+
[languages.en.menu]
83+
[[languages.en.menu.main]]
84+
identifier = "about"
85+
name = "about"
86+
url = "/about"
87+
[[languages.en.menu.main]]
88+
identifier = "blog"
89+
name = "blog"
90+
url = "https://blog.carsonwoods.io/"
91+
[[languages.en.menu.main]]
92+
identifier = "projects"
93+
name = "projects"
94+
url = "/projects"
95+
[[languages.en.menu.main]]
96+
identifier = "codeberg"
97+
name = "codeberg"
98+
url = "https://codeberg.org/carsonwoods"
99+
[[languages.en.menu.main]]
100+
identifier = "github"
101+
name = "github"
102+
url = "https://github.com/carsonwoods/"
103+
[[languages.en.menu.main]]
104+
identifier = "mastodon"
105+
name = "mastodon"
106+
url = "https://mastodon.social/@carsonwoods"
107+
[[languages.en.menu.main]]
108+
identifier = "RSS"
109+
name = "RSS"
110+
url = "https://blog.carsonwoods.io/rss"

0 commit comments

Comments
 (0)