diff options
author | Bradley Taunt <brad@serpapi.com> | 2024-06-13 14:57:38 -0400 |
---|---|---|
committer | Bradley Taunt <brad@serpapi.com> | 2024-06-13 14:57:38 -0400 |
commit | 26c7db12364e8eba08e2f8e85bb534ed735a0be8 (patch) | |
tree | 0e1d2f6e2456ca2266993eef72881057ee5b3dd9 /_config.yml | |
parent | a134c38317e808d6535af990cc505dab1bc7bbfe (diff) |
Major overhaul and cleanups
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/_config.yml b/_config.yml index 8b530ec..7226597 100644 --- a/_config.yml +++ b/_config.yml @@ -11,11 +11,7 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com host: 0.0.0.0 -minima: - social_links: - - { platform: rss, user_url: "/feed.xml" } - - { platform: mastodon, user_url: "https://mastodon.bsd.cafe/@bt" } - - { platform: git, user_url: "https://git.disroot.org/bt" } +highlighter: rouge # Build settings plugins: @@ -28,9 +24,6 @@ defaults: values: permalink: /posts/:title/ -sass: - sass_dir: _sass - feed: path: feed.xml |