diff options
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 27 |
1 files changed, 1 insertions, 26 deletions
@@ -3,30 +3,7 @@ | |||
3 | import alagitpull | 3 | import alagitpull |
4 | 4 | ||
5 | alagitpull.projects = [ | 5 | alagitpull.projects = [ |
6 | { | 6 | |
7 | 'name': 'Dehaze', | ||
8 | 'url': 'https://github.com/clarkzjw/Dehaze' | ||
9 | }, | ||
10 | { | ||
11 | 'name': 'GuidedFilter', | ||
12 | 'url': 'https://github.com/clarkzjw/GuidedFilter', | ||
13 | }, | ||
14 | { | ||
15 | 'name': 'LumberJack', | ||
16 | 'url': 'https://github.com/clarkzjw/LumberJack', | ||
17 | }, | ||
18 | { | ||
19 | 'name': 'one-two-three...infinity', | ||
20 | 'url': 'https://github.com/clarkzjw/one-two-three...infinity' | ||
21 | }, | ||
22 | { | ||
23 | 'name': 'nginx-proxy-google', | ||
24 | 'url': 'https://github.com/clarkzjw/nginx-proxy-google', | ||
25 | }, | ||
26 | { | ||
27 | 'name': 'brainfuck', | ||
28 | 'url': 'https://github.com/clarkzjw/brainfuck' | ||
29 | } | ||
30 | ] | 7 | ] |
31 | 8 | ||
32 | extensions = [ | 9 | extensions = [ |
@@ -57,13 +34,11 @@ html_theme = 'alagitpull' | |||
57 | html_favicon = '_static/favicon.ico' | 34 | html_favicon = '_static/favicon.ico' |
58 | html_theme_options = { | 35 | html_theme_options = { |
59 | 'logo': 'img/terminal-icon.png', | 36 | 'logo': 'img/terminal-icon.png', |
60 | 'projects': alagitpull.projects, | ||
61 | } | 37 | } |
62 | html_sidebars = { | 38 | html_sidebars = { |
63 | '**': [ | 39 | '**': [ |
64 | 'about.html', | 40 | 'about.html', |
65 | 'relations.html', | 41 | 'relations.html', |
66 | 'more.html', | ||
67 | ] | 42 | ] |
68 | } | 43 | } |
69 | 44 | ||