diff --git a/Gemfile b/Gemfile index bc9723e..bcb3786 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ source "https://rubygems.org" # gem "rails" gem "jekyll" - -gem 'jekyll-sitemap' \ No newline at end of file +gem 'jekyll-sitemap' +gem 'jekyll-seo-tag' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index ef1f9de..9988712 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,6 +33,8 @@ GEM webrick (~> 1.7) jekyll-sass-converter (3.0.0) sass-embedded (~> 1.54) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) @@ -68,6 +70,7 @@ PLATFORMS DEPENDENCIES jekyll + jekyll-seo-tag jekyll-sitemap BUNDLED WITH diff --git a/_config.yml b/_config.yml index 76442a3..819e4aa 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,29 @@ +sass: + style: compressed + +# url: "https://kirisoup.github.io" + +plugins: + - jekyll-sitemap + - jekyll-seo-tag + permalink: /:categories/:title defaults: - scope: - path: "" # an empty string here means all files in the project + path: "" values: layout: "default" + author: Kirisame Soup ☆ -sass: - style: compressed + +title: 霧雨蘑菇店 + +tagline: 霧雨蘑菇汤的互联网小角落 + +description: 这里是霧雨蘑菇汤的互联网小角落,本店提供:最新最好的 IBM 计算机、旋转 fumo、畅销书籍、魔法金属,细心发掘的话还可以发现更多有意思的稀奇玩意~ + +author: KirisameSoup + +locale: zh_CN \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index bc7992b..1516a2d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,13 +4,20 @@ -