mirror of
https://github.com/thangisme/notes.git
synced 2025-01-17 15:16:37 -05:00
Thêm sơ đồ trang
This commit is contained in:
parent
23d48daee6
commit
8754499b4c
1
Gemfile
1
Gemfile
@ -2,4 +2,5 @@ source "https://rubygems.org"
|
|||||||
gemspec
|
gemspec
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
gem "jekyll-katex"
|
gem "jekyll-katex"
|
||||||
|
gem "jekyll-sitemap"
|
||||||
end
|
end
|
@ -16,7 +16,7 @@
|
|||||||
title: Quang Thắng
|
title: Quang Thắng
|
||||||
description: Trang ghi chú cá nhân
|
description: Trang ghi chú cá nhân
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://notes.quangthang.men" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
|
|
||||||
permalink: pretty
|
permalink: pretty
|
||||||
exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile"
|
exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile"
|
||||||
@ -115,6 +115,7 @@ katex:
|
|||||||
plugins:
|
plugins:
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
- jekyll-katex
|
- jekyll-katex
|
||||||
|
- jekyll-sitemap
|
||||||
|
|
||||||
kramdown:
|
kramdown:
|
||||||
syntax_highlighter_opts:
|
syntax_highlighter_opts:
|
||||||
|
Loading…
Reference in New Issue
Block a user