the home site for me: also iteration 3 or 4 of my site
5
fork

Configure Feed

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

feat: add indiko auth link

dunkirk.sh 74369582 baf9632e

verified
+30 -39
+30 -39
templates/head.html
··· 3 3 <meta content="text/html; charset=UTF-8" http-equiv="content-type" /> 4 4 <meta name="viewport" content="width=device-width, initial-scale=1" /> 5 5 <meta name="robots" content="index, follow" /> 6 - <link 7 - rel="sitemap" 8 - type="application/xml" 9 - title="Sitemap" 10 - href="/sitemap.xml" 11 - /> 6 + <link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" /> 12 7 {% if page.title %} {% set title = page.title %} {% elif section.title %} {% set 13 8 title = section.title %} {% elif term %} {% set title = "|" ~ term.name ~ "|" %} 14 9 {% elif current_path and "tags" in current_path %} {% set title = "Root Index" ··· 67 62 <meta name="apple-mobile-web-app-title" content="site@zera" /> 68 63 <link rel="manifest" href="/favicon/site.webmanifest" /> 69 64 {% endblock metatags %} {% if config.generate_feeds %} {% block 70 - feed%} <link rel="alternate" type="application/atom+xml" title="Kieran Klukas' Atom feed" href="{{ 71 - get_url(path="atom.xml", trailing_slash=false) }}"> <link rel="alternate" 72 - type="application/rss+xml" title="Kieran Klukas' RSS feed" href="{{ get_url(path="rss.xml", 73 - trailing_slash=false) }}"> {% endblock feed %} {% endif%} {% block css %} {% set 65 + feed%} 66 + <link rel="alternate" type="application/atom+xml" title="Kieran Klukas' Atom feed" href="{{ 67 + get_url(path=" atom.xml", trailing_slash=false) }}"> 68 + <link rel="alternate" type="application/rss+xml" title="Kieran Klukas' RSS feed" href="{{ get_url(path=" rss.xml", 69 + trailing_slash=false) }}"> {% endblock feed %} {% endif%} {% block css %} {% set 74 70 cssHash = get_hash(path="css/main.css", sha_type=256, base64=true) %} 75 - <link 76 - rel="stylesheet" 77 - type="text/css" 78 - href="{{ get_url(path='css/main.css?' ~ cssHash, trailing_slash=false) | safe }}" 79 - /> 71 + <link rel="stylesheet" type="text/css" 72 + href="{{ get_url(path='css/main.css?' ~ cssHash, trailing_slash=false) | safe }}" /> 80 73 {% endblock css %} 81 74 82 75 {% set jsHash = get_hash(path="js/copy-button.js", sha_type=256, 83 76 base64=true) %} 84 - <script 85 - src="{{ get_url(path='js/copy-button.js?' ~ jsHash, trailing_slash=false) | safe }}" 86 - defer 87 - ></script> 77 + <script src="{{ get_url(path='js/copy-button.js?' ~ jsHash, trailing_slash=false) | safe }}" defer></script> 88 78 89 79 {% set emojiJsHash = get_hash(path="js/emoji-replace.js", sha_type=256, 90 80 base64=true) %} 91 - <script 92 - src="{{ get_url(path='js/emoji-replace.js?' ~ emojiJsHash, trailing_slash=false) | safe }}" 93 - defer 94 - ></script> 81 + <script src="{{ get_url(path='js/emoji-replace.js?' ~ emojiJsHash, trailing_slash=false) | safe }}" defer></script> 95 82 96 83 {% set lightboxJsHash = get_hash(path="lightbox.js", sha_type=256, 97 84 base64=true) %} 98 - <script 99 - src="{{ get_url(path='lightbox.js?' ~ lightboxJsHash, trailing_slash=false) | safe }}" 100 - defer 101 - ></script> 85 + <script src="{{ get_url(path='lightbox.js?' ~ lightboxJsHash, trailing_slash=false) | safe }}" defer></script> 102 86 103 87 <script type="speculationrules"> 104 88 { ··· 113 97 </script> 114 98 115 99 <script> 116 - function cb(res) { 117 - const fmt = new Intl.NumberFormat('en', { notation: 'compact' }); 118 - const elements = document.querySelectorAll("[id='visits']"); 119 - elements.forEach(el => { 120 - el.innerText = fmt.format(res.value); 121 - el.title = res.value + " visits"; 122 - }); 123 - } 100 + function cb(res) { 101 + const fmt = new Intl.NumberFormat('en', {notation: 'compact'}); 102 + const elements = document.querySelectorAll("[id='visits']"); 103 + elements.forEach(el => { 104 + el.innerText = fmt.format(res.value); 105 + el.title = res.value + " visits"; 106 + }); 107 + } 124 108 </script> 125 - <script async src="https://abacus.jasoncameron.dev/hit/dunkirk.sh/counter{%- if url | split(pat='/') | slice(start=3) | join != '' -%}-{{url | split(pat='/') | slice(start=3) | join(sep=' ') | slugify}}{%- endif -%}?callback=cb"></script> 109 + <script async 110 + src="https://abacus.jasoncameron.dev/hit/dunkirk.sh/counter{%- if url | split(pat='/') | slice(start=3) | join != '' -%}-{{url | split(pat='/') | slice(start=3) | join(sep=' ') | slugify}}{%- endif -%}?callback=cb"></script> 126 111 127 112 <link rel="me" href="https://social.dino.icu/@taciturnaxoltol" /> 128 113 <link rel="me" href="https://github.com/taciturnaxolotl" /> ··· 131 116 <link rel="me" href="https://keyoxide.org/aspe:keyoxide.org:QMHCMT55EODYTEBQ5C7QOAFN6A" /> 132 117 <link rel="me" href="https://serif.blue" /> 133 118 <meta name="fediverse:creator" content="@taciturnaxoltol@social.dino.icu" /> 119 + 120 + <link rel="authorization_endpoint" href="https://indiko.dunkirk.sh/auth/authorize" /> 121 + <link rel="token_endpoint" href="https://indiko.dunkirk.sh/auth/token" /> 122 + <link rel="me" href="https://indiko.dunkirk.sh/u/tacy" /> 134 123 135 124 <div class="h-card" style="display:none"> 136 125 <a class="u-url" rel="me home" href="https://dunkirk.sh"> ··· 141 130 <p class="dt-bday">2008-04-27</p> 142 131 <p class="p-sex">male</p> 143 132 <p class="p-note"> 144 - {% set time = now() | date(format="%s") | int - 1209254400 %}{{ time / 31536000 | round(method="floor") }}, typescript nerd, videographer, frc programmer, semi retired fpv pilot 133 + {% set time = now() | date(format="%s") | int - 1209254400 %}{{ time / 31536000 | round(method="floor") }}, 134 + typescript nerd, videographer, frc programmer, semi retired fpv pilot 145 135 </p> 146 136 <a class="u-email" href="mailto:me@dunkirk.sh" rel="me">me@dunkirk.sh</a> 147 137 <div class="p-adr h-adr"> 148 138 <span class="p-country-name">United States of America</span> 149 139 </div> 150 - <img class="u-photo" src="/pfps/fall.jpg" alt="kieran wearing a robotics sweatshirt and standing in front of a tree with fall leaves" /> 151 - </div> 140 + <img class="u-photo" src="/pfps/fall.jpg" 141 + alt="kieran wearing a robotics sweatshirt and standing in front of a tree with fall leaves" /> 142 + </div>