From 7c3f3ff73e352e4c23a4e0524131c6e344777eba Mon Sep 17 00:00:00 2001 From: GitHub Teacher Date: Wed, 14 Feb 2018 11:18:01 -0500 Subject: [PATCH] initial commit --- README.md | 1 + _config.yml | 2 ++ index.md | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 README.md create mode 100644 _config.yml create mode 100644 index.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..911577e --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +This repository is a starter portfolio that you can use to learn a little bit about communication using Markdown. \ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..f8b4500 --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +title: Welcome to my portfolio! +theme: jekyll-theme-primer \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 0000000..0d6905d --- /dev/null +++ b/index.md @@ -0,0 +1,3 @@ +--- +layout: default +---