aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py27
1 files changed, 1 insertions, 26 deletions
diff --git a/conf.py b/conf.py
index 74e7505..9db6591 100644
--- a/conf.py
+++ b/conf.py
@@ -3,30 +3,7 @@
3import alagitpull 3import alagitpull
4 4
5alagitpull.projects = [ 5alagitpull.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
32extensions = [ 9extensions = [
@@ -57,13 +34,11 @@ html_theme = 'alagitpull'
57html_favicon = '_static/favicon.ico' 34html_favicon = '_static/favicon.ico'
58html_theme_options = { 35html_theme_options = {
59 'logo': 'img/terminal-icon.png', 36 'logo': 'img/terminal-icon.png',
60 'projects': alagitpull.projects,
61} 37}
62html_sidebars = { 38html_sidebars = {
63 '**': [ 39 '**': [
64 'about.html', 40 'about.html',
65 'relations.html', 41 'relations.html',
66 'more.html',
67 ] 42 ]
68} 43}
69 44
Powered by cgit v1.2.3 (git 2.41.0)