Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ThemeTony/hugo-theme-tony.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFFRaycoder <nn_201312@163.com>2020-05-23 07:49:25 +0300
committerFFRaycoder <nn_201312@163.com>2020-05-23 07:49:25 +0300
commit1e62ebdfca642b762b31fb20aa5c22fca006fce7 (patch)
treeab7bb6c52984ffa6e8ab2739c440cc0ec2ba38f3
parentccfd805540a610a081704d5bc8b58117bafba237 (diff)
rm wrong config
-rw-r--r--deploysrc.bat8
-rw-r--r--exampleSite/config.toml10
2 files changed, 5 insertions, 13 deletions
diff --git a/deploysrc.bat b/deploysrc.bat
deleted file mode 100644
index d1dde3c..0000000
--- a/deploysrc.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off
-git add -A
-echo Commit:
-set /p commit=
-::echo %commit%
-git commit -m "%commit%"
-git push -u origin master -f
-close \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index de63ce1..180e908 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -26,17 +26,17 @@ paginate = 10
# author information
[author]
# First name
- name = "HUGO-THEME-TONY"
+ name = ""
# Mailbox
- email = "mail@example.com"
+ email = ""
# Motto or introduction
- motto = "HUGO THEME TONY"
+ motto = ""
# Avatar
avatar = "/images/t.jpg"
# Website (default: baseURL)
- website = "https://htony.js.org/"
+ website = ""
# GitHub
- github = "https://github.com/ThemeTony/"
+ github = ""
# Page category
[taxonomies]