My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ft: reorganise favicons and banners

+14 -10
+2 -2
config.toml
··· 1 - base_url = "/" 1 + base_url = "https://hauleth.dev/" 2 2 default_language = "en" 3 3 4 4 title = "Hauleth's blog" ··· 63 63 read_other_posts = "read other posts" 64 64 65 65 favicon = "favicon-32x32.png" 66 - og_preview_img = "favicon-256x256.png" 66 + og_preview_img = "banner.png" 67 67 68 68 webmention = "https://webmention.io/hauleth.dev/webmention"
static/android-chrome-192x192.png

This is a binary file and will not be displayed.

static/android-chrome-512x512.png

This is a binary file and will not be displayed.

static/apple-touch-icon.png

This is a binary file and will not be displayed.

static/banner.png

This is a binary file and will not be displayed.

static/favicon-16x16.png

This is a binary file and will not be displayed.

static/favicon-256x256.png

This is a binary file and will not be displayed.

static/favicon-32x32.png

This is a binary file and will not be displayed.

static/favicon-48x48.png

This is a binary file and will not be displayed.

+10 -8
static/favicon.svg
··· 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 3 3 <svg width="100%" height="100%" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:2;"> 4 - <g transform="matrix(1.31119,0,0,1.40473,1.77636e-15,1.77636e-15)"> 5 - <rect x="0" y="0" width="24.405" height="22.78" style="fill:rgb(35,176,255);"/> 6 - </g> 7 - <g id="Lambda"> 8 - <g transform="matrix(1,0,0,1,4.43135,0)"> 9 - <path d="M2.644,26.033L5.977,26.033L15.556,5.994L18.545,5.994" style="fill:none;stroke:black;stroke-width:3px;"/> 4 + <g transform="matrix(1,0,0,1,-16,0)"> 5 + <g transform="matrix(2.62238,0,0,1.40473,7.10543e-15,1.77636e-15)"> 6 + <rect x="0" y="0" width="24.405" height="22.78" style="fill:rgb(35,176,255);"/> 10 7 </g> 11 - <g transform="matrix(0.990948,-0.019459,-0.019459,0.958168,4.84334,0.885678)"> 12 - <path d="M19.831,26.648L16.814,26.587L10.763,16.007" style="fill:none;stroke:black;stroke-width:3.14px;"/> 8 + <g id="Lambda" transform="matrix(1,0,0,1,16,0)"> 9 + <g transform="matrix(1,0,0,1,4.43135,0)"> 10 + <path d="M2.644,26.033L5.977,26.033L15.556,5.994L18.545,5.994" style="fill:none;stroke:black;stroke-width:3px;"/> 11 + </g> 12 + <g transform="matrix(0.990948,-0.019459,-0.019459,0.958168,4.84334,0.885678)"> 13 + <path d="M19.831,26.648L16.814,26.587L10.763,16.007" style="fill:none;stroke:black;stroke-width:3.14px;"/> 14 + </g> 13 15 </g> 14 16 </g> 15 17 </svg>
+2
templates/page.html
··· 61 61 </div> 62 62 {%- endif -%} 63 63 64 + <!-- 64 65 <div class="webmentions"> 65 66 {%- set webmentions = load_data(url="https://webmention.io/api/mentions.jf2?target=" ~ page.permalink, format="json") -%} 66 67 {%- for mention in webmentions.children -%} ··· 69 70 No webmentions yet, you can be first. 70 71 {%- endfor -%} 71 72 </div> 73 + --> 72 74 </article> 73 75 {%- endblock main -%}