From 9d43704b64f67e1b629e8e258e5a0b6459360d68 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 31 Oct 2025 23:18:04 -0400 Subject: [PATCH] added gemfile inxed.md and fixed typo --- docs/Gemfile | 4 ++++ docs/{_congig.yml => _config.yml} | 0 docs/index.md | 10 ++++++++++ 3 files changed, 14 insertions(+) create mode 100644 docs/Gemfile rename docs/{_congig.yml => _config.yml} (100%) create mode 100644 docs/index.md diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 0000000..95babf6 --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,4 @@ +source "https://rubygems.org" + +# The github-pages gem pins all compatible versions of Jekyll and its plugins +gem "github-pages", group: :jekyll_plugins diff --git a/docs/_congig.yml b/docs/_config.yml similarity index 100% rename from docs/_congig.yml rename to docs/_config.yml diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..5ad3635 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,10 @@ +--- +layout: home +title: "Welcome" +--- + +# 👋 Hey there + +Welcome to my build logs, notes, and experiments. + +You can read my latest posts below — or check out the [About](/about) page.