The code and data behind xeiaso.net
5
fork

Configure Feed

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

add GitHub sponsors to the site

Signed-off-by: Xe Iaso <me@xeiaso.net>

+16 -8
+14 -6
lume/src/_includes/blog.njk
··· 11 11 } 12 12 </style> 13 13 <h1 class="mb-2">{{title}}</h1> 14 - <p class="text-sm text-fg-3 dark:text-fgDark-3 my-1 lg:mx-16"> 15 - Published on <time datetime={{date | date("DATE")}}>{{date | date("DATE_US")}}</time>, {{ readingInfo.words }} words, {{ readingInfo.minutes }} minutes to read 16 - </p> 17 14 18 - {% if desc %} 19 - <p class="max-w-[60ch] lg:mx-auto text-sm font-sans text-fg-3 dark:text-fgDark-3 my-1">{{desc}}</p> 20 - {% endif %} 15 + <div class="max-w-[80ch] flex items-stretch mx-auto gap-4 lg:gap-12"> 16 + <div> 17 + <p class="text-sm text-fg-3 dark:text-fgDark-3 my-1 lg:mx-16"> 18 + Published on <time datetime={{date | date("DATE")}}>{{date | date("DATE_US")}}</time>, {{ readingInfo.words }} words, {{ readingInfo.minutes }} minutes to read 19 + </p> 20 + 21 + {% if desc %} 22 + <p class="text-sm font-sans text-fg-3 dark:text-fgDark-3 my-1">{{desc}}</p> 23 + {% endif %} 24 + </div> 25 + <div> 26 + <iframe src="https://github.com/sponsors/Xe/button" title="Sponsor Xe" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe> 27 + </div> 28 + </div> 21 29 22 30 {% if patronExclusive %} 23 31 <div class="bg-yellow-50 border-l-4 border-yellow-400 py-1 px-4 mb-4">
+2 -2
lume/src/index.jsx
··· 37 37 })} 38 38 </ul> 39 39 40 + <iframe src="https://github.com/sponsors/Xe/card" title="Sponsor Xe" height="225" width="600" style="border: 0;" className="mx-auto" /> 41 + 40 42 <h2 class="text-2xl mb-4">Notable Publications</h2> 41 43 <ul class="list-disc ml-4 mb-4"> 42 44 {resume.notablePublications.map((publication) => ( ··· 65 67 </ul> 66 68 67 69 <p class="mb-4">Looking for someone for your team? Check <a href="/signalboost">here</a>.</p> 68 - 69 - <iframe src="https://github.com/sponsors/Xe/card" title="Sponsor Xe" height="225" width="600" style="border: 0;" /> 70 70 71 71 <div class="flex flex-wrap items-start justify-center p-5"> 72 72 {resume.buzzwords.map((buzzword) => (