-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
34 lines (23 loc) · 904 Bytes
/
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
# The URL the site will be built for
base_url = "https://researchsoftwarehour.github.io"
title = "Research Software Hour"
description = '''
Online show discussing scientific computing and research software designed to
provide the informal kind of skills you don't learn academically.
'''
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
[markdown]
highlight_code = true
highlight_theme = "cheerfully-light"
[extra]
navigation = [
{ name = "Home", path = "/" },
{ name = "About", path = "/about/" },
{ name = "Topics", path = "/topics/" },
{ name = "How to watch", path = "/watch/" },
{ name = "twitch.tv/RSHour", path = "https://twitch.tv/RSHour" }
]
twitter_image = "https://researchsoftwarehour.github.io/img/logo-hashbang-big.png"