-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
68 lines (54 loc) · 1.73 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
baseURL = "https://ventris.dev"
languageCode = "en-us"
title = "ventris"
#theme = "huey"
canonifyurls = true
[params]
# General site metadata, used in header and other places
author = "Sebastian Svensson"
dateFormat = "January 2, 2006"
description = "Braindump of my internet journeys and stories from behind the lens."
keywords = ""
email = "ss@tinbox.nu"
# Use your Font Awesome token here. Example token is fake, so please get your own.
fontawesomeToken = "58cefba442"
# Use content from _index.md on homepage
# useIndexContent = true # default is false
# Navigation, use Bulma options here
# navbarStyle = "is-transparent" # Default is "is-transparent"
# navbarTitleStyle = "has-text-black" # Default is "has-text-black"
# # Override Bulma schemes with values
# schemeMain = "" # Change background color, default is white
# link = "#000" # Bulma default is blue, though theme is black
# linkHover = "#888" # Bulma default is grey-darker, though theme is #888
# footerBackgroundColor = "false" # Bulma default is #fafafa. You can use "false" or #hex
# navbarItemHoverColor = "#444" # Bulma default is blue, though theme is #444
# navbarItemColor = "#888" # Bulma default is grey-dark, though theme is #888
# Set static directory locations and favicon
favicon = "favicon.ico"
staticDir = ['static']
[menu]
# Top Navigation
[[menu.nav]]
identifier = 'home'
name = 'home'
title = 'home'
url = '/'
weight = 10
[[menu.nav]]
identifier = 'archive'
name = 'archive'
title = "archive"
url = '/archive/'
weight = 20
[[menu.nav]]
identifier = 'about'
name = 'about'
title = "about"
url = '/about/'
weight = 20
# Contacts
[[ menu.social]]
[outputs]
home = ['HTML', 'RSS']
pages = ['HTML']