-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
38 lines (32 loc) · 1.33 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
baseURL = "https://marita12345.github.io/"
title = "Marita's testing site"
#languageCode = "en-us"
paginate = "10" # Number of posts per page
theme = "Mainroad"
disqusShortname = "" # Enable comments by entering your Disqus shortname
#googleAnalytics = "" # Enable Google Analytics by entering your tracking id
[Author]
name = "Marita Koskivainio"
#bio = "Marita is a software tester"
#avatar = "img/avatar.png"
[Params]
description = "This site is for testing" # Description of your site
opengraph = true
twitter_cards = false
readmore = false # Show "Read more" button in list if true
# authorbox = true
pager = true
post_meta = ["author", "date", "categories"] # Order of post meta information
[Params.logo]
#image = "img/placeholder.png" # Logo image. Path relative to "static"
subtitle = "Robot Framework and JMeter testing" # Logo subtitle
[Params.sidebar]
home = "right" # Configure layout for home page
list = "right" # Configure layout for list pages
single = "right" # Configure layout for single pages
# Enable widgets in given order
widgets = ["search", "recent", "categories", "taglist"]
[Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget
tags_counter = false # Enable counter for each tag in "Tags" widget (disabled by default)
#https://github.com/Vimux/mainroad