forked from openresearchlabs/openresearchlabs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
executable file
·120 lines (120 loc) · 3.43 KB
/
config.yaml
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
109
110
111
112
113
114
115
116
117
118
119
120
baseurl: http://datascience.utu.fi
title: Turku Data Science Group
theme: hugo-universal-theme
languageCode: en-us
defaultContentLanguage: en
disqusShortname: devcows
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
googleAnalytics: 'G-3HREPRC83G'
paginate: 10
markup:
goldmark:
renderer:
unsafe: true
menu:
main:
- identifier: home
name: Home
url: /
weight: 1
- identifier: edu
name: Edu
url: /edu/
weight: 4
- identifier: contact
name: Contact
url: /contact/
weight: 9
- identifier: code
name: Code
url: /code/
weight: 5
#- identifier: media
# name: Media
# url: /media/
# weight: 6
#- identifier: publications
# name: Publications
# url: /publications/
# weight: 7
- identifier: research
name: Research
url: /research/
weight: 3
- identifier: team
name: Team
url: /team/
weight: 7
topbar:
- name: GitHub
pre: <i class='fab fa-2x fa-github'></i>
url: https://github.com/openresearchlabs/
weight: 1
- name: Twitter
pre: <i class='fab fa-2x fa-twitter'></i>
url: https://twitter.com/openreslabs
weight: 3
- name: Email
pre: <i class='fas fa-2x fa-envelope'></i>
url: mailto:[email protected]
weight: 4
params:
about_us: <p>Turku Data Science Group.</p>
address: "<p class=\"text-uppercase\"><strong>Turku Data Science Group</strong>\n <br>University of Turku\n <br>Department of Computing\n <br>Turku\n <br>Finland\n
\ <br>\n <strong></strong>\n </p>\n "
author: DevCows
carousel:
enable: yes
#clients:
# enable: yes
# subtitle: ''
# title: Our Clients
contact_form_ajax: no
copyright: Copyright (c) 2020-2021, Leo Lahti; some rights reserved.
date_format: 2006-01-02
#date_format: 2020-12-15
default_sharing_image: img/sharing-default.png
defaultDescription: Site template made by devcows using hugo
defaultKeywords:
- devows
- hugo
- go
enableGoogleMaps: yes
facebook_site: ''
features:
enable: yes
formspree_action: https://formspree.io/sample/of/endpoint
latitude: '-12.043333'
logo: img/logopic/university_turku.png # img/orcid_qrcode_leolahti_small.png
logo_small: img/logo-small.png
longitude: '-77.028333'
mainSections: blog
#see_more:
# enable: yes
# icon: far fa-file-alt
# link_text: Check other homepages
# link_url: '#'
# subtitle: We have prepared for you more than 40 different HTML pages, including
# 5 variations of homepage.
# title: Do you want to see more?
#style: default
#testimonials:
# enable: yes
# subtitle: We have worked with many clients and we always like to hear they come
# out from the cooperation happy and satisfied. Have a look what our clients said
# about us.
# title: Testimonials
topbar:
enable: yes
text: "<p class=\"hidden-sm hidden-xs\">Contact us on [email protected]</p>\n
\ <p class=\"hidden-md hidden-lg\"><a href=\"#\" data-animate-hover=\"pulse\"><i
class=\"fas fa-phone\"></i></a>\n <a href=\"#\" data-animate-hover=\"pulse\"><i
class=\"fas fa-envelope\"></i></a>\n </p>\n "
twitter_site: GoHugoIO
viewMorePostLink: /blog/
widgets:
categories: yes
search: yes
tags: yes
Permalinks:
blog: /blog/:year/:month/:day/:filename/