We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811ef08 commit 5eea5acCopy full SHA for 5eea5ac
1 file changed
sitemap.bat
@@ -0,0 +1,29 @@
1
+
2
3
+echo "------------- jekyll build start -------------"
4
5
6
+echo ""------------- jekyll build complete "-------------"
7
8
9
+echo "------------- cd into site package ------------"
10
+echo "------------- change 'localhost:4000' to website host -------------"
11
12
13
+echo "------------- change complete -------------"
14
15
16
+echo "------------- move sitemap.xml and robot.txt to main root -------------"
17
18
19
+echo "------------- push git add ,git commit ,git push-------------"
20
21
+git add .
22
+git commit -m "generate new sitemap"
23
+git push -u origin master
24
25
+echo "------------- sitemap created successfully -------------"
26
27
28
29
+pause
0 commit comments