-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
108 lines (94 loc) · 2.87 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
title = "MSNE Blog"
baseurl = "http://neuroengineering.blog"
languageCode = "en-us"
author = "MSNE Students"
# Enable Google Analytics by entering your tracking code
# googleAnalytics = "UA-100960818-1"
# Define the number of posts per page
paginate = 30
footnotereturnlinkcontents = "↩"
theme = "hugo-icarus-theme"
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
# Tell me who you are
author = "M.Sc. Neuroengineering"
bio = "Technical University Munich"
location = "Munich, Germany"
site_description = "MSNE Student Blog"
copyright = """Powered by [Hugo](//gohugo.io). Theme by [PPOffice](http://github.com/ppoffice).
<br/>Steffen Schneider & Nicolas Berberich •
Technische Universität München •
Arcisstraße 21 •
80333 München
<br/> [Impressum/Imprint](/2000/01/01/impressum/imprint/)
"""
avatar = "/img/logo/msne.svg"
github = "https://github.com/neuroengineering"
logo = "/img/logo/msne.svg"
disable_mathjax = false # set to true to disable MathJax
# Format dates with Go's time formatting
date_format = "2006-01-02"
# Add custom assets with their paths relative to the static folder
custom_css = []
custom_js = []
# Create custom menu entries by defining a label and a link for
# them. Since you can also link posts, you've the option the
# place the links before or after them.
#
# E.g.: "Home" appears before all linked posts in the menu
# and "Tags" / "Categories" after them.
[[params.menu]]
before = true
label = "Home"
link = "/"
[[params.menu]]
before = false
label = "About"
link = "2016/09/23/welcome-to-our-blog/"
[[params.menu]]
before = false
label = "Program Page"
link = "http://www.msne.ei.tum.de"
[[params.menu]]
before = false
label = "Imprint"
link = "2000/01/01/impressum/imprint/"
[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# created automatically.
github = "neuroengineering"
gitlab = ""
bitbucket = ""
jsfiddle = ""
codepen = ""
foursquare = ""
dribbble = ""
deviantart = ""
behance = ""
flickr = ""
instagram = ""
youtube = ""
vimeo = ""
vine = ""
medium = ""
wordpress = ""
tumblr = ""
xing = ""
linkedin = ""
slideshare = ""
stackoverflow = ""
reddit = ""
pinterest = ""
googleplus = ""
facebook = ""
facebook_admin = ""
twitter_domain = ""
twitter = ""
# Enable and disable widgets for the right sidebar
[params.widgets]
recent_articles = true
categories = false
tags = false
tag_cloud = false