diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-07-18 14:42:16 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-07-18 14:42:16 -0500 |
commit | 776f29a7b681ae5b73db5fecab6468cb945f4a42 (patch) | |
tree | 2f768bd3718b728838752edae77c69682bc8cc20 | |
parent | 47bceebd5c1690d7c977b899f10a53d7c6c0ec24 (diff) |
Update site description to personalized version
-rw-r--r-- | _config.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 93955e5..3a83214 100644 --- a/_config.yml +++ b/_config.yml @@ -20,10 +20,12 @@ title: Karl Hallsby email: karl@hallsby.com + +# This will appear in your document head meta (for Google search results) and +# in your feed.xml site description. description: >- # this means to ignore newlines until "baseurl:" - 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. + My (Karl Hallsby) personal website. Here I showcase my work, abilities, + and my Curriculum Vitae. baseurl: "" # the subpath of your site, e.g. /blog url: "https://karl.hallsby.com" # the base hostname & protocol for your site, e.g. http://example.com # host: 192.168.20.227 |