From 12e88b56501bb807d38e90ca7b30be9171f4ddca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=A7=84?= <30318056+Kdj9384@users.noreply.github.com> Date: Wed, 29 Nov 2017 11:24:19 +0900 Subject: [PATCH 1/7] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 9815df8..c88cd6b 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ email: your-email@domain.com description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. -baseurl: "/clean" # the subpath of your site, e.g. /blog/ +baseurl: "/" # the subpath of your site, e.g. /blog/ url: "http://yourdomain.com" # the base hostname & protocol for your site twitter_username: jekyllrb github_username: jekyll From 180084cadd0e70fedd2fbd9b3e4984430e46929d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=A7=84?= <30318056+Kdj9384@users.noreply.github.com> Date: Wed, 29 Nov 2017 11:32:23 +0900 Subject: [PATCH 2/7] Update _config.yml --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c88cd6b..934ae5b 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,8 @@ description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. baseurl: "/" # the subpath of your site, e.g. /blog/ -url: "http://yourdomain.com" # the base hostname & protocol for your site +#url: "http://yourdomain.com" # the base hostname & protocol for your site +url: "http://kdj9384.github.io" twitter_username: jekyllrb github_username: jekyll From e9ae18279a3462f95b38ed61415f3c30244d6552 Mon Sep 17 00:00:00 2001 From: djangoP Date: Wed, 29 Nov 2017 11:55:47 +0900 Subject: [PATCH 3/7] modify clean-theme --- _posts/2015-09-26-clean-theme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2015-09-26-clean-theme.md b/_posts/2015-09-26-clean-theme.md index 960b46d..9dceb63 100644 --- a/_posts/2015-09-26-clean-theme.md +++ b/_posts/2015-09-26-clean-theme.md @@ -1,8 +1,8 @@ --- layout: post -title: "A Clean Jekyll theme" +title: "강동진 theme" date: 2015-09-26 18:51:59 -categories: jekyll update +categories: Non --- ##Subheading Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec at mauris ante. Cras sit amet porta quam. Donec eu gravida elit. Sed a diam eget sem lacinia maximus vel et elit. Nullam id egestas nulla. Duis dapibus at quam eu dapibus. Maecenas ullamcorper placerat eros, eu posuere enim bibendum eget. Phasellus mollis enim molestie tortor aliquam, nec auctor ligula `fringilla`. @@ -33,7 +33,7 @@ func main() { - Go to Sleep ##Links -[This link](http://example.net/) has no title attribute. +[This link](http://naver.com/) has no title attribute. From 63cca083c2edd2cda7ba7f8044cbe742e223ec1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=A7=84?= <30318056+Kdj9384@users.noreply.github.com> Date: Wed, 29 Nov 2017 12:34:21 +0900 Subject: [PATCH 4/7] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 934ae5b..d84ec7e 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ email: your-email@domain.com description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. -baseurl: "/" # the subpath of your site, e.g. /blog/ +baseurl: / #url: "http://yourdomain.com" # the base hostname & protocol for your site url: "http://kdj9384.github.io" twitter_username: jekyllrb From 5ffd97a5dbc6e9f74a41f53d27664bfcca4e6831 Mon Sep 17 00:00:00 2001 From: eeppeeoo <33884946+eeppeeoo@users.noreply.github.com> Date: Wed, 29 Nov 2017 12:34:47 +0900 Subject: [PATCH 5/7] Update 2015-09-26-clean-theme.md --- _posts/2015-09-26-clean-theme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_posts/2015-09-26-clean-theme.md b/_posts/2015-09-26-clean-theme.md index 9dceb63..0a4547e 100644 --- a/_posts/2015-09-26-clean-theme.md +++ b/_posts/2015-09-26-clean-theme.md @@ -4,6 +4,12 @@ title: "강동진 theme" date: 2015-09-26 18:51:59 categories: Non --- +--- +layout: post +title: " theme" +date: 2015-09-26 18:51:59 +categories: Non +--- ##Subheading Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec at mauris ante. Cras sit amet porta quam. Donec eu gravida elit. Sed a diam eget sem lacinia maximus vel et elit. Nullam id egestas nulla. Duis dapibus at quam eu dapibus. Maecenas ullamcorper placerat eros, eu posuere enim bibendum eget. Phasellus mollis enim molestie tortor aliquam, nec auctor ligula `fringilla`. From 7c5477b0025f77f4c81cb7a6b6d9e5c5584b3f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=A7=84?= <30318056+Kdj9384@users.noreply.github.com> Date: Wed, 29 Nov 2017 12:35:17 +0900 Subject: [PATCH 6/7] Update _config.yml --- _config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index d84ec7e..85f220a 100644 --- a/_config.yml +++ b/_config.yml @@ -5,8 +5,7 @@ description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. baseurl: / -#url: "http://yourdomain.com" # the base hostname & protocol for your site -url: "http://kdj9384.github.io" +url: "http://yourdomain.com" twitter_username: jekyllrb github_username: jekyll From 741aecaf0693dcc3942136230fde705f48530e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=A7=84?= <30318056+Kdj9384@users.noreply.github.com> Date: Wed, 29 Nov 2017 12:36:53 +0900 Subject: [PATCH 7/7] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 85f220a..52cfcde 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. baseurl: / -url: "http://yourdomain.com" +url: "http://Kdj9384.github.io" twitter_username: jekyllrb github_username: jekyll