diff options
author | clarkzjw <[email protected]> | 2018-01-09 17:21:26 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2018-01-09 17:21:26 +0800 |
commit | 6913bf874753adb03c80b25479f242053c717459 (patch) | |
tree | 8e8aac9acf0a3e115cfd60ed3df74ef051bc6874 | |
parent | 33ebf08f316f4010a6eee003d3ad03fdf16573f7 (diff) | |
download | blog.jinwei.me-6913bf874753adb03c80b25479f242053c717459.tar.gz |
+ fix
-rw-r--r-- | conf.py | 39 |
1 files changed, 20 insertions, 19 deletions
@@ -3,27 +3,28 @@ | |||
3 | import alagitpull | 3 | import alagitpull |
4 | alagitpull.projects = [ | 4 | alagitpull.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 | ||