forked from UQComputingSociety/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
22 lines (16 loc) · 724 Bytes
/
config.toml
File metadata and controls
22 lines (16 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 = ["/css/uqcs.css", "/css/colors.css"]
custom_js = ["/js/navigation.js", "/js/button-box.js"]
custom_ico = "/img/favicon/favicon.ico"
custom_fonts = []