diff options
author | Alan Pearce | 2024-04-11 12:10:39 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-11 12:10:39 +0200 |
commit | 66b6eb7db6c808e4629c40ba9431477030a94b88 (patch) | |
tree | 4ba83ac74bd8bd96c271088aa1b7d214d72f5fc7 /config.toml | |
parent | df774d0ed187a1d9a85dc77d2c7a06b390e4b12a (diff) | |
download | website-66b6eb7db6c808e4629c40ba9431477030a94b88.tar.lz website-66b6eb7db6c808e4629c40ba9431477030a94b88.tar.zst website-66b6eb7db6c808e4629c40ba9431477030a94b88.zip |
Cleanup unused config file entries
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/config.toml b/config.toml index 8ff0bd4..cd71cbf 100644 --- a/config.toml +++ b/config.toml @@ -6,30 +6,13 @@ title = "Alan Pearce" email = "alan@alanpearce.eu" description = "Developer, Emacs User" -generate_feed = true - domain_start_date = "2014-06-07" original_domain = "alanpearce.eu" -theme = "bear" - -[markdown] -highlight_code = true -highlight_theme = "idle" - [[taxonomies]] name = "tags" feed = true -[extra] -gpg_fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583" -gpg_url = "/public_key.asc" -author_name = "Alan Pearce" -author_image = "/img/me-thumb.jpg" -hide_made_with_line = true -date_format = "%F" -webserver_sends_csp_headers = true - [extra.headers] cache-control = "max-age=14400" x-content-type-options = "nosniff" |