diff --git a/CoderSherlock/public/404.html b/CoderSherlock/public/404.html
new file mode 100644
index 0000000..e69de29
diff --git a/CoderSherlock/public/categories/index.html b/CoderSherlock/public/categories/index.html
new file mode 100644
index 0000000..5998caf
--- /dev/null
+++ b/CoderSherlock/public/categories/index.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Categories - My New Hugo Site
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/CoderSherlock/public/css/custom.css b/CoderSherlock/public/css/custom.css
new file mode 100644
index 0000000..e69de29
diff --git a/CoderSherlock/public/css/styles.css b/CoderSherlock/public/css/styles.css
new file mode 100644
index 0000000..0798f1b
--- /dev/null
+++ b/CoderSherlock/public/css/styles.css
@@ -0,0 +1,351 @@
+/*
+ * #eceff1
+ * #b0bec5
+ * #78909c
+ */
+
+/* Reset */
+html {
+ font-size: 16px;
+}
+
+body {
+ font-family: "Noticia Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
+ font-size: inherit;
+ font-size: inherit;
+ color: #000;
+ line-height: 1rem;
+ background-color: #eceff1;
+}
+
+a {
+ color: #000;
+}
+
+a:hover, a:focus, a:active {
+ color: #000;
+ text-decoration: none;
+}
+
+p {
+ margin: 0;
+}
+
+ul, ol {
+ padding: 0;
+ padding-left: 1.5rem;
+}
+
+li {
+ line-height: 1.5rem;
+}
+
+img {
+ width: 100%;
+}
+
+h1, h2, h3, h4, h5 ,h6 { margin: 0; }
+h1 { font-size: 1.6rem; line-height: 2rem; }
+h2 { font-size: 1.3rem; line-height: 2rem; }
+h3 { font-size: 1.1rem; line-height: 2rem; }
+h4 { font-size: 1rem; line-height: 1rem; }
+h5 { font-size: 1rem; line-height: 1rem; }
+
+@media (max-width: 768px) {
+ h1 { font-size: 1.4rem; line-height: 1.5rem; }
+ h2 { font-size: 1.2rem; line-height: 1.5rem; }
+}
+
+
+/* Override */
+#TableOfContents {
+ font-size: .8rem;
+ line-height: 1.5rem;
+}
+
+#TableOfContents a {
+ display: block;
+}
+
+#TableOfContents ul ul a {
+ text-decoration: none;
+}
+
+#TableOfContents>ul {
+ padding-left: 0;
+ list-style: none;
+}
+
+#TableOfContents>ul>li {
+ font-weight: 900;
+ margin-bottom: 1rem;
+}
+
+#TableOfContents>ul ul {
+ padding-left: 0;
+ font-weight: normal;
+ list-style: none;
+}
+
+#TableOfContents>ul ul ul {
+ padding-left: 1rem;
+ list-style: none;
+}
+
+/* Layouts */
+.l-header {
+ background-color: #fff;
+ padding: 1.5rem 0;
+ text-align: center;
+ margin-bottom: 2rem;
+}
+
+.l-footer {
+ margin-top: 4rem;
+ padding: 1rem 0;
+ font-size: .8rem;
+ color: #b0bec5;
+ text-align: center;
+}
+
+.l-footer a {
+ color: #78909c;
+}
+
+/* Parts:logo */
+.p-logo a {
+ font-family: 'Marcellus SC', cursive;
+ font-size: 2rem;
+}
+
+/* Parts:menu */
+.p-menu {
+ line-height: 1.5rem;
+}
+
+.p-menu a {
+ display: block;
+}
+
+.p-menu ul {
+ font-size: .8rem;
+ list-style: none;
+ padding-left: 0;
+}
+
+.p-menu ul a {
+ text-decoration: none;
+}
+
+.p-menu ul ul {
+ padding-left: 1rem;
+}
+
+/* Parts:share */
+.p-share {
+ text-align: center;
+}
+
+.p-share a {
+ display: inline-block;
+ width: 2rem;
+ height: 2rem;
+ line-height: 2rem;
+ background-color: #263238;
+ border-radius: 100%;
+ color: #eceff1;
+ margin: 0 .5rem;
+}
+
+/* Parts:page-title */
+.p-page-title {
+ margin-bottom: 2rem;
+}
+
+/* Parts:paging */
+.p-paging a {
+ display: inline-block;
+ line-height: 2rem;
+ padding: 0 1rem;
+ background-color: #b0bec5;
+ margin-right: .5rem;
+}
+
+/* Parts:section */
+section {
+ margin-bottom: 2rem;
+}
+
+section>header {
+ margin-bottom: .5rem;
+ text-transform: uppercase;
+ font-weight: 700;
+}
+
+section>div {
+ font-size: .8rem;
+}
+
+/* Parts:article */
+article {
+ word-break: break-all;
+}
+
+article>a {
+ display: block;
+}
+
+article .image {
+ background-size: cover;
+ background-position: center;
+}
+
+article .date {
+ font-size: .8rem;
+}
+
+/* Parts:article:li */
+article.li {
+ margin-bottom: .5rem;
+}
+
+article.li .image {
+ float: left;
+ width: 2.5rem;
+ height: 2.5rem;
+}
+
+article.li footer {
+ display: table-cell;
+ height: 2.5rem;
+ vertical-align: middle;
+ padding-left: .5rem;
+}
+
+article.li .date {
+ font-size: .7rem;
+}
+
+article.li .title {
+ font-size: .8rem;
+ line-height: 1rem;
+ font-weight: 700;
+}
+
+/* Parts:article:grid */
+article.grid {
+ margin-bottom: 2rem;
+ background-color: #fff;
+ height: 24rem;
+ max-height: 24rem;
+ overflow: hidden;
+}
+
+article.grid .image {
+ min-height: 12rem;
+}
+
+article.grid .title {
+ margin-bottom: .5rem;
+ font-size: 1.2rem;
+ line-height: 1.5rem;
+ max-height: 4.5rem;
+ overflow: hidden;
+}
+
+article.grid .summary {
+ color: #333;
+ max-height: 4rem;
+ overflow: hidden;
+}
+
+article.grid footer {
+ padding: 1rem;
+}
+
+/* Parts:article:single */
+article.single {
+ margin-bottom: 2rem;
+ padding-bottom: 2rem;
+ background-color: #fff;
+}
+
+article.single .image {
+ min-height: 24rem;
+}
+
+@media (max-width: 768px) {
+ article.single .image {
+ min-height: 12rem;
+ }
+}
+
+article.single aside {
+ padding: 0 1rem;
+}
+
+article.single .body {
+ margin: 0 auto;
+ margin-bottom: 2rem;
+ padding: 0 2rem;
+}
+
+@media (max-width: 768px) {
+ article.single .body {
+ padding: 0 1rem;
+ }
+}
+
+article.single .body a {
+ color: #78909c;
+ text-decoration: underline;
+}
+
+article.single .body p {
+ margin: 1rem 0;
+ line-height: 1.5rem;
+}
+
+article.single .body pre {
+ margin: 1rem -2rem;
+ border-radius: 0;
+ padding: 0;
+ border: none;
+ font-size: .7rem;
+ line-height: 1rem;
+}
+
+article.single .body pre code {
+ padding: 1rem 2rem;
+}
+
+@media (max-width: 768px) {
+ article.single .body pre {
+ margin: 1rem -1rem;
+ }
+ article.single .body pre code {
+ padding: 1rem 1rem;
+ }
+}
+
+article.single .body p>code {
+ font-size: .8rem;
+ line-height: 1rem;
+ background-color: #eceff1;
+ color: #78909c;
+}
+
+article.single .body h1 { margin: 2rem 0; font-weight: 700; }
+article.single .body h2 { margin: 2rem 0; font-weight: 700; }
+article.single .body h3 { margin: 1rem 0; font-weight: 700; }
+
+/* Helpers */
+ul.h-inline,
+ol.h-inline {
+ padding-left: 0;
+}
+
+.h-inline li {
+ display: inline-block;
+ margin-right: .5rem;
+}
diff --git a/CoderSherlock/public/images/default.jpg b/CoderSherlock/public/images/default.jpg
new file mode 100644
index 0000000..1fde8e1
Binary files /dev/null and b/CoderSherlock/public/images/default.jpg differ
diff --git a/CoderSherlock/public/index.html b/CoderSherlock/public/index.html
new file mode 100644
index 0000000..f105579
--- /dev/null
+++ b/CoderSherlock/public/index.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My New Hugo Site
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/CoderSherlock/public/index.xml b/CoderSherlock/public/index.xml
new file mode 100644
index 0000000..4d95ed5
--- /dev/null
+++ b/CoderSherlock/public/index.xml
@@ -0,0 +1,14 @@
+
+
+
+ My New Hugo Site
+ https://CoderSherlock.github.io/
+ en-us
+
+ (C) 1
+ 0001-01-01 00:00:00 +0000 UTC
+
+
+
+
+
diff --git a/CoderSherlock/public/page/1/index.html b/CoderSherlock/public/page/1/index.html
new file mode 100644
index 0000000..a0e0697
--- /dev/null
+++ b/CoderSherlock/public/page/1/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/CoderSherlock/public/sitemap.xml b/CoderSherlock/public/sitemap.xml
new file mode 100644
index 0000000..7e72caf
--- /dev/null
+++ b/CoderSherlock/public/sitemap.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ https://codersherlock.github.io/
+
+
+
\ No newline at end of file
diff --git a/CoderSherlock/public/tags/index.html b/CoderSherlock/public/tags/index.html
new file mode 100644
index 0000000..e917b13
--- /dev/null
+++ b/CoderSherlock/public/tags/index.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tags - My New Hugo Site
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/categories/index.html b/categories/index.html
new file mode 100644
index 0000000..5998caf
--- /dev/null
+++ b/categories/index.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Categories - My New Hugo Site
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/css/custom.css b/css/custom.css
new file mode 100644
index 0000000..e69de29
diff --git a/css/styles.css b/css/styles.css
new file mode 100644
index 0000000..0798f1b
--- /dev/null
+++ b/css/styles.css
@@ -0,0 +1,351 @@
+/*
+ * #eceff1
+ * #b0bec5
+ * #78909c
+ */
+
+/* Reset */
+html {
+ font-size: 16px;
+}
+
+body {
+ font-family: "Noticia Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
+ font-size: inherit;
+ font-size: inherit;
+ color: #000;
+ line-height: 1rem;
+ background-color: #eceff1;
+}
+
+a {
+ color: #000;
+}
+
+a:hover, a:focus, a:active {
+ color: #000;
+ text-decoration: none;
+}
+
+p {
+ margin: 0;
+}
+
+ul, ol {
+ padding: 0;
+ padding-left: 1.5rem;
+}
+
+li {
+ line-height: 1.5rem;
+}
+
+img {
+ width: 100%;
+}
+
+h1, h2, h3, h4, h5 ,h6 { margin: 0; }
+h1 { font-size: 1.6rem; line-height: 2rem; }
+h2 { font-size: 1.3rem; line-height: 2rem; }
+h3 { font-size: 1.1rem; line-height: 2rem; }
+h4 { font-size: 1rem; line-height: 1rem; }
+h5 { font-size: 1rem; line-height: 1rem; }
+
+@media (max-width: 768px) {
+ h1 { font-size: 1.4rem; line-height: 1.5rem; }
+ h2 { font-size: 1.2rem; line-height: 1.5rem; }
+}
+
+
+/* Override */
+#TableOfContents {
+ font-size: .8rem;
+ line-height: 1.5rem;
+}
+
+#TableOfContents a {
+ display: block;
+}
+
+#TableOfContents ul ul a {
+ text-decoration: none;
+}
+
+#TableOfContents>ul {
+ padding-left: 0;
+ list-style: none;
+}
+
+#TableOfContents>ul>li {
+ font-weight: 900;
+ margin-bottom: 1rem;
+}
+
+#TableOfContents>ul ul {
+ padding-left: 0;
+ font-weight: normal;
+ list-style: none;
+}
+
+#TableOfContents>ul ul ul {
+ padding-left: 1rem;
+ list-style: none;
+}
+
+/* Layouts */
+.l-header {
+ background-color: #fff;
+ padding: 1.5rem 0;
+ text-align: center;
+ margin-bottom: 2rem;
+}
+
+.l-footer {
+ margin-top: 4rem;
+ padding: 1rem 0;
+ font-size: .8rem;
+ color: #b0bec5;
+ text-align: center;
+}
+
+.l-footer a {
+ color: #78909c;
+}
+
+/* Parts:logo */
+.p-logo a {
+ font-family: 'Marcellus SC', cursive;
+ font-size: 2rem;
+}
+
+/* Parts:menu */
+.p-menu {
+ line-height: 1.5rem;
+}
+
+.p-menu a {
+ display: block;
+}
+
+.p-menu ul {
+ font-size: .8rem;
+ list-style: none;
+ padding-left: 0;
+}
+
+.p-menu ul a {
+ text-decoration: none;
+}
+
+.p-menu ul ul {
+ padding-left: 1rem;
+}
+
+/* Parts:share */
+.p-share {
+ text-align: center;
+}
+
+.p-share a {
+ display: inline-block;
+ width: 2rem;
+ height: 2rem;
+ line-height: 2rem;
+ background-color: #263238;
+ border-radius: 100%;
+ color: #eceff1;
+ margin: 0 .5rem;
+}
+
+/* Parts:page-title */
+.p-page-title {
+ margin-bottom: 2rem;
+}
+
+/* Parts:paging */
+.p-paging a {
+ display: inline-block;
+ line-height: 2rem;
+ padding: 0 1rem;
+ background-color: #b0bec5;
+ margin-right: .5rem;
+}
+
+/* Parts:section */
+section {
+ margin-bottom: 2rem;
+}
+
+section>header {
+ margin-bottom: .5rem;
+ text-transform: uppercase;
+ font-weight: 700;
+}
+
+section>div {
+ font-size: .8rem;
+}
+
+/* Parts:article */
+article {
+ word-break: break-all;
+}
+
+article>a {
+ display: block;
+}
+
+article .image {
+ background-size: cover;
+ background-position: center;
+}
+
+article .date {
+ font-size: .8rem;
+}
+
+/* Parts:article:li */
+article.li {
+ margin-bottom: .5rem;
+}
+
+article.li .image {
+ float: left;
+ width: 2.5rem;
+ height: 2.5rem;
+}
+
+article.li footer {
+ display: table-cell;
+ height: 2.5rem;
+ vertical-align: middle;
+ padding-left: .5rem;
+}
+
+article.li .date {
+ font-size: .7rem;
+}
+
+article.li .title {
+ font-size: .8rem;
+ line-height: 1rem;
+ font-weight: 700;
+}
+
+/* Parts:article:grid */
+article.grid {
+ margin-bottom: 2rem;
+ background-color: #fff;
+ height: 24rem;
+ max-height: 24rem;
+ overflow: hidden;
+}
+
+article.grid .image {
+ min-height: 12rem;
+}
+
+article.grid .title {
+ margin-bottom: .5rem;
+ font-size: 1.2rem;
+ line-height: 1.5rem;
+ max-height: 4.5rem;
+ overflow: hidden;
+}
+
+article.grid .summary {
+ color: #333;
+ max-height: 4rem;
+ overflow: hidden;
+}
+
+article.grid footer {
+ padding: 1rem;
+}
+
+/* Parts:article:single */
+article.single {
+ margin-bottom: 2rem;
+ padding-bottom: 2rem;
+ background-color: #fff;
+}
+
+article.single .image {
+ min-height: 24rem;
+}
+
+@media (max-width: 768px) {
+ article.single .image {
+ min-height: 12rem;
+ }
+}
+
+article.single aside {
+ padding: 0 1rem;
+}
+
+article.single .body {
+ margin: 0 auto;
+ margin-bottom: 2rem;
+ padding: 0 2rem;
+}
+
+@media (max-width: 768px) {
+ article.single .body {
+ padding: 0 1rem;
+ }
+}
+
+article.single .body a {
+ color: #78909c;
+ text-decoration: underline;
+}
+
+article.single .body p {
+ margin: 1rem 0;
+ line-height: 1.5rem;
+}
+
+article.single .body pre {
+ margin: 1rem -2rem;
+ border-radius: 0;
+ padding: 0;
+ border: none;
+ font-size: .7rem;
+ line-height: 1rem;
+}
+
+article.single .body pre code {
+ padding: 1rem 2rem;
+}
+
+@media (max-width: 768px) {
+ article.single .body pre {
+ margin: 1rem -1rem;
+ }
+ article.single .body pre code {
+ padding: 1rem 1rem;
+ }
+}
+
+article.single .body p>code {
+ font-size: .8rem;
+ line-height: 1rem;
+ background-color: #eceff1;
+ color: #78909c;
+}
+
+article.single .body h1 { margin: 2rem 0; font-weight: 700; }
+article.single .body h2 { margin: 2rem 0; font-weight: 700; }
+article.single .body h3 { margin: 1rem 0; font-weight: 700; }
+
+/* Helpers */
+ul.h-inline,
+ol.h-inline {
+ padding-left: 0;
+}
+
+.h-inline li {
+ display: inline-block;
+ margin-right: .5rem;
+}
diff --git a/images/default.jpg b/images/default.jpg
new file mode 100644
index 0000000..1fde8e1
Binary files /dev/null and b/images/default.jpg differ
diff --git a/index.html b/index.html
index e69de29..f105579 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My New Hugo Site
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/index.xml b/index.xml
index 7f00cd7..4d95ed5 100644
--- a/index.xml
+++ b/index.xml
@@ -1,12 +1,14 @@
- My New Hugo Site
- http://localhost:1313/
- Recent content on My New Hugo Site
- Hugo -- gohugo.io
+ My New Hugo Site
+ https://CoderSherlock.github.io/
en-us
-
+
+ (C) 1
+ 0001-01-01 00:00:00 +0000 UTC
+
+
-
\ No newline at end of file
+
diff --git a/page/1/index.html b/page/1/index.html
new file mode 100644
index 0000000..a0e0697
--- /dev/null
+++ b/page/1/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 1ce2ddd..7e72caf 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,7 +2,7 @@
- http://localhost:1313/
+ https://codersherlock.github.io/
\ No newline at end of file
diff --git a/tags/index.html b/tags/index.html
new file mode 100644
index 0000000..e917b13
--- /dev/null
+++ b/tags/index.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tags - My New Hugo Site
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+