From c883215114585e9c70bc02411b0da8ed0f0edcef Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Sat, 9 Dec 2017 00:45:02 +0530 Subject: [PATCH] Renamed /public to /docs for gh-pages --- .gitignore | 4 ++-- README.md | 2 +- build.js | 4 ++-- docs/index.html | 32 ++++++++++++++++++++++++++++++++ public/index.html | 32 -------------------------------- 5 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 docs/index.html delete mode 100644 public/index.html diff --git a/.gitignore b/.gitignore index 7c1dd72..d4e27a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ node_modules -public/js -public/css +docs/js +docs/css .sass-cache diff --git a/README.md b/README.md index f99571b..d4026cc 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ npm install --only=dev node build ``` -The assets for the site are built at `/public/` +The assets for the site are built at `/docs/` diff --git a/build.js b/build.js index 48df01e..12ef00d 100644 --- a/build.js +++ b/build.js @@ -6,12 +6,12 @@ const watch = require('node-watch') let jsPath = { get: './js/main.js', - put: './public/js/bundle.js' + put: './docs/js/bundle.js' } let cssPath = { get: './sass/style.sass', - put: './public/css/style.css' + put: './docs/css/style.css' } const jsfy = () => { diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..045ab1c --- /dev/null +++ b/docs/index.html @@ -0,0 +1,32 @@ + + + + + + MKRhere - Portfolio / Anu Rahul Nandhan + + + + +
+
+

Hi, I'm Muthu Kumar

+

a.k.a + + Anu Rahul Nandhan S + Anu Rahul Nandhan is indeed my legal name. I work under the pseudonym Muthu Kumar. + + +

+
+
+
+
+

Content

+

Is Coming

+
+
+ + + + \ No newline at end of file diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 045ab1c..0000000 --- a/public/index.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - MKRhere - Portfolio / Anu Rahul Nandhan - - - - -
-
-

Hi, I'm Muthu Kumar

-

a.k.a - - Anu Rahul Nandhan S - Anu Rahul Nandhan is indeed my legal name. I work under the pseudonym Muthu Kumar. - - -

-
-
-
-
-

Content

-

Is Coming

-
-
- - - - \ No newline at end of file