Skip to content

Commit

Permalink
chore: update config file
Browse files Browse the repository at this point in the history
- Change pygment style theme
- Change description and keyworks
- Update Home Subtitle
  • Loading branch information
rpalaciosg committed Mar 13, 2022
1 parent 1fdbd70 commit 2156b0d
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
baseURL = "https://www.richardpalaciosg.dev/"
languageCode = "en-us"
title = "Richard Palacios G."
title = "Digital Garden de Richard Palacios G."
theme = "hello-friend-ng"

PygmentsCodeFences = true
PygmentsStyle = "monokai"
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
Expand All @@ -17,7 +17,7 @@ enableEmoji = true
posts = "/posts/:year/:month/:title/"

[author]
name = "Richard Palacios G."
name = "Richard Palacios G."

[taxonomies]
tag = "tags"
Expand All @@ -31,11 +31,11 @@ enableEmoji = true
dateformNumTime = "2006-01-02 15:04 -0700"

# Metadata mostly used in document's head
description = "My 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"
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 = "Web Developer"
homeSubtitle = "JavaScript Software Engineer"

# Toggle this option need to rebuild SCSS, requires extended version of Hugo
justifyContent = true # Set "text-align: justify" to .content.
Expand All @@ -48,8 +48,8 @@ enableEmoji = true
[languages]
[languages.en]
title = "⚡Richard Palacios García"
subtitle = "Web Developer"
keywords = "Web Developer"
subtitle = "JavaScript Software Engineer"
keywords = "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"

Expand Down Expand Up @@ -78,6 +78,15 @@ enableEmoji = true
name = "linkedin"
url = "https://www.linkedin.com/in/richardpalaciosgarcia/"

# [[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
Expand Down

0 comments on commit 2156b0d

Please sign in to comment.