diff options
-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" |