added avatar and git hosts
This commit is contained in:
parent
5e66a94fab
commit
7d6ca0716a
2 changed files with 12 additions and 0 deletions
12
config.toml
12
config.toml
|
|
@ -20,6 +20,7 @@ author = 'Thies Lennart Alff'
|
||||||
colorScheme = 'auto'
|
colorScheme = 'auto'
|
||||||
hideColorSchemeToggle = false
|
hideColorSchemeToggle = false
|
||||||
dateFormat = '02.01. 2006'
|
dateFormat = '02.01. 2006'
|
||||||
|
avatarURL = 'images/avatar.jpg'
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = 'categories'
|
category = 'categories'
|
||||||
|
|
@ -27,6 +28,17 @@ series = 'series'
|
||||||
tag = 'tags'
|
tag = 'tags'
|
||||||
author = 'authors'
|
author = 'authors'
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = 'GitHub'
|
||||||
|
icon = 'fa fa-2x fa-github'
|
||||||
|
weight = 1
|
||||||
|
url = 'https://github.com/lennartalff/'
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = 'GitLab'
|
||||||
|
icon = 'fa fa-2x fa-gitlab'
|
||||||
|
weight = 1
|
||||||
|
url = 'https://gitlab.com/lennartalff/'
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = 'Recipes'
|
name = 'Recipes'
|
||||||
|
|
|
||||||
BIN
static/images/avatar.jpg
Normal file
BIN
static/images/avatar.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Loading…
Reference in a new issue