From bcf9b230be6d74c71567fd0771b31d47d8dd39c7 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 21 Jan 2021 17:22:53 -0700 Subject: build the blog with nix --- src/_config.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/_config.yml (limited to 'src/_config.yml') diff --git a/src/_config.yml b/src/_config.yml new file mode 100644 index 0000000..c8b0980 --- /dev/null +++ b/src/_config.yml @@ -0,0 +1,35 @@ +title: Mediocre Blog +author: Brian Picciano +email: mediocregopher@gmail.com +description: >- + A mix of tech, art, travel, and who knows what else. +baseurl: "" # the subpath of your site, e.g. /blog +url: https://blog.mediocregopher.com # the base hostname & protocol for your site, e.g. http://example.com +repository: mediocregopher/blog.mediocregopher.com +twitter_username: mediocre_gopher +github_username: mediocregopher +rss: rss +highlighter: rouge + +defaults: + - scope: + path: "_posts" + values: + layout: "post" + +plugins: + - jekyll-feed + - jekyll-seo-tag + - jekyll-paginate + - jekyll-relative-links + + +date_format: "%b %-d, %Y" + +img_widths: + - 500 + - 1000 + - 1500 + - 2000 + - 2500 + - 3000 -- cgit v1.2.3