From 90b897dbbc014ab11f77566c0a7901a9db42c272 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Mon, 1 Feb 2021 21:34:27 -0700 Subject: dramatically simplify project dependencies by specifying specific jekyll and plugin versions --- src/_config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/_config.yml') diff --git a/src/_config.yml b/src/_config.yml index acca4c8..0f25c04 100644 --- a/src/_config.yml +++ b/src/_config.yml @@ -3,8 +3,7 @@ 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 +url: https://blog.mediocregopher.com repository: https://github.com/mediocregopher/blog.mediocregopher.com twitter_username: mediocre_gopher github_username: mediocregopher @@ -20,9 +19,8 @@ defaults: plugins: - jekyll-feed - jekyll-seo-tag - - jekyll-paginate - jekyll-relative-links - + - jekyll-sitemap date_format: "%b %-d, %Y" -- cgit v1.2.3