🍱 Add support for more social icons

This commit is contained in:
James Panther
2021-08-13 16:35:32 +10:00
parent 478ec87dab
commit d0ddf5f8c5
30 changed files with 78 additions and 57 deletions
+10 -7
View File
@@ -1,6 +1,6 @@
# Site configuration for the Congo demo site
# --------------------------------------------------------------------------
# NOTE: You should not use this file as a template for your configuration
# IMPORTANT: You should not use this file as a template for configuration
# as it does not contain all the required theme settings!
#
# Refer to the theme docs for configuration instructions if you're unsure.
@@ -15,9 +15,12 @@ title = "Congo"
[author]
name = "Freddy Blogger"
image = "https://i.pravatar.cc/150?img=11"
twitter = "https://twitter.com/"
github = "https://github.com/"
linkedin = "https://linkedin.com/"
links = [
{ twitter = "https://twitter.com/" },
{ facebook = "https://facebook.com/" },
{ linkedin = "https://linkedin.com/" },
{ youtube = "https://youtube.com/" },
]
[[menu.main]]
name = "Blog"
@@ -32,9 +35,9 @@ title = "Congo"
url = "tags"
weight = 30
[taxonomies]
category = "categories"
tag = "tags"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noClasses = false