-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
46 lines (36 loc) · 1.1 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
baseURL = 'https://agnesk92.github.io/animalpolice/'
title = 'Állatrendőrség Alapítvány'
theme = "ananke"
DefaultContentLanguage = "hu"
SectionPagesMenu = "main"
Paginate = 1 # this is set low for demonstrating with dummy content. Set to a higher number
# googleAnalytics = "G-HS836SY8RX"
# enableRobotsTXT = true
[params]
favicon = "images/logo-smallest.png"
site_logo = "images/logo-200.png"
recent_posts_number = 1
background_color_class = "bg-dark-gray"
description = "Charity Organization"
[[params.ananke_socials]]
name = "facebook"
label = "Facebook"
url = "https://www.facebook.com/allatrendorseg2013"
[[params.ananke_socials]]
name = "instagram"
url = "https://www.instagram.com/allatrendorseg_alapitvany"
[[params.ananke_socials]]
name = "tiktok"
url = "https://www.tiktok.com/@allatrendorsegalapitvany"
[[params.ananke_socials]]
name = "youtube"
url = "https://www.youtube.com/@allatrendorsegalapitvany2841"
[languages]
[languages.EN]
title = "Animal Police Organization"
weight = 1
contentDir = "content/en"
[languages.HU]
title = "Állatrendőrség Alapítvány"
weight = 2
contentDir = "content/hu"