From f975766c6631be9cc236f2e70547aca4e7309b51 Mon Sep 17 00:00:00 2001 From: Jack D Date: Wed, 29 Nov 2023 02:36:48 -0600 Subject: [PATCH] change configyml to change descr --- _config.yml | 4 +--- index.markdown | 9 --------- index.md | 10 +++++++++- 3 files changed, 10 insertions(+), 13 deletions(-) delete mode 100644 index.markdown diff --git a/_config.yml b/_config.yml index 2813ef3..03fcff0 100644 --- a/_config.yml +++ b/_config.yml @@ -21,9 +21,7 @@ title: Jack D email: jack.driscoll@gmail.com description: >- # this means to ignore newlines until "baseurl:" - #It will appear in your document head meta (for - #Google search results) and in your feed.xml site description. - do i need to comment things? document head meta + A 'simple' page about me, Jack'D baseurl: "/" # the subpath of your site, e.g. /blog url: "https://jack-driscoll.github.io" # the base hostname & protocol for your site, e.g. http://example.com #twitter_username: jekyllrb diff --git a/index.markdown b/index.markdown deleted file mode 100644 index 076a587..0000000 --- a/index.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -# Feel free to add content and custom Front Matter to this file. -# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults - -layout: home ---- -***FUCKING REALLY?!?*** - -I don't really need all these features diff --git a/index.md b/index.md index 0c60eee..076a587 100644 --- a/index.md +++ b/index.md @@ -1 +1,9 @@ -***FUCKING REALLY?*** +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: home +--- +***FUCKING REALLY?!?*** + +I don't really need all these features