diff options
author | EuAndreh <eu@euandre.org> | 2020-02-05 22:05:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-05 22:05:04 -0300 |
commit | a6ae95d8bd0e9a933160fed6381b215d19d817ee (patch) | |
tree | aad1c7e0d360a6d99d2cc4a9209a075c252e60af /_config.yml | |
parent | Copy feed.atom from jekyll-feed (diff) | |
download | euandre.org-a6ae95d8bd0e9a933160fed6381b215d19d817ee.tar.gz euandre.org-a6ae95d8bd0e9a933160fed6381b215d19d817ee.tar.xz |
DIY Atom feed
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/_config.yml b/_config.yml index 2462bfd..382eec0 100644 --- a/_config.yml +++ b/_config.yml @@ -1,17 +1,14 @@ --- -title: Your awesome title -email: your-email@example.com -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: "url.com" +title: EuAndreh::blog +url: "https://euandre.org" +author: + name: EuAndreh + email: eu@euandre.org markdown: kramdown plugins: - - jekyll-feed - jekyll-seo-tag +# FIXME: remove plugins exclude: - Gemfile |