-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
54 lines (42 loc) · 1.17 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
baseURL = "https://reductio.liuteriadautore.com/"
languageCode = "en-us"
title = "Reductio"
theme = "yuki"
# Copyright notice. This will display on the footer.
copyright = "Andrea Spada, Liuteria d'Autore"
paginate = 10
# Theme config
[params]
# The content you want to be listed on list pages.
mainSections = ["post"]
# The information will display on the post pages.
author = "Andrea Spada"
description = "Luthier. Musicina. Nerd."
authorwebsite = "https://spadino.github.io/"
# The path to your images
favicon = "/images/reductio.png"
logo = "images/reductio.png"
avatar = ""
displayImg = "images/banner.jpg"
# This will display on the index page
snsTitle = "Social"
# Google Analytics API key.
ga_api_key = "Your Google Analytics tracking id"
# Navbar config
[[menu.nav]]
name = "HOME"
url = "#home"
weight = 1
# [[menu.nav]]
# name = "ABOUT"
# url = "#about"
# weight = 3
# [[menu.nav]]
# name = "GALLERY"
# url = "#gallery"
# weight = 5
# Social accounts config (This will display on the index page)
[[menu.social]]
name = "facebook"
url = "https://www.facebook.com/reductio.liuteriadautore"
weight = 1