update submodule

This commit is contained in:
2020-09-26 22:45:16 +08:00
parent 720c8d0eff
commit 2e9cffa576
5 changed files with 22 additions and 6 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
[submodule "themes/hexo-theme-next"]
path = themes/hexo-theme-next
url = https://github.com/theme-next/hexo-theme-next.git
[submodule "next"]
path = themes/next
url = ssh://git@git.tsanie.org:9022/tsanie/hexo-theme-next.git
+5 -2
View File
@@ -13,7 +13,7 @@ timezone: Asia/Chongqing
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://tsanie.us
url: https://tsanie.org
root: /
permalink: :year/:month/:day/:title/
permalink_defaults:
@@ -32,7 +32,10 @@ skip_render:
new_post_name: :title.md # File name of new posts
default_layout: post
titlecase: false # Transform title into titlecase
external_link: true # Open external links in new tab
external_link: # Open external links in new tab
enable: true
field: site
exclude: []
filename_case: 0
render_drafts: false
post_asset_folder: true
+13
View File
@@ -0,0 +1,13 @@
.posts-expand {
.post-title {
font-size: 1.6em;
+mobile() {
font-size: 1.4em;
}
}
}
code, kbd, samp {
font-size: 0.9em;
}
Submodule
+1
Submodule themes/next added at 09678022d5