-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_old.toml
42 lines (34 loc) · 945 Bytes
/
config_old.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://ukarus.github.io'
languageCode = 'es-CL'
title = 'Juan Llanos'
theme = "hugo-coder"
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 5 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[markup.highlight]
style = "github-dark"
[languages]
[languages.en]
title = "Juan Llanos"
weight = 1
contentDir = "content/en"
# languageDirection = 'rtl' for Right-To-Left languages
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
author = "Juan Llanos"
info = "Full stack Software Engineer"
description = "Juan Llanos personal website"
keywords = "blog,developer"
avatarurl = "/images/linkedin_photo.jpg"
since = 2019
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
[[params.ananke_socials]]
name = "github"
url = "https://github.com/Ukarus"