We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cfff3 commit b79840cCopy full SHA for b79840c
.gitignore
@@ -5,7 +5,6 @@
5
*.swp
6
7
# deploy
8
-deploy/marksite/
9
deploy/tmp/
10
deploy/src-tmp/
11
deploy/config.php
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "deploy/marksite"]
2
+ path = deploy/marksite
3
+ url = https://github.com/COSCUP/marksite.git
README.md
@@ -2,9 +2,13 @@
### Prerequisite
4
-* You need to clone [COSCUP/marksite](https://github.com/COSCUP/marksite.git) to generate *.html from *.md. Put it under `deploy` folder.
* php interpreter
+### Init submodules
+
+* `git submodule init`
+* `git submodule update`
12
### Configuration
13
14
Copy the following two configuration files and rename as `config.php`. Update according to your build environment.
deploy/marksite
0 commit comments