From 2ea544642b2eeb6ce6136f0476a58447084e6524 Mon Sep 17 00:00:00 2001 From: Abdullah KAVAKLI <72142708+abdullahkavakli@users.noreply.github.com> Date: Sat, 27 Mar 2021 01:22:54 +0300 Subject: [PATCH 1/5] add "view on github button" to indicate whether to add "view on github button" --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 635274fc..691bc810 100644 --- a/_config.yml +++ b/_config.yml @@ -3,3 +3,5 @@ description: Slate is a theme for GitHub Pages. show_downloads: true google_analytics: theme: jekyll-theme-slate +github: + is_project_page: ["true" or "false" to indicate whether to add "view on github button"] From 5d3a6a561e23e986a574dad8307982f72874dacd Mon Sep 17 00:00:00 2001 From: Abdullah KAVAKLI <72142708+abdullahkavakli@users.noreply.github.com> Date: Sat, 27 Mar 2021 01:31:16 +0300 Subject: [PATCH 2/5] add "view on github button" to indicate whether to add "view on github button" --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 691bc810..60d02df8 100644 --- a/_config.yml +++ b/_config.yml @@ -4,4 +4,4 @@ show_downloads: true google_analytics: theme: jekyll-theme-slate github: - is_project_page: ["true" or "false" to indicate whether to add "view on github button"] + is_project_page: true From c172c70250843069c66d03b543fe98831e348566 Mon Sep 17 00:00:00 2001 From: Abdullah KAVAKLI <72142708+abdullahkavakli@users.noreply.github.com> Date: Sat, 27 Mar 2021 01:57:44 +0300 Subject: [PATCH 3/5] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 60d02df8..c3e3a68d 100644 --- a/_config.yml +++ b/_config.yml @@ -4,4 +4,4 @@ show_downloads: true google_analytics: theme: jekyll-theme-slate github: - is_project_page: true + is_project_page: false From 31d1d55a42959c6628fedc200e0586ce2fdf28a8 Mon Sep 17 00:00:00 2001 From: Abdullah KAVAKLI <72142708+abdullahkavakli@users.noreply.github.com> Date: Thu, 1 Apr 2021 12:28:15 +0300 Subject: [PATCH 4/5] Update .rubocop.yml --- .rubocop.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 648dfb11..5849139b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,10 @@ AllCops: + NewCops: enable Exclude: - _site/**/* - -Metrics/LineLength: +Layout/LineLength: + Enabled: false +Gemspec/RequiredRubyVersion: + Enabled: false +Style/CaseLikeIf: Enabled: false From bbba9f9158436d95f36057e6b9851b23618e33df Mon Sep 17 00:00:00 2001 From: Abdullah KAVAKLI <72142708+abdullahkavakli@users.noreply.github.com> Date: Thu, 1 Apr 2021 12:28:36 +0300 Subject: [PATCH 5/5] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c3e3a68d..60d02df8 100644 --- a/_config.yml +++ b/_config.yml @@ -4,4 +4,4 @@ show_downloads: true google_analytics: theme: jekyll-theme-slate github: - is_project_page: false + is_project_page: true