-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
32 lines (30 loc) · 1.24 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
baseURL = 'https://krptg0.github.io/'
languageCode = 'fr-fr'
title = 'linkbeat'
theme='devise'
enableEmoji=true
copyright= "© 2022, Louis Gromb"
disablePathToLower = true
[params]
description = "Linkbeat, a blog about tech ?" # Your meta description of the site
header_title = "linkbeat" # Your header title
header_subtitle = "kubectl run -it --image=linkbeat:v0.1.0 linkbeat" # Your header subtitle
home_image = "images/avatar.png" # Path to header image starting from the static directory
recent_posts = 5 # Max amount of recent posts to show
mainSections = ["posts", "post", "blog"] # Main sections to include in recent posts
[[params.social]]
fa_icon = "fab fa-github fa-1x" # Font Awesome icon class
href = "http://github.com/krptg0" # Link to associate with icon (http://, https://, mailto:)
[[params.social]]
fa_icon = "fab fa-linkedin-in fa-1x"
href = "https://www.linkedin.com/in/lgromb/"
[[params.social]]
fa_icon = "fab fa-twitter fa-1x"
href = "https://twitter.com/krptg"
[[params.social]]
fa_icon = "fas fa-at fa-1x"
href = "mailto:krptg0@gmail.com"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true