move cmd to nunjucks & update hexo to 6.0.0

Other changes:
* minor fix to the display for code blocks
* remove floating when hover on cards
* replace the list of tags and categories to the index page one
* small change on the title of tags' and categories' pages
This commit is contained in:
thisLight 2021-12-31 18:07:40 +08:00
parent 4abb723445
commit 781759d545
23 changed files with 440 additions and 547 deletions

View file

@ -31,4 +31,11 @@ main
padding-bottom: 0 !important
.entry ul li
list-style-type: square !important
list-style-type: square !important
/* Override code block */
figure.highlight > table > tbody > tr > td
padding: 0
figure.highlight table tbody tr:last-child td
padding-bottom: 0