-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
55 lines (55 loc) · 1.47 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
50
51
52
53
54
55
baseURL = "https://agencjawroclawska.pl/"
canonifyURLs = true
description = "Hugo port of the Themefisher’s Kross Template"
enableRobotsTXT = true
landscapePhotoWidths = [2500, 1500, 1000]
languageCode = "pl-PL"
portraitPhotoWidths = [1500, 1000, 750]
theme = "sc_aw"
title = "Agencja Wrocławska"
[[menu.main]]
name = "Pozycjonowanie"
url = "#"
weight = 1
[params]
description = ""
email_header = "[email protected]"
favico = "/uploads/favicon-aw.png"
header_adres_email = "[email protected]"
header_numer_telefonu = "536 742 137"
header_numer_telefonu_link = "+48536742137"
landscapePhotoWidths = [3400, 2560, 1920, 1600, 1366, 1200, 992, 786, 560]
logo = "/uploads/logo-aw-black.svg"
logo_dark_mode = "/uploads/logo-aw-white.svg"
metadescription = "Used as 'description' meta tag for both home and index pages. If not set, 'description' will be used instead"
paginatedsections = ["posts"]
portraitPhotoWidths = [1500, 1000, 750, 500]
taxonomiesExcludedFromSitemap = ["letters", "tags"]
[permalinks]
"/" = "/:slug/"
categories = "/kategoria/:slug/"
page = "/:slug/"
posts = "/:slug/"
slownik = "/:slug/"
tags = "/tag/:slug/"
[related]
includeNewer = true
threshold = 80
toLower = false
[[related.indices]]
name = "categories"
weight = 100
[[related.indices]]
name = "tags"
weight = 50
[[related.indices]]
name = "letters"
weight = 100
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[taxonomies]
category = "categories"
letter = "letters"
tag = "tags"