this repo has no description
1baseURL = "/"
2languageCode = "en-gb"
3title = "Hauleth"
4theme = "terminal"
5
6[params]
7 contentTypeName = "post"
8 themeColor = "orange"
9 fullWidthTheme = false
10 centerTheme = true
11
12[languages]
13 [languages.en]
14 subtitle = "Blog about BEAM, Rust, fantasy & stuff"
15 keywords = ""
16 copyright = ""
17 menuMore = "Show more"
18 readMore = "Read more"
19 readOtherPosts = "Read other posts"
20
21 [languages.en.params.logo]
22 logoText = "Hauleth"
23 logoHomeLink = "/"
24
25 [languages.en.menu]
26 [[languages.en.menu.main]]
27 identifier = "twitter"
28 name = "Twitter"
29 url = "https://twitter.com/hauleth"
30 [[languages.en.menu.main]]
31 identifier = "github"
32 name = "GitHub"
33 url = "https://github.com/hauleth"
34 [[languages.en.menu.main]]
35 identifier = "gitlab"
36 name = "GitLab"
37 url = "https://gitlab.com/hauleth"