aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-03-23 22:25:05 +0100
committergabrielgio <gabriel.giovanini@pm.me>2022-03-23 22:50:07 +0100
commit9176f98eb7fa33bee31efcf3aab619e39d0a05d4 (patch)
treebcb29c0884faa6da4745b961ceb628c323d48597 /config.toml
parent7a3c99965f5e1493ad0f1c1d36e68f425ee7dd72 (diff)
downloadgabrielgio.me-9176f98eb7fa33bee31efcf3aab619e39d0a05d4.tar.gz
gabrielgio.me-9176f98eb7fa33bee31efcf3aab619e39d0a05d4.tar.bz2
gabrielgio.me-9176f98eb7fa33bee31efcf3aab619e39d0a05d4.zip
ref: Move fa to static file
Move to 5.x and all files are now local in the static folder.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index cc619cb..62c783d 100644
--- a/config.toml
+++ b/config.toml
@@ -2,6 +2,7 @@ baseURL = "https://gabrielgio.me/"
languageCode = "en-us"
title = "Yet Another blog"
theme = "flamingo"
+staticDir = ['static']
[author]
name = "Gabriel Giovanini"