From 4b4e7f213937f2ac274bd0a7f7bf637cc7edc7f1 Mon Sep 17 00:00:00 2001 From: ShinJiSik Date: Sat, 8 Dec 2018 20:32:35 +0900 Subject: [PATCH 1/3] Update _config.yml --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 6579ac9c760..7e435fcdad5 100644 --- a/_config.yml +++ b/_config.yml @@ -1,14 +1,14 @@ # Site -title: Moon -bio: 'Minimal, one column jekyll theme.' -description: "Moon is a minimal, one column jekyll theme for your blog." +title: Be Coder +bio: 'Just Study Blog' +description: "Just write, read, practice" reading_time: true words_per_minute: 200 logo: 'assets/img/logo.png' background: 'assets/img/placeholder-big.jpg' tiled_bg: false # Set this true if you want to tile your background image, otherwise it will be covered locale: en_US -url: https://taylantatli.github.io/Moon +url: https://ShinJiSik.github.io/Moon # Jekyll permalink: /:title/ From 9a030f5afe30ce2c668e47d7992ca1dcb213d513 Mon Sep 17 00:00:00 2001 From: ShinJiSik Date: Sat, 8 Dec 2018 20:49:41 +0900 Subject: [PATCH 2/3] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 7e435fcdad5..cd5f8a6bfec 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ logo: 'assets/img/logo.png' background: 'assets/img/placeholder-big.jpg' tiled_bg: false # Set this true if you want to tile your background image, otherwise it will be covered locale: en_US -url: https://ShinJiSik.github.io/Moon +url: https://taylantatli.github.io/Moon/ # Jekyll permalink: /:title/ From bd21c56a8d1c98595d2048284c83524b2f5960e0 Mon Sep 17 00:00:00 2001 From: ShinJiSik Date: Sun, 26 Jan 2020 13:19:59 +0900 Subject: [PATCH 3/3] Set theme jekyll-theme-midnight --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index cd5f8a6bfec..f2c3b4dc65e 100644 --- a/_config.yml +++ b/_config.yml @@ -74,3 +74,5 @@ jekyll-mentions: # Exclude list exclude: [README.md, Gemfile, Gemfile.lock, node_modules, gulpfile.js, package.json, _site, src, vendor, CNAME, LICENSE, Rakefile] + +theme: jekyll-theme-midnight \ No newline at end of file