aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-26 11:22:27 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-26 11:22:27 -0800
commit672685474e6ee4ac2efe187fba060a1950493406 (patch)
tree675285cb5542cbf89ec93c90e9947fbac58b89bd /config.toml
parentactually build the site with nix build (diff)
downloadfcuny.net-672685474e6ee4ac2efe187fba060a1950493406.tar.gz
add back the resume and generate it with nix
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/config.toml b/config.toml
index 26fdd44..f06cc57 100644
--- a/config.toml
+++ b/config.toml
@@ -1,8 +1,8 @@
-base_url = "https://test.fcuny.net/"
+base_url = "https://fcuny.net/"
title = "@fcuny"
author = "Franck Cuny"
-description = "Franck's website, with articles about computers stuff."
+description = "random stuff about computers."
output_dir = "docs"
@@ -10,8 +10,6 @@ default_language = "en"
generate_feeds = false
-taxonomies = [{ name = "tags", feed = false }]
-
[markdown]
highlight_code = true
highlight_theme = "one-dark"
@@ -19,4 +17,4 @@ render_emoji = true
smart_punctuation = true
[extra]
-license = { name = "CC BY-SA 4.0", href = "https://creativecommons.org/licenses/by-sa/4.0/" }
+license = { name = "CC BY-SA 4.0", href = "https://creativecommons.org/licenses/by-sa/4.0/" }