-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (40 loc) · 1.06 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
baseURL = 'https://hackwimbledon.org/'
languageCode = 'en-uk'
title = 'HackWimbledon'
DefaultContentLanguage = "en"
enableRobotsTXT = true
theme = "github.com/theNewDynamic/gohugo-theme-ananke"
pagination.pagerSize = 10
[module]
[[module.imports]]
path = 'github.com/theNewDynamic/gohugo-theme-ananke'
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
background_color_class = "bg-black"
featured_image = "/img/hwback2.jpg"
site_logo = "/img/HackWimbledonLogoWhiteBack128.png"
show_reading_time = true
description = "A place to meet and make physically and digitally."
body_classes= "avenir bg-near-white"
recent_posts_number = 3
[menu]
[[menu.main]]
name = "News"
url = "/news/"
weight = 1
[[menu.main]]
name = "Meetings"
url = "/meetings/"
weight = 2
[[params.ananke_socials]]
name = "github"
url = "https://github.com/makeronicc"
[[params.ananke_socials]]
name = "mastodon"
url = "https://mastodon.org.uk/@makeroni"
[[params.ananke_socials]]
name = "discord"
url = "https://discord.gg/HYYXHSu"