the only good website on the internet quaso.engineering
0
fork

Configure Feed

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

change

+20
+10
makiatto.toml
··· 4 4 aliases = ["justin.duch.me"] 5 5 6 6 [[domain.records]] 7 + type = "CNAME" 8 + name = "o11y" 9 + value = "rain-sparrow.exe.xyz" 10 + 11 + [[domain.records]] 7 12 type = "TXT" 8 13 name = "_atproto" 9 14 value = "did=did:plc:y762iz6x3w43gpp2gmljsauk" 15 + 16 + [[domain.records]] 17 + type = "TXT" 18 + name = "@" 19 + value = "google-site-verification=THevLZaB4k7MfsWZl8ar8CA7My0qQJm75MGcyfJ2KXk"
+10
src/routes/(base)/about/+page.svelte
··· 103 103 <span>Kafka | 2024</span> 104 104 </div> 105 105 106 + <hr /> 107 + 108 + <p> 109 + This site is served by <a href="https://github.com/halcyonnouveau/makiatto">Makiatto</a>, a 110 + distributed CDN I built. You can see it in action on the 111 + <a href="https://o11y.quaso.engineering/public-dashboards/8a13b0d9861e4cb89024ad09048f5034" 112 + >Grafana dashboard. 113 + </a> 114 + </p> 115 + 106 116 <style> 107 117 .mono { 108 118 opacity: 0.6;