diff --git a/config.toml b/config.toml index 697a6e6..0d00193 100644 --- a/config.toml +++ b/config.toml @@ -20,6 +20,7 @@ author = 'Thies Lennart Alff' colorScheme = 'auto' hideColorSchemeToggle = false dateFormat = '02.01. 2006' +avatarURL = 'images/avatar.jpg' [taxonomies] category = 'categories' @@ -27,6 +28,17 @@ series = 'series' tag = 'tags' 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]] name = 'Recipes' diff --git a/static/images/avatar.jpg b/static/images/avatar.jpg new file mode 100644 index 0000000..5166a63 Binary files /dev/null and b/static/images/avatar.jpg differ