forked from UQComputingSociety/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
23 lines (17 loc) · 813 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
# Site settings
baseURL = "https://uqcs.org/"
languageCode = "en-us"
title = "UQCS"
[params]
# Add generic site parameters here that can be used across partials
# You can use Markdown syntax for urls [text](//url.to/source) for
# most longer texts.
name = "UQ Computing Society"
full_name = "The University of Queeensland Computing Society"
description = "The UQ Computing Society provides a fun, social and inclusive environment for those interested in coding and technology."
# Custom assets e.g. "/css/style.css"
custom_css = ["https://static.uqcs.org/bulma/main.css", "/css/website.css"]
# custom_scss = ["/css/uqcs.scss"]
custom_js = ["/js/navigation.js", "/js/button-box.js", "/js/favicon.js"]
custom_ico = "/img/favicon/favicon.ico"
custom_fonts = []