update to toml
This commit is contained in:
+10
-10
@@ -108,13 +108,13 @@ groupByYear = false
|
|||||||
cardView = false
|
cardView = false
|
||||||
cardViewScreenWidth = false
|
cardViewScreenWidth = false
|
||||||
|
|
||||||
params:
|
[author]
|
||||||
author:
|
name = "Ash"
|
||||||
name: "Ash"
|
image = "img/me.jpg" # Important: remove "static/" from the path
|
||||||
image: "static/img/me.jpg" # Your profile pic
|
headline = "DevOps | Hardware | Security"
|
||||||
headline: "DevOps | Hardware | Security"
|
bio = "Building cool things with Docker and Tanium."
|
||||||
bio: "Building cool things with Docker and Tanium."
|
links = [
|
||||||
links:
|
{ github = "https://github.com/ashtom50" },
|
||||||
- github: https://github.com/ashtom50
|
{ linkedin = "https://linkedin.com/in/ash-marlow/" },
|
||||||
- linkedin: https://linkedin.com/in/ash-marlow/
|
{ gitea = "https://git.marlow.quest" }
|
||||||
- gitea: https://git.marlow.quest
|
]
|
||||||
Reference in New Issue
Block a user