🔥 🚚 Remove no used code & rename startup shell script file name.

This commit is contained in:
凡梦星尘 2022-10-12 20:06:14 +08:00
parent e4cb4f0188
commit e0cfe0c50c
3 changed files with 1 additions and 5 deletions

2
.gitignore vendored
View File

@ -20,7 +20,7 @@ exampleSite/content/**/
# Exclude special files # Exclude special files
!exampleSite/config.yaml !exampleSite/config.yaml
!exampleSite/start.sh !exampleSite/startup.sh
data/* data/*
!data/config.yaml !data/config.yaml

View File

@ -39,10 +39,6 @@ markup:
renderer: renderer:
unsafe: true unsafe: true
highlight: highlight:
# codeFences: true
# lineNos: true
# lineNumbersInTable: true
# noClasses: true
# # 高亮代码的样式名称可选monokai | emacs | api | dracula | friendly # # 高亮代码的样式名称可选monokai | emacs | api | dracula | friendly
# # 更多的样式https://xyproto.github.io/splash/docs/all.html # # 更多的样式https://xyproto.github.io/splash/docs/all.html
# # Highlight style: monokai | emacs | api | dracula | friendly # # Highlight style: monokai | emacs | api | dracula | friendly