diff --git a/Gemfile b/Gemfile index 7103984..b83857d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,17 +1,17 @@ -source 'https://rubygems.org' +source "https://rubygems.org" -gem 'jekyll', '>=3.8.6' +gem "jekyll", ">=3.8.6" # Official Plugins group :jekyll_plugins do - gem 'jekyll-paginate' - gem 'jekyll-redirect-from' - gem 'jekyll-seo-tag' + gem "jekyll-paginate" + gem "jekyll-redirect-from" + gem "jekyll-seo-tag", "~> 2.6.1" end group :test do - gem 'html-proofer' + gem "html-proofer" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] +gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/_config.yml b/_config.yml index 37e24b1..f99c78a 100644 --- a/_config.yml +++ b/_config.yml @@ -8,16 +8,19 @@ # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md #-------------------------- -title: Chirpy +title: Chirpy # the main title -description: 'A text-focused Jekyll theme.' +tagline: A text-focused Jekyll theme. # it will display as the sub-title + +description: >- # used by seo meta and the atom feed + A minimal, portfolio, sidebar, bootstrap Jekyll theme with responsive web design and focuses on text presentation. # Replace with your domain, e.g. 'https://username.github.io' -url: 'https://www.example.com' +url: 'protocol://domain' author: your_full_name # change to your full name -avatar: /assets/img/sample/avatar.jpg # Support network resources. +avatar: /assets/img/sample/avatar.jpg # support internet resources github: username: github_username # change to your github username diff --git a/_includes/head.html b/_includes/head.html index aaa4f2e..4a0e010 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,6 +7,9 @@ --> + + + {%- if page.layout == "home" -%} {{- site.title -}} @@ -14,8 +17,6 @@ {{ page.title }} | {{ site.title }} {%- endif -%} - - {% seo title=false %} diff --git a/_includes/sidebar.html b/_includes/sidebar.html index b2066d3..9e5ab00 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -23,7 +23,7 @@
{{- site.title -}}
-
{{ site.description }}
+
{{- site.tagline -}}
diff --git a/index.html b/index.html index cfecc6c..e105ba9 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,5 @@ --- layout: home -title: Home breadcrumb: - label: Posts