aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index d603064..a4c1a66 100644
--- a/config.toml
+++ b/config.toml
@@ -32,9 +32,6 @@ posts = "/:year/:month/:day/:title"
32unsafe = true 32unsafe = true
33 33
34[params] 34[params]
35familyNameFirst = false
36givenName = "Kristóf"
37familyName = "Marussy"
38 35
39[[params.contacts]] 36[[params.contacts]]
40name = "Email" 37name = "Email"
@@ -84,6 +81,6 @@ weight = -80
84 81
85[[menu.main]] 82[[menu.main]]
86identifier = "software" 83identifier = "software"
87name = "Code" 84name = "Software"
88url = "/software/" 85url = "/software/"
89weight = -70 86weight = -70