From e0cfe0c50cddd7486c9bedf6dd0397bfd294811b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Wed, 12 Oct 2022 20:06:14 +0800 Subject: [PATCH] :fire: :truck: Remove no used code & rename startup shell script file name. --- .gitignore | 2 +- exampleSite/config.yaml | 4 ---- exampleSite/{start.sh => startup.sh} | 0 3 files changed, 1 insertion(+), 5 deletions(-) rename exampleSite/{start.sh => startup.sh} (100%) diff --git a/.gitignore b/.gitignore index 79be2e0..ab32304 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ exampleSite/content/**/ # Exclude special files !exampleSite/config.yaml -!exampleSite/start.sh +!exampleSite/startup.sh data/* !data/config.yaml diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index c6b9d5b..b113bff 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -39,10 +39,6 @@ markup: renderer: unsafe: true highlight: - # codeFences: true - # lineNos: true - # lineNumbersInTable: true - # noClasses: true # # 高亮代码的样式名称,可选:monokai | emacs | api | dracula | friendly # # 更多的样式:https://xyproto.github.io/splash/docs/all.html # # Highlight style: monokai | emacs | api | dracula | friendly diff --git a/exampleSite/start.sh b/exampleSite/startup.sh similarity index 100% rename from exampleSite/start.sh rename to exampleSite/startup.sh