Skip to content

Commit

Permalink
First Draft of YAML Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnofthewired committed Mar 1, 2023
1 parent edc81c8 commit ae96d32
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ae96d32

Please sign in to comment.