aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-09 17:21:26 +0800
committerclarkzjw <[email protected]>2018-01-09 17:21:26 +0800
commit6913bf874753adb03c80b25479f242053c717459 (patch)
tree8e8aac9acf0a3e115cfd60ed3df74ef051bc6874 /conf.py
parent33ebf08f316f4010a6eee003d3ad03fdf16573f7 (diff)
downloadblog.jinwei.me-6913bf874753adb03c80b25479f242053c717459.tar.gz
+ fix
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py39
1 files changed, 20 insertions, 19 deletions
diff --git a/conf.py b/conf.py
index c2556f6..2588b3f 100644
--- a/conf.py
+++ b/conf.py
@@ -3,27 +3,28 @@
3import alagitpull 3import alagitpull
4alagitpull.projects = [ 4alagitpull.projects = [
5 { 5 {
6 'name': 'unihan-etl', 6 'name': 'LumberJack',
7 'url': 'https://unihan-etl.git-pull.com', 7 'url': 'https://github.com/clarkzjw/LumberJack',
8 'subprojects': [{
9 'name': 'db',
10 'url': 'https://unihan-db.git-pull.com',
11 }]
12 }, {
13 'name': 'tmuxp',
14 'url': 'https://tmuxp.git-pull.com',
15 'subprojects': [{
16 'name': 'libtmux',
17 'url': 'https://libtmux.git-pull.com',
18 }]
19 }, 8 },
20 { 9 {
21 'name': 'vcspull', 10 'name': 'nginx-proxy-google',
22 'url': 'https://vcspull.git-pull.com', 11 'url': 'https://github.com/clarkzjw/nginx-proxy-google',
23 'subprojects': [{ 12 },
24 'name': 'libvcs', 13 {
25 'url': 'https://libvcs.git-pull.com', 14 'name': 'GuidedFilter',
26 }] 15 'url': 'https://github.com/clarkzjw/GuidedFilter',
16 },
17 {
18 'name': 'one-two-three...infinity',
19 'url': 'https://github.com/clarkzjw/one-two-three...infinity'
20 },
21 {
22 'name': 'Dehaze',
23 'url': 'https://github.com/clarkzjw/Dehaze'
24 },
25 {
26 'name': 'brainfuck',
27 'url': 'https://github.com/clarkzjw/brainfuck'
27 } 28 }
28] 29]
29 30
Powered by cgit v1.2.3 (git 2.41.0)