From 50260e996b7a7f9885731c02ea68f24355e4a5db Mon Sep 17 00:00:00 2001 From: YAMANE Toshiaki Date: Mon, 21 Apr 2014 16:16:08 +0900 Subject: [PATCH 1/4] Update index.md Delete tagline text --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index e9d0ac2..4dc1dd9 100644 --- a/index.md +++ b/index.md @@ -1,7 +1,7 @@ --- layout: page title: OkinawaDevOps -tagline: Supporting tagline +tagline: --- {% include JB/setup %} From b58c9037f4b49d419b6d82472cd647b7b7a152cf Mon Sep 17 00:00:00 2001 From: YAMANE Toshiaki Date: Mon, 21 Apr 2014 16:21:05 +0900 Subject: [PATCH 2/4] Modify _config.yml --- _config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 17bd3e2..e592d0c 100644 --- a/_config.yml +++ b/_config.yml @@ -8,14 +8,14 @@ pygments: true # Themes are encouraged to use these universal variables # so be sure to set them if your theme uses them. # -title : Jekyll Bootstrap +title : Okinawa DevOps tagline: Site Tagline author : - name : Name Lastname - email : blah@email.test - github : username - twitter : username - feedburner : feedname + name : OkinawaDevops + email : + github : okinawadevops + twitter : + feedburner : # The production_url is only used when full-domain names are needed # such as sitemap.txt @@ -25,7 +25,7 @@ author : # Else if you are pushing to username.github.io, replace with your username. # Finally if you are pushing to a GitHub project page, include the project name at the end. # -production_url : http://username.github.io +production_url : http://okinawadevops.github.io # All Jekyll-Bootstrap specific configurations are namespaced into this hash # From 5fa9255811586de2b687a2e35ed101f8d38d3630 Mon Sep 17 00:00:00 2001 From: YAMANE Toshiaki Date: Mon, 21 Apr 2014 22:27:25 +0900 Subject: [PATCH 3/4] Update _config.yml Modify production_url _http_ to _https_ --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index e592d0c..05f1934 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ author : # Else if you are pushing to username.github.io, replace with your username. # Finally if you are pushing to a GitHub project page, include the project name at the end. # -production_url : http://okinawadevops.github.io +production_url : https://okinawadevops.github.io # All Jekyll-Bootstrap specific configurations are namespaced into this hash # From 6b237e0c77fec92c0b462d1c9892503c728c7058 Mon Sep 17 00:00:00 2001 From: YAMANE Toshiaki Date: Mon, 21 Apr 2014 22:29:18 +0900 Subject: [PATCH 4/4] Update _config.yml Fix author.name --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 05f1934..0dc7282 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ pygments: true title : Okinawa DevOps tagline: Site Tagline author : - name : OkinawaDevops + name : OkinawaDevOps email : github : okinawadevops twitter :