-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
45 lines (37 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
contentdil = "content"
publishdir = "public"
baseurl = "https://supermil.ch/"
theme = "hugo-nuo"
title = "Manu Wallner"
languageCode = "en-us"
enableRobotsTXT = true
# Enable Google Analytics by inserting your tracking code
googleAnalytics = "UA-86164156-1"
# Define how many posts should appear on a site
paginate = 5
# Copyright of your post
copyright = "© 2017 Manu Wallner"
[params]
author = "Manu Wallner"
avatar = "/images/headshot.jpg"
subtitle = "Software engineer mostly working on mobile apps. Jack of all trades, master of none. fastlane core team member🚀 Mobile DevOps @ Amazon. Thoughts are my own."
description = "Personal Website. Occassional blog posts about Swift, iOS and fastlane"
# Format dates with Go's time formatting
date_format = "2016-10-21"
# The icons will be shown if you enter your username
twitter = "acrooow"
github = "milch"
linkedin = "milch"
email = "[email protected]"
# Google Webmaster
googleSiteVerification = "gIp8qfvWI9C_HID8UmDJPd1HRrTVH8W5pqgGpT_-VsQ"
# menu links that appear on the left sidebar
[[menu.main]]
name = "blog"
url = "/"
weight = 5
[[menu.main]]
name = "Tags"
weight = 30
identifier = "tags"
url = "/tags/"