From d7cd234ccd32b8e3220662902728f1680fd47a4f Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 30 Nov 2019 17:15:43 -0800 Subject: [PATCH 1/2] replace html --- _config.yml => _config.yml.bkup | 0 index.html | 12 ++++++++++++ 2 files changed, 12 insertions(+) rename _config.yml => _config.yml.bkup (100%) create mode 100644 index.html diff --git a/_config.yml b/_config.yml.bkup similarity index 100% rename from _config.yml rename to _config.yml.bkup diff --git a/index.html b/index.html new file mode 100644 index 0000000..61af383 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + MYOG Patterns + + +

Hellow World

+ + \ No newline at end of file From 4e1f4f50fa0eb0bd8b8bc2e7fbef3a1c123c0add Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 30 Nov 2019 17:26:48 -0800 Subject: [PATCH 2/2] index.html added and _config.yml renamed --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 61af383..aea130f 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,6 @@ MYOG Patterns -

Hellow World

+

Hello World

\ No newline at end of file