My personal website. Now written from scratch! arctictherogue.xyz
0
fork

Configure Feed

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

Add basic metadata

Arctic 8c071646 8fb549aa

+6
+6
src/_includes/index.vto
··· 3 3 <head> 4 4 <meta charset="UTF-8"> 5 5 <title>{{ title }}</title> 6 + <meta name="description" content="Personal site for Arctic"/> 7 + <meta property="og:title" content="ArcticTheRogue"/> 8 + <meta property="og:type" content="website"/> 9 + <meta property="og:url" content="arctictherogue.xyz"/> 10 + <meta property="og:image" content="https://arctictherogue.xyz/media/pfp.png"/> 11 + <meta property="og:description" content="Personal site for Arctic"/> 6 12 <link rel="stylesheet" href="style.css"> 7 13 </head> 8 14 <body class="font-['Inter','sans-serif'] bg-base-500">