Add social icons
This commit is contained in:
parent
a03fba7567
commit
7f5283374a
1 changed files with 18 additions and 0 deletions
18
config.toml
18
config.toml
|
@ -21,6 +21,8 @@ paginate = 10
|
|||
keywords = "blog, tech, dev"
|
||||
images = [""]
|
||||
|
||||
|
||||
|
||||
[taxonomies]
|
||||
category = "blog"
|
||||
tags = "tags"
|
||||
|
@ -38,3 +40,19 @@ paginate = 10
|
|||
identifier = "blog"
|
||||
name = "Blog"
|
||||
url = "/posts"
|
||||
|
||||
[[params.social]]
|
||||
name = "gitea"
|
||||
url = "https://git.faercol.me"
|
||||
|
||||
[[params.social]]
|
||||
name = "github"
|
||||
url = "https://github.com/aHugues"
|
||||
|
||||
[[params.social]]
|
||||
name = "linkedin"
|
||||
url = "https://www.linkedin.com/in/huguesmel/"
|
||||
|
||||
[[params.social]]
|
||||
name = "email"
|
||||
url = "mailto:contact@faercol.me"
|
||||
|
|
Loading…
Reference in a new issue