-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
32 lines (26 loc) · 883 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
# Site settings
baseurl = "http://example.org/"
languageCode = "en-us"
title = "Salsa Moves"
theme = "hugrid"
# Enter your tracking code to enable Google Analytics
googleAnalytics = "UA-115366239-1"
contentdir = "content"
datadir = "data"
layoutdir = "layouts"
publishdir = "public"
[params]
# Meta
title = "Salsa Moves"
subtitle = "A repository of all the salsa moves we've learned so far"
author = "Hadrien"
description = "TBD"
keywords = "Hugo, Hugo theme, grid theme, portfolio, bookmarks, collection, contacts"
# Body background color
bodybgcolor = "#f9f9f9"
# Preview container button text
buttontext = "See the video"
# Footer text
footertext = "Contribute to this website by submitting a [pull request](https://github.com/hdykiel/salsa-moves)."
# add extra-css
# custom_css = ['css/extra1.css', 'css/extra2.css']