From ae96d32fc035ae3ff076b0eda4823c750edec1df Mon Sep 17 00:00:00 2001 From: lynnofthewired Date: Tue, 28 Feb 2023 23:39:09 -0500 Subject: [PATCH] First Draft of YAML Configuration --- docs/_config.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 068b51b..d22b19a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -18,19 +18,17 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Your awesome title -email: your-email@example.com +title: Sparrow Lynn's Blog +# email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. Here it isn't! 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. + A blog space for poetry, short stories, and essays by Sparrow Lynn. baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: jekyllrb -github_username: jekyll +url: "https://sparrow-lynn.com" # the base hostname & protocol for your site, e.g. http://example.com +# twitter_username: jekyllrb +github_username: lynnofthewired # Build settings -theme: minima +theme: Marquess plugins: - jekyll-feed