mirror of
https://github.com/thangisme/notes.git
synced 2024-12-30 12:16:31 -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
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-katex"
|
||||
gem "jekyll-sitemap"
|
||||
end
|
@ -16,7 +16,7 @@
|
||||
title: Quang Thắng
|
||||
description: Trang ghi chú cá nhân
|
||||
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
|
||||
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:
|
||||
- jekyll-seo-tag
|
||||
- jekyll-katex
|
||||
- jekyll-sitemap
|
||||
|
||||
kramdown:
|
||||
syntax_highlighter_opts:
|
||||
|
Loading…
Reference in New Issue
Block a user