-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
49 lines (40 loc) · 1.53 KB
/
Copy pathconfig.toml
File metadata and controls
49 lines (40 loc) · 1.53 KB
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
baseURL = "https://totus.co/"
languageCode = "en-au"
title = "totus"
theme = "coder"
paginate = 20 # Default number of pages per page in pagination.
canonifyurls = true # Enable to turn relative URLs into absolute.
pygmentsstyle = "b2" # Color-theme or style for syntax highlighting.
pygmentscodefences = true # Enable code fence background highlighting.
pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences without specified language.
# disqusShortname = "yourdiscussshortname" # Enable or disable Disqus.
[params] # theme parameters
author = "Thomas Davies" # Author's name.
info = "Technical Lead, DevOps" # Author's job title or info.
description = "--" # Site description.
keywords = "blog,developer,personal" # Site keywords.
avatarurl = "avatar.jpg" # Contain the path of the optionnal avatar in the static folder.
footercontent = "--" # Add footer content
# Whether you want to hide copyright and credits in the footer.
hideCredits = true
hideCopyright = true
# to switch bewteen LTR and RTL layout
rtl = false
# Custom CSS
custom_css = []
# Social links
[[params.social]]
name = "Github"
icon = "fab fa-github fa-2x"
weight = 1
url = "https://github.com/thomas0087/"
[[params.social]]
name = "Gitlab"
icon = "fab fa-gitlab fa-2x"
weight = 2
url = "https://gitlab.com/thomas0087/"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin-in fa-2x"
weight = 3
url = "https://www.linkedin.com/in/thomas-davies-51a7009b/"