diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-01 14:39:05 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-01 14:39:05 -0800 |
| commit | c9a0ae57f6bbd2a51003acc878eaa6e17087cfa7 (patch) | |
| tree | 14daff3992ea177d617b4edb4dcf42ea87b9c874 /config.toml | |
| parent | formatting (diff) | |
| download | fcuny.net-c9a0ae57f6bbd2a51003acc878eaa6e17087cfa7.tar.gz | |
simplify even more!
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config.toml b/config.toml index f06cc57..e0e1cfa 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ base_url = "https://fcuny.net/" title = "@fcuny" author = "Franck Cuny" -description = "random stuff about computers." +description = "Franck Cuny" output_dir = "docs" @@ -11,8 +11,6 @@ default_language = "en" generate_feeds = false [markdown] -highlight_code = true -highlight_theme = "one-dark" render_emoji = true smart_punctuation = true |
