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.