diff options
Diffstat (limited to 'static/src/_config.yml')
-rw-r--r-- | static/src/_config.yml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/static/src/_config.yml b/static/src/_config.yml deleted file mode 100644 index 44128ab..0000000 --- a/static/src/_config.yml +++ /dev/null @@ -1,34 +0,0 @@ -title: Mediocre Blog -author: Brian Picciano -email: mediocregopher@gmail.com -description: >- - A mix of tech, art, travel, and who knows what else. -url: https://blog.mediocregopher.com -hub_url: https://mediocregopher.eth.link -rss: rss -highlighter: rouge - -defaults: - - scope: - path: "_posts" - values: - layout: "post" - -plugins: - - jekyll-feed - - jekyll-seo-tag - - jekyll-relative-links - - jekyll-sitemap - -date_format: "%b %-d, %Y" - -img_widths: - - 500 - - 1000 - - 1500 - - 2000 - - 2500 - - 3000 - -feed: - tags: true |