-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
88 lines (60 loc) · 2.36 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
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
baseURL = "https://ianrusseladem.com"
#baseURL = "http://localhost:36755"
title = "Ian Russel Adem"
languageCode = "en"
theme = "hugo.386"
DefaultContentLanguage = "en" # Change this to change the site's language
preserveTaxonomyNames = true
[params]
# google_analytics_id="G-K8C29Z7Q33"
# The name to display as main title in the home page
mainpagetitle = "Ian Russel Adem"
# The subtitle to display under the title in the home page
mainpagesubtitle = "Welcome to the early 90s!"
# The description of your website. It will be displayed in the home page
mainpagedesc = "I am a software developer with more than 6 years of experience. Well versed in OOP architecture, experience in building apps with Amazon Sellingpartner and Amazon Advertising APIS, web scraping with Python"
# The name to display in the copyright section in the footer
copyrightname = "Ian Russel Adem"
# The url to use as link in the copyright name in the footer. Leave empty to use none.
copyrighturl = ""
# Urls for social networks
facebook = "https://www.facebook.com/ianrussel.adem.31"
linkedin = "https://www.linkedin.com/in/ian-russel-adem-6a4b71177/"
github = "https://github.com/ianrussel"
# Enables or disables the loading animations. false activates them. Default is false.
loadfastload = false
# Sets the speed for the page loading effect. Default is 1.0.
loadspeedfactor = 1.0
# Enables or disables the second flyby cursor. Default is false.
loadonepass = false
[params.copyright]
name = "Ian Russel Adem"
[menu]
# This displays buttons in the navbar to access your contents
[[menu.main]]
identifier = "about" # An unique identifier for the button
name = "About" # A display name for the button
url = "/" # The path to the content. It can lead to a single page (like here)
weight = 10 # A number to order the buttons in the navbar
[taxonomies]
category = "categories"
tag = "tags"
[privacy]
[privacy.vimeo]
disabled = false
simple = true
[privacy.twitter]
disabled = false
enableDNT = true
simple = true
[privacy.instagram]
disabled = false
simple = true
[privacy.youtube]
disabled = false
privacyEnhanced = true
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true