From 87d55dc1b5dd59730d3fb973292ba12babfcf9cf Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 3 Jul 2019 15:36:54 +0800 Subject: + update --- conf.py | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 74e7505..9db6591 100644 --- a/conf.py +++ b/conf.py @@ -3,30 +3,7 @@ import alagitpull alagitpull.projects = [ - { - 'name': 'Dehaze', - 'url': 'https://github.com/clarkzjw/Dehaze' - }, - { - 'name': 'GuidedFilter', - 'url': 'https://github.com/clarkzjw/GuidedFilter', - }, - { - 'name': 'LumberJack', - 'url': 'https://github.com/clarkzjw/LumberJack', - }, - { - 'name': 'one-two-three...infinity', - 'url': 'https://github.com/clarkzjw/one-two-three...infinity' - }, - { - 'name': 'nginx-proxy-google', - 'url': 'https://github.com/clarkzjw/nginx-proxy-google', - }, - { - 'name': 'brainfuck', - 'url': 'https://github.com/clarkzjw/brainfuck' - } + ] extensions = [ @@ -57,13 +34,11 @@ html_theme = 'alagitpull' html_favicon = '_static/favicon.ico' html_theme_options = { 'logo': 'img/terminal-icon.png', - 'projects': alagitpull.projects, } html_sidebars = { '**': [ 'about.html', 'relations.html', - 'more.html', ] } -- cgit v1.2.3