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 @@ -->
+ + +