-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
37 lines (32 loc) · 851 Bytes
/
hugo.toml
File metadata and controls
37 lines (32 loc) · 851 Bytes
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
baseURL = 'https://mtg.github.io/computational-musicology/'
languageCode = 'en-us'
title = "MTG's Computational Musicology SIG"
theme = 'gokarna'
ignorelogs = ['warning-goldmark-raw-html']
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
# Theme settings
[params]
description = "An MTG community on computational musicology and music understanding."
author = "Music Technology Group"
defaultTheme = "auto"
ShowReadingTime = false
ShowShareButtons = false
disableHLJS = false
Footer = "Music Technology Group - Universitat Pompeu Fabra"
Copyright = "All content © 2025 MTG-UPF"
[params.assets]
customCSS = ["css/custom.css"]
# Menus
[[menu.main]]
identifier = "talks"
name = "Talks"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 2