Skip to content

Commit b79840c

Browse files
committed
Add marksite as a submodule
1 parent a1cfff3 commit b79840c

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*.swp
66

77
# deploy
8-
deploy/marksite/
98
deploy/tmp/
109
deploy/src-tmp/
1110
deploy/config.php

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "deploy/marksite"]
2+
path = deploy/marksite
3+
url = https://github.com/COSCUP/marksite.git

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
### Prerequisite
44

5-
* You need to clone [COSCUP/marksite](https://github.com/COSCUP/marksite.git) to generate *.html from *.md. Put it under `deploy` folder.
65
* php interpreter
76

7+
### Init submodules
8+
9+
* `git submodule init`
10+
* `git submodule update`
11+
812
### Configuration
913

1014
Copy the following two configuration files and rename as `config.php`. Update according to your build environment.

deploy/marksite

Submodule marksite added at 21fd313

0 commit comments

Comments
 (0)