diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-07-07 14:32:05 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-07-07 14:32:05 -0500 |
commit | 8ecf3f096f22ba619bc43e02c11b5069afac9c75 (patch) | |
tree | 273cb7fee79888b2d0d09b2fecd60ccf0cf8b914 /index.markdown | |
parent | 445ccae0aadf414cd36915980e6d4b10c6f28b1c (diff) |
Run jekyll new on website project
Diffstat (limited to 'index.markdown')
-rw-r--r-- | index.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/index.markdown b/index.markdown new file mode 100644 index 0000000..0671507 --- /dev/null +++ b/index.markdown @@ -0,0 +1,6 @@ +--- +# 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 +--- |