From 87d55dc1b5dd59730d3fb973292ba12babfcf9cf Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 3 Jul 2019 15:36:54 +0800 Subject: + update --- _templates/layout.html | 11 +---------- _templates/more.html | 5 ----- conf.py | 27 +-------------------------- 3 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 _templates/more.html diff --git a/_templates/layout.html b/_templates/layout.html index 9989f50..a6dba1c 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -33,11 +33,7 @@ {{ sidebar() }} {%- block document %}
- {%- if render_sidebar %} -
- {%- endif %} - -
+
{% block body %} {% endblock %}
@@ -49,10 +45,7 @@ Made w/Made w/
-
- {%- if render_sidebar %}
- {%- endif %}
{%- endblock %}
@@ -63,6 +56,4 @@ {%- endblock %} {%- block footer %} - - {%- endblock %} diff --git a/_templates/more.html b/_templates/more.html deleted file mode 100644 index e9e022f..0000000 --- a/_templates/more.html +++ /dev/null @@ -1,5 +0,0 @@ -{% extends '!more.html' %} - -{% block more_content %} - -{% endblock %} 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