diff --git a/README.md b/README.md index 1f2eed9..2bed91d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# reachableceo.com -Hugo Static site repository for my personal website. +# Welcome to Reachableceo.com + +## Introduction + +## Important Links + +## Blog \ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..221f0d7 --- /dev/null +++ b/_config.yml @@ -0,0 +1,7 @@ +plugins: + - jekyll-relative-links +relative_links: + enabled: true + collections: true +include: + - README.md \ No newline at end of file