-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
config.toml
26 lines (21 loc) · 1.09 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
# SETUP
baseurl = "/"
DefaultContentLanguage = "en"
publishdir = "public"
canonifyUrls = "true"
disableKinds = ["RSS","taxonomy","taxonomyTerm"] # disable hugo's content that we don't need...
title = "AWE.SOME - A Landing Page Template for Hugo" # page title -> see ./layouts/partials/head.html
googleAnalytics = "" # if needed...
[author]
name = "AWE.SOME"
email = "awe.some@example.com"
[params]
description = "AWE.SOME - A Landing Page Template for Hugo" # page description -> see ./layouts/partials/head.html
images = [] #add images here as "img/name.ext" (points to s./static/img/) to populate the default og and twitter <meta> attributes -> see ./layouts/partials/head.html
# these items will be rendered 1. into a tooltip in the navbar and 2. into the footer - consider that there's limited space when adding more items -> see ./layouts/partials
[[params.social]]
title = "Twitter"
url = "https://twitter.com/#" # add your twitter handle
[[params.social]]
title = "LinkedIn"
url = "https://linkedin.com/company/#" # add your linkedin profile URL