-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
5 lines (5 loc) · 12.2 KB
/
index.html
1
2
3
4
5
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><link rel="icon" type="image/svg+xml" href="/favicon.ico"><meta name="viewport" content="width=device-width"><meta name="generator" content="Astro v3.2.3"><title>Home</title><style>ul[data-astro-cid-a3vodrv4]{height:21rem;color:#53aa4b;font-weight:700;border:1px solid green;overflow:auto}hr[data-astro-cid-a3vodrv4]{border:1px dotted green}
html{background-color:#6d6d6d;font-family:sans-serif}body{margin:0 auto;width:100%;max-width:80ch;padding:1rem;line-height:1.5}*{box-sizing:border-box}h1{margin:1rem 0;font-size:2.5rem}.hamburger{padding-right:20px;cursor:pointer}.hamburger .line{display:block;width:40px;height:5px;margin-bottom:10px;background-color:#ff9776}.nav-links{width:100%;top:5rem;left:48px;background-color:#ff9776;display:none;margin:0}.nav-links a{display:block;text-align:center;padding:10px 0;text-decoration:none;font-size:1.2rem;font-weight:700;text-transform:uppercase}.nav-links a:hover,.nav-links a:focus{background-color:#ff9776}.expanded{display:unset}@media screen and (min-width: 636px){.nav-links{margin-left:5em;display:block;position:static;width:auto;background:none}.nav-links a{display:inline-block;padding:15px 20px}.hamburger{display:none}.pull-left{float:left}html.dark,* .dark{background-color:#000;color:#fff}.dark .nav-links a{color:#fff}}#themeToggle[data-astro-cid-oemx5le4]{border:0;background:none}.sun[data-astro-cid-oemx5le4]{fill:#000}.moon[data-astro-cid-oemx5le4],.dark .sun[data-astro-cid-oemx5le4]{fill:transparent}.dark .moon[data-astro-cid-oemx5le4]{fill:#fff}a[data-astro-cid-yxtifmrq]{padding:.5rem 1rem;color:#fff;background-color:#4c1d95;text-decoration:none}footer[data-astro-cid-sz7xmlte]{display:flex;gap:1rem;margin-top:2rem;align-content:center}
a[data-astro-cid-albhbuup]{color:#00539f}.tags[data-astro-cid-albhbuup]{display:flex;flex-wrap:wrap}.tag[data-astro-cid-albhbuup]{margin:.25em;border:dotted 1px #a1a1a1;border-radius:.5em;padding:.5em 1em;font-size:1.15em;background-color:#f8fcfd}
</style><script type="module">const c=document.querySelector(".nav-links");c?.classList.toggle("expanded");document.querySelector(".hamburger").addEventListener("click",()=>{document.querySelector(".nav-links").classList.toggle("expanded")});document.querySelector(".goBack").addEventListener("click",()=>window.history.back());const t=(()=>typeof localStorage<"u"&&localStorage.getItem("theme")?localStorage.getItem("theme"):window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light")();t==="light"?document.documentElement.classList.remove("dark"):document.documentElement.classList.add("dark");window.localStorage.setItem("theme",t);const o=()=>{const e=document.documentElement;e.classList.toggle("dark");const n=e.classList.contains("dark");localStorage.setItem("theme",n?"dark":"light")};document.getElementById("themeToggle").addEventListener("click",o);
</script></head><body><header><nav><div class="hamburger"><span class="line"></span><span class="line"></span><span class="line"></span></div><div class="nav-links"><a href="/">Home</a><a href="/about">About</a><a href="/repos">Repos</a><a href="/blog">Blog</a><a href="/tags">tags</a><button id="themeToggle" data-astro-cid-oemx5le4><svg width="30px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" data-astro-cid-oemx5le4><path class="sun" fill-rule="evenodd" d="M12 17.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zm0 1.5a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm12-7a.8.8 0 0 1-.8.8h-2.4a.8.8 0 0 1 0-1.6h2.4a.8.8 0 0 1 .8.8zM4 12a.8.8 0 0 1-.8.8H.8a.8.8 0 0 1 0-1.6h2.5a.8.8 0 0 1 .8.8zm16.5-8.5a.8.8 0 0 1 0 1l-1.8 1.8a.8.8 0 0 1-1-1l1.7-1.8a.8.8 0 0 1 1 0zM6.3 17.7a.8.8 0 0 1 0 1l-1.7 1.8a.8.8 0 1 1-1-1l1.7-1.8a.8.8 0 0 1 1 0zM12 0a.8.8 0 0 1 .8.8v2.5a.8.8 0 0 1-1.6 0V.8A.8.8 0 0 1 12 0zm0 20a.8.8 0 0 1 .8.8v2.4a.8.8 0 0 1-1.6 0v-2.4a.8.8 0 0 1 .8-.8zM3.5 3.5a.8.8 0 0 1 1 0l1.8 1.8a.8.8 0 1 1-1 1L3.5 4.6a.8.8 0 0 1 0-1zm14.2 14.2a.8.8 0 0 1 1 0l1.8 1.7a.8.8 0 0 1-1 1l-1.8-1.7a.8.8 0 0 1 0-1z" data-astro-cid-oemx5le4></path><path class="moon" fill-rule="evenodd" d="M16.5 6A10.5 10.5 0 0 1 4.7 16.4 8.5 8.5 0 1 0 16.4 4.7l.1 1.3zm-1.7-2a9 9 0 0 1 .2 2 9 9 0 0 1-11 8.8 9.4 9.4 0 0 1-.8-.3c-.4 0-.8.3-.7.7a10 10 0 0 0 .3.8 10 10 0 0 0 9.2 6 10 10 0 0 0 4-19.2 9.7 9.7 0 0 0-.9-.3c-.3-.1-.7.3-.6.7a9 9 0 0 1 .3.8z" data-astro-cid-oemx5le4></path></svg></button></div></nav></header><h1>Home</h1><p>homepage</p><h2>My awesome blog</h2><style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event("astro:load"));})();;(()=>{var b=Object.defineProperty;var f=(c,o,i)=>o in c?b(c,o,{enumerable:!0,configurable:!0,writable:!0,value:i}):c[o]=i;var l=(c,o,i)=>(f(c,typeof o!="symbol"?o+"":o,i),i);var p;{let c={0:t=>m(t),1:t=>i(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(i(t)),5:t=>new Set(i(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t)},o=t=>{let[e,r]=t;return e in c?c[e](r):void 0},i=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([e,r])=>[e,o(r)]));customElements.get("astro-island")||customElements.define("astro-island",(p=class extends HTMLElement{constructor(){super(...arguments);l(this,"Component");l(this,"hydrator");l(this,"hydrate",async()=>{var d;if(!this.hydrator||!this.isConnected)return;let e=(d=this.parentElement)==null?void 0:d.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let r=this.querySelectorAll("astro-slot"),a={},h=this.querySelectorAll("template[data-astro-template]");for(let n of h){let s=n.closest(this.tagName);s!=null&&s.isSameNode(this)&&(a[n.getAttribute("data-astro-template")||"default"]=n.innerHTML,n.remove())}for(let n of r){let s=n.closest(this.tagName);s!=null&&s.isSameNode(this)&&(a[n.getAttribute("name")||"default"]=n.innerHTML)}let u;try{u=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(n){let s=this.getAttribute("component-url")||"<unknown>",y=this.getAttribute("component-export");throw y&&(s+=` (export ${y})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),n),n}await this.hydrator(this)(this.Component,u,a,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});l(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),r.disconnect(),this.childrenConnectedCallback()},r=new MutationObserver(()=>{var a;((a=this.lastChild)==null?void 0:a.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});r.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}start(){let e=JSON.parse(this.getAttribute("opts")),r=this.getAttribute("client");if(Astro[r]===void 0){window.addEventListener(`astro:${r}`,()=>this.start(),{once:!0});return}Astro[r](async()=>{let a=this.getAttribute("renderer-url"),[h,{default:u}]=await Promise.all([import(this.getAttribute("component-url")),a?import(a):()=>()=>{}]),d=this.getAttribute("component-export")||"default";if(!d.includes("."))this.Component=h[d];else{this.Component=h;for(let n of d.split("."))this.Component=this.Component[n]}return this.hydrator=u,this.hydrate},e,this)}attributeChangedCallback(){this.hydrate()}},l(p,"observedAttributes",["props"]),p))}})();</script><astro-island uid="1CBnAQ" component-url="/_astro/Greeting.771b94f5.js" component-export="default" renderer-url="/_astro/client.9de6fa09.js" props="{"messages":[1,[[0,"Hej"],[0,"Hallo"],[0,"Hola"],[0,"Habari"]]]}" ssr="" client="load" opts="{"name":"Greeting","value":true}" await-children=""><div><h3>Hej! Thank you for visiting!</h3><button>New Greeting</button></div><!--astro:end--></astro-island><ul data-astro-cid-a3vodrv4><li>Autumn Salad</li><li>Benjamin Degryse</li><li>14/10/2023</li><li><a href="/posts/Autumn-salad">click me</a></li><hr><li>BBQ Dry Rub</li><li>Benjamin Degryse</li><li>22/7/2023</li><li><a href="/posts/BBQ-Dry-Rub">click me</a></li><hr><li>BBQ Marinade with cacao and chili flakes</li><li>Benjamin Degryse</li><li>1/8/2023</li><li><a href="/posts/BBQ-Marninade-CocoChili">click me</a></li><hr><li>ChickenSkewers peanutbutter sauce veggies and rice</li><li>Benjamin Degryse</li><li>1/2/2023</li><li><a href="/posts/ChickenSkewers-PeanutSauce-Veggies-And-Rice">click me</a></li><hr><li>Chimichurri Pasta Salad</li><li>Benjamin Degryse</li><li>1/2/2023</li><li><a href="/posts/Chimichurri-PastaSalad">click me</a></li><hr><li>Chimichurri Sauce</li><li>Benjamin Degryse</li><li>19/8/2023</li><li><a href="/posts/Chimichurri">click me</a></li><hr><li>Chinese Marinade</li><li>Benjamin Degryse</li><li>1/2/2023</li><li><a href="/posts/Chinese-Marinade">click me</a></li><hr><li>EggSalade</li><li>Benjamin Degryse</li><li>3/9/2023</li><li><a href="/posts/EggSalade">click me</a></li><hr><li>Fish Broth</li><li>Benjamin Degryse</li><li>17/8/2023</li><li><a href="/posts/Fishbroth">click me</a></li><hr><li>Garam Masala Spice Mix</li><li>Benjamin Degryse</li><li>10/9/2023</li><li><a href="/posts/Garam-Masala-Spice">click me</a></li><hr><li>Garlic Yoghurt sauce Middle Eastern style</li><li>Benjamin Degryse</li><li>10/9/2023</li><li><a href="/posts/Garlic-Yoghurt-sauce-Middle-Eastern-style">click me</a></li><hr><li>Home made BBQ sauce</li><li>Benjamin Degryse</li><li>17/8/2023</li><li><a href="/posts/Homemade-BBQsauce">click me</a></li><hr><li>Italian tomato salsa</li><li>Benjamin Degryse</li><li>3/9/2023</li><li><a href="/posts/Italian-Tomato-Salsa">click me</a></li><hr><li>Jalapeno Poppers</li><li>Benjamin Degryse</li><li>1/2/2023</li><li><a href="/posts/Jalapeno-Poppers">click me</a></li><hr><li>Lemon Honey Sauce</li><li>Benjamin Degryse</li><li>3/9/2023</li><li><a href="/posts/Lemon-Honey-Sauce">click me</a></li><hr><li>White Cabbage Mash with Steak</li><li>Benjamin Degryse</li><li>19/11/2022</li><li><a href="/posts/Mashed-potatoes-steak">click me</a></li><hr><li>Meat Gravy with Cream</li><li>Benjamin Degryse</li><li>14/10/2023</li><li><a href="/posts/Meat-gravy-cream">click me</a></li><hr><li>Mustard Honey Vinaigrette</li><li>Benjamin Degryse</li><li>27/8/2023</li><li><a href="/posts/Mustard-Honey-Vinaigrette">click me</a></li><hr><li>Parsnip Mash</li><li>Benjamin Degryse</li><li>14/10/2023</li><li><a href="/posts/Parsinp-Mash">click me</a></li><hr><li>Pasta with Spicy Chorizo Scampi</li><li>Benjamin Degryse</li><li>27/8/2023</li><li><a href="/posts/Pasta-Scampi-Diabolique-Chorizo">click me</a></li><hr><li>Grilled Red Mullet</li><li>Benjamin Degryse</li><li>19/8/2023</li><li><a href="/posts/Red-Mullet">click me</a></li><hr><li>Dry Rub Cured Pork Roast with Smoked Bacon</li><li>Benjamin Degryse</li><li>22/7/2023</li><li><a href="/posts/Smoked-Pork-in-Baconwrapped">click me</a></li><hr><li>Smoked Bacon Burgers</li><li>Benjamin Degryse</li><li>26/7/2023</li><li><a href="/posts/Smoked-bacon-burgers">click me</a></li><hr><li>Dry Rub Cured Pork Roast with Smoked Bacon and Corn on the Cob</li><li>Benjamin Degryse</li><li>22/7/2023</li><li><a href="/posts/Smoked-pork-baconwrapped">click me</a></li><hr><li>A stuffed pumpkin</li><li>Benjamin Degryse</li><li>1/8/2023</li><li><a href="/posts/Stuffed-Pumpkin">click me</a></li><hr><li>A fresh and light summer platter with figs, smoked ham, and lemon sauce.</li><li>Benjamin Degryse</li><li>1/8/2023</li><li><a href="/posts/SummerPlatter-Figs-SmokedHam-Lemonsauce">click me</a></li><hr></ul><footer data-astro-cid-sz7xmlte><a href="https://www.LinkedIn.com/in/benjamin-degryse/" data-astro-cid-yxtifmrq>LinkedIn</a><a href="https://www.Github.com/silassentinel" data-astro-cid-yxtifmrq>Github</a><a href="https://www.Soundcloud.com/akusoundsystem" data-astro-cid-yxtifmrq>Soundcloud</a></footer></body></html>