diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2021-02-01 21:34:27 -0700 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2021-02-01 21:34:27 -0700 |
commit | 90b897dbbc014ab11f77566c0a7901a9db42c272 (patch) | |
tree | f1a7b9edc2d3bfa202b52754c0947d9806858e85 /src | |
parent | 6286b3d8ec6ae215c98e8f39a5959cd4fb93d129 (diff) |
dramatically simplify project dependencies by specifying specific jekyll and plugin versions
Diffstat (limited to 'src')
-rw-r--r-- | src/_config.yml | 6 |
1 files changed, 2 insertions, 4 deletions
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" |