From 45b93f5300c7c3c08778816fb2b093dfa0e55fd1 Mon Sep 17 00:00:00 2001 From: Dietrich Epp Date: Thu, 7 Apr 2022 23:26:37 -0400 Subject: [PATCH] Update Jekyll config for GitHub Pages --- docs/_config.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index ddfa27d..ae2bbbe 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,11 +4,14 @@ description: >- Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. -baseurl: "" -url: "" -twitter_username: jekyllrb -github_username: jekyll +baseurl: https://depp.github.io +url: /syncfiles/ +twitter_username: DietrichEpp +github_username: depp theme: just-the-docs plugins: - jekyll-feed + +exclude: + - push.sh