-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml.osprey_delight
95 lines (88 loc) · 3.74 KB
/
config.toml.osprey_delight
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
title = "Victimes des pesticides du Québec"
baseURL = "https://hardcore-yalow-5dab64.netlify.com/"
languageCode = "en-US"
theme = "osprey-delight"
tags = ["personal", "homepage", "portfolio"]
# canonifyURLS = true
# googleAnalytics = ""
disableKinds = ["taxonomy", "taxonomyTerm"] # This theme does not currently use "tag" and "category" taxonomies
enableEmoji = true
## Generic theme parameters:
[Params]
author = "kdevo"
email = ""
description = "osprey-delight example site"
tagline = "Pour un Québec en santé sans pesticides"
logoBig = "/images/temp-logo.png"
# [str] This is the logo that will be shown in the left corner of the nav bar.
# Usually, you would like to use something bigger than a favicon - but not too big either.
# Make sure that the image does not overlay the nav links. Don't be afraid of experimenting!
logoSmall = "favicon.png"
favicon = "favicon.png"
opengraphImage = "/images/osprey-delight.png"
googleTagManager = ""
# [bool] The following will enforce redirection to the baseURL for all sub-directories/-pages.
# Example: If you create about.md, Hugo will also create a '/about/index.html'.
# This file will only contain a redirect directive if this switch is enabled (recommended, since this is a one-page theme).
enforceSinglePage = true
# [bool] Will generate copyright notice in footer for your site.
copyright = true
# [bool] Your credit is much appreciated. It will be displayed in a small way in your footer.
# Anyways, of course you're free to uncomment the following line to disable the credit.
# credit = false
## Social media links in footer:
[Params.Social]
# [str] Link to your Twitter.
twitter = ""
# [str] Link to your LinkedIn.
linkedin = ""
# [str] Link to your GitHub.
github = "https://github.com/manumilou/hugo-quickstart"
# [str] Link to your Facebook.
# facebook = ""
# [str] Link to your Instagram.
# instagram = ""
# [str] Link to your StackOverflow.
stackoverflow = ""
## Theme features:
[Params.Feat]
# [bool] Termynal (https://github.com/ines/termynal) is a small JS library for showing a terminal "animation" from within your gallery item.
# The library has been stripped-down to a minimum to only have the necessary functionality.
useTermynal = true
# [bool] Lazy loading of images with lazysizes (SEO-friendly).
lazyloading = true
# [str] Use Basin contact form.
ajaxBasin = "https://usebasin.com/f/{YOUR-12-CHAR-FORM-KEY-HERE}"
googleTagManager = ""
# [bool] Enable usage of your own 'assets/scss/_custom.css'.
customCSS = false
# [bool] Use structured data for your own https://schema.org/Person (SEO-friendly).
# The theme attempts to "guess" your information by using the information you give it in the configuration.
# For more specific usage, you can override the JSON-LD by supplying your own 'person.json' under 'assets/'
structuredData = true
# [str] Tell your GitHub username so that the GitHub API is used to fetch more information for structured data.
# This will use information that is publically available about your GitHub user profile at https://api.github.com/users/{USERNAME}.
# structuredDataFromGithub = "USERNAME"
## Configure contact form:
[Params.Contact]
# [str[]] i18n keys used to display in an additional select box.
# Comment out if you want to disable it.
select = ["generic", "coop", "business", "project"]
[[menu.main]]
name = "A propos"
url = "/#about"
weight = 1
[[menu.main]]
name = "Section"
url = "/#section"
weight = 2
[[menu.main]]
name = "Contact"
url = "/#contact"
weight = 3
[[menu.main]]
# Use icon here to neatly back reference an external site/blog/whatever:
pre = "<i class='icon icon-link-ext'></i> "
name = ""
url = "https://pyotek.dev"
weight = 4