Switch to zenn theme

This commit is contained in:
timvisee 2019-07-01 17:50:51 +02:00
parent 1bcef7aa90
commit d237275171
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
6 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@ base_url = "https://blog.timvisee.com"
title = "Tim Visée"
description = "My personal blog"
theme = "after-dark"
theme = "zenn"
default_language = "en"
compile_sass = true

View File

@ -1 +0,0 @@
/home/timvisee/git/blog.timvisee.com/themes/zenn/templates/

0
templates/.gitkeep Normal file
View File

1
templates/anchor-link.html Symbolic link
View File

@ -0,0 +1 @@
../themes/zenn/templates/anchor-link.html

View File

@ -0,0 +1,3 @@
<p>
<img src="{{ resize_image(path=path, width=702, op="fit_width") }}" />
</p>

View File

@ -24,7 +24,7 @@
{% block css %}
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Zilla+Slab:400,700|Merriweather:400,400i,700,700i|Fira+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ get_url(path="zenn.css", trailing_slash=false) | safe }}">
<link rel="stylesheet" href="{{ get_url(path="site.css", trailing_slash=false) | safe }}">
{% endblock css %}
{% if config.generate_rss %}