From 7812be8650d72b90b13f98e97f29c5babdca9243 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Tue, 26 Aug 2014 01:25:40 +0400 Subject: [PATCH] add readme --- README.md | 5 +++++ _config.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c8f9924 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +arcan1s.github.io +================= + +My homepage + diff --git a/_config.yml b/_config.yml index f3a41e0..927b989 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ destination: ./_site plugins: ./_plugins layouts: ./_layouts include: ['.htaccess'] -exclude: ['.gitignore','Gemfile','Gemfile.lock','README.md','TODO'] +exclude: ['.gitignore','Gemfile','Gemfile.lock','README.md','TODO','README.md'] keep_files: ['.git','.svn'] gems: []