From 7d442325fe177c4a175d8d3f91f3df4cc422d1e7 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Sat, 11 May 2024 10:46:30 -0500 Subject: [PATCH] building the tree... --- README.md | 9 +++++++-- _config.yml | 7 +++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 _config.yml 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