-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
91 lines (78 loc) · 2.18 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
baseURL = ""
languageCode = "en"
title = "Formaviva Blog"
theme = "kundi"
enableRobotsTXT = true
PygmentsCodeFences = true
canonifyurls = true
# Disqus Username
disqusShortname = ""
# Google Analytics UA number
googleAnalytics = "UA-XXXXXXXX-X"
# Copyright of your post
copyright = "© Formaviva"
[author]
name = "Aljaž Fajmut"
[permalinks]
post = "/:title/"
[taxonomies]
author = "authors"
tag = "tags"
category = "categories"
# Initial site menu, you can extend menu with content.
# [[menu.main]]
# name = "Blog"
# weight = 10
# identifier = "home"
# url = "/blog/"
[[menu.main]]
name = "Blog"
weight = 10
identifier = "blog"
url = "/"
# [[menu.main]]
# name = "Learn more"
# weight = 20
# identifier = "learn more"
# url = "/learn-more/"
# Add your own params here
[params]
author = "Ritchie Zhu"
avatar = "/images/logo.png"
seotitle = "Hugo Blog (SEO Version)"
subtitle = "The Future is Here"
description = "Electronic music platform for independent artists and labels."
paginate = 10
all_page_rss = false # Set true if you want to allow rss feed for locked post
# Choose your social networks
email = "aljaz@formaviva.com"
# github = "github_username"
twitter = "aljazfajmut"
linkedin = "aljazfajmut"
# weibo = "weibo_username"
# wechat= "images/qrcode.jpg" # Replace with your wechat qrcode image
# facebook = "facebook_username"
# google = "googlplus_id_number"
# instagram = "instagram_username"
# youtube = "youtube_username"
# vimeo = "vimeo_username"
# medium = "medium_username"
# quora = "quora_username"
# pinterest = "pinterest_username"
# dribbble = "dribbble_username"
# behance = "behance_username"
# jsfiddle = "jsfiddle_username"
# codepen = "codepen_username"
# zhihu = "zhihu_username"
# douban = "douban_username"
# bilibili = "bilibili_id_number"
# stackoverflow = "laozhu"
# codesandbox = "melaozhu"
# npm = "laozhu"
# reddit = "melaozhu"
# Google Webmaster
# https://www.google.com/webmasters/
googleSiteVerification = "_moDmnnBNVLBN1rzNxyGUGdPHE20YgbmrtzLIbxaWFc"
# Bing Webmaster
# https://www.bing.com/toolbox/webmaster/
# msValidate = "22596E34341DD1D17D6022C44647E587"