-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
42 lines (36 loc) · 1.32 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
baseURL = "https://makeroni.cc"
languageCode = "en-gb"
title = "Makeroni"
SectionPagesMenu = "main"
DefaultContentLanguage = "en"
enableRobotsTXT = true
theme = [ "github.com/theNewDynamic/gohugo-theme-ananke/v2" , "github.com/Hanzei/hugo-component-osm" ]
[pagination]
pagerSize=10
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
site_logo = "/images/white-small-site-logo-64.png"
#show_reading_time = true
description = "A place to meet and make physically and digitally."
favicon = "makeroni-white-small-logo-favicon.png"
# this is used for the OpenGraph Card image if no featured image per page, must be min 120x120
images = [ "makeroni-white-small-logo-favicon.png" ]
body_classes= "avenir bg-near-white"
post_content_classes= "avenir bg-near-white"
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
featured_image = "/images/spencer-lbqLxgvLt0U-unsplash.jpg"
recent_posts_number = 3
custom_css = [ "custom-makeroni.css" ]
[[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"