-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
133 lines (106 loc) · 3.54 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
baseURL = "https://www.richardpalacios.dev/"
languageCode = "en-us"
title = "Digital Garden de Richard Palacios G."
theme = "hello-friend-ng"
PygmentsCodeFences = true
PygmentsStyle = "dracula"
rssLimit = 10 # Maximum number of items in the RSS feed.
#copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message
# googleAnalytics = ""
disqusShortname = "rpalaciosg"
enableEmoji = true
[permalinks]
posts = "/posts/:year/:month/:title/"
[author]
name = "Richard Palacios G."
[taxonomies]
tag = "tags"
category = "categories"
mood = "moods"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
# Metadata mostly used in document's head
description = "My digital garden, resume, personal blog and portfolio by Richard Palacios García"
keywords = "Richard Palacios, Richard Palacios Garcia, javascript, ecuador, portfolio, web development, fullstack, homepage, blog, dev, development, programming, software engineer"
images = [""]
homeSubtitle = "FullStack Software Engineer"
# Global language menu
#
# Enables the global language menu.
#
enableGlobalLanguageMenu = true
# Toggle this option need to rebuild SCSS, requires extended version of Hugo
justifyContent = false # Set "text-align: justify" to .content.
# Custom footer
# If you want, you can easily override the default footer with your own content.
#
[params.footer]
trademark = 2024
rss = true
copyright = false
author = true
topText = []
bottomText = [
"Powered by <a href=\"http://gohugo.io\">Hugo</a>",
"❤ <a href=\"https://themes.gohugo.io/themes/hugo-theme-hello-friend-ng\">hello-friend-ng</a>"
]
# Directory name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# Default theme "light" or "dark"
defaultTheme = "light"
[languages]
[languages.en]
title = "⚡Richard Palacios García"
subtitle = "FullStack Software Engineer"
keywords = "FullStack, Web Developer - Richard Palacios, Richard Palacios Garcia, javascript, ecuador, portfolio, web development, fullstack, homepage, blog, dev, development, programming, software engineer"
#copyright = ""
readOtherPosts = "Lee otras publicaciones"
[params.logo]
logoText = "rpalaciosg"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
# Social icons
[[params.social]]
name = "email"
url = "mailto:apalaciosg91@gmail.com"
[[params.social]]
name = "twitter"
url = "https://twitter.com/rpalaciosg_"
[[params.social]]
name = "github"
url = "https://github.com/rpalaciosg"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/richardpalaciosgarcia/"
[[params.social]]
name = "hashnode"
url = "https://hashnode.com/@rpalaciosg"
# [[params.social]]
# name = "Hackerrank"
# url = "https://www.hackerrank.com/rpalaciosg?hr_r=1"
# [[params.social]]
# name = "stackoverflow"
# url = "https://www.stackoverflow.com/"
# And you can even create generic menu
[menu]
[[menu.main]]
identifier = "about"
name = "/About-me"
url = "/about"
[[menu.main]]
identifier = "posts"
name = "/Posts"
url = "/posts"
[[menu.main]]
identifier = "projects"
name = "/Projects"
url = "/projects"
# Goldmark
[markup.goldmark.renderer]
unsafe = true