-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
42 lines (38 loc) · 1.1 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
baseurl = "https://tech.mediaclip.ca/"
languageCode = "en-us"
theme = "hello-friend"
paginate = 5
[params]
contentTypeName = "posts"
defaultTheme = "dark"
showMenuItems = 3
showReadingTime = false
[languages]
[languages.en]
title = "Mediaclip Tech Blog"
subtitle = "Useful things we'd like to share with the community"
keywords = "mediaclip, c#, dotnet, azure, devops, git, blog"
copyright = "Mediaclip"
menuMore = "Show more"
writtenBy = "Written by"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
minuteReadingTime = "min read"
dateFormatSingle = "2006-01-02"
dateFormatList = "2006-01-02"
[languages.en.params.logo]
logoText = "Mediaclip Tech Blog"
logoHomeLink = "/"
# path = "/img/your-example-logo.svg"
# alt = "Mediaclip Tech Blog"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags"