summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAdam Olech <nddr89@gmail.com>2021-10-17 22:57:45 +0200
committerAdam Olech <nddr89@gmail.com>2021-10-17 22:57:45 +0200
commit5bff81ccd9851e34f3488a8e7d9f0fb934084d02 (patch)
treededd40b2865b28cf98387d4062c96159c8e37e87 /config.toml
parent7b27ab4c127e7b20abc66340dc69d4885824225d (diff)
Add custom CSS
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 1fa66ec..e1768e9 100644
--- a/config.toml
+++ b/config.toml
@@ -5,7 +5,5 @@ title = 'where extinct potatos go to retire'
[params]
author = "Adam Olech"
-
-## Set one of:
-# gravatar = "soho@example.com"
profilePicture = "images/me.jpg"
+customCss = ["css/custom.css"]