diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2023-11-01 21:02:09 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2023-11-01 21:02:09 +0100 |
commit | 6d3b8739287f8f1c89211b1c785342c2ce9050f5 (patch) | |
tree | 1b74e6c498cfa0bb12cdad10703b76e8303a71a5 /config.toml | |
parent | ef15a6ec8f14c2398cfd28786c83072888690718 (diff) |
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 5a67b9f..8605f97 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,8 @@ base_url = "https://stevenlr.com" +title = "Steven Le Rouzic" +description = "Programming, graphics, and more" compile_sass = true -build_search_index = true +build_search_index = false generate_feed = true feed_filename = "rss.xml" taxonomies = [ |