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

Configure Feed

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

feat: add view transitions

+16
+3
sass/css/_view-transitions.scss
··· 1 + @view-transition { 2 + navigation: auto; 3 + }
+1
sass/css/main.scss
··· 6 6 7 7 @use "copy-button"; 8 8 @use "theme-toggle"; 9 + @use "view-transitions";
+12
templates/head.html
··· 91 91 defer 92 92 ></script> 93 93 94 + <script type="speculationrules"> 95 + { 96 + "prerender": [ 97 + { 98 + "where": { 99 + "selector_matches": "a" 100 + } 101 + } 102 + ] 103 + } 104 + </script> 105 + 94 106 <script> 95 107 function cb(res) { 96 108 const fmt = new Intl.NumberFormat('en', { notation: 'compact' });