From d3a169a7377a96583e756ac84ab170b9cb87c240 Mon Sep 17 00:00:00 2001 From: merrylin Date: Fri, 6 Sep 2019 16:46:56 +0800 Subject: [PATCH 1/4] initial commit --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 602b17d..aedccb0 100755 --- a/index.html +++ b/index.html @@ -5,5 +5,6 @@

HELLO WORLD

I'm merrylin

+

it's cool

\ No newline at end of file From 761f90fd7c18b80460de8143553790f1a6c84423 Mon Sep 17 00:00:00 2001 From: merrylin77 <54970147+merrylin77@users.noreply.github.com> Date: Fri, 6 Sep 2019 16:53:58 +0800 Subject: [PATCH 2/4] Set theme jekyll-theme-architect --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..3397c9a --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-architect \ No newline at end of file From a7b56db6b738481327249dfd98c45e328b03a9a4 Mon Sep 17 00:00:00 2001 From: merrylin77 <54970147+merrylin77@users.noreply.github.com> Date: Fri, 6 Sep 2019 16:56:38 +0800 Subject: [PATCH 3/4] Set theme jekyll-theme-architect From 477a7431abdd5894c1f9eaba2e726ddd0be64b55 Mon Sep 17 00:00:00 2001 From: merrylin Date: Wed, 18 Sep 2019 17:47:43 +0800 Subject: [PATCH 4/4] Update _config.yml test --- _config.yml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3397c9a..b272383 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,23 @@ -theme: jekyll-theme-architect \ No newline at end of file +# Site settings +title: merrylin +email: somename@somedomain.com +description: "Just Another Jekyll Theme" +logo_location: "http://bpic.588ku.com/element_pic/00/16/07/20578f8f6784b6a.jpg" + +#baseurl: "" # the subpath of your site, e.g. /blog/ +#url: "" # the base hostname & protocol for your site + +# Build settings +markdown: kramdown +kramdown: + input: GFM + +highlighter: rouge + +#Other Global Configuration +exclude: ['README.md'] + +excerpt_separator: + +#show the jumbotron header on index page +show_blog_header: true