The code and data behind xeiaso.net
5
fork

Configure Feed

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

lume/src/{blog,talks}: remove pagefind for right now

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

Xe Iaso 0a1e063e 8b2200a1

-8
-4
lume/src/blog.jsx
··· 14 14 <a href="/blog.json">JSONFeed</a>. 15 15 </p> 16 16 17 - <div class="bg-bg-1 dark:bg-bg-1 rounded-xl m-2 px-2 py-1 shadow-md max-w-xl"> 18 - <div className=" my-4" id="search"></div> 19 - </div> 20 - 21 17 <ul class="list-disc ml-4 mb-4"> 22 18 {search.pages("type=blog", "order date=desc").map((post) => { 23 19 const url = post.data.redirect_to ? post.data.redirect_to : post.data.url;
-4
lume/src/talks.jsx
··· 8 8 <> 9 9 <h1 className="text-3xl mb-4">{title}</h1> 10 10 11 - <div class="bg-bg-1 dark:bg-bg-1 rounded-xl m-2 px-2 py-1 shadow-md max-w-xl"> 12 - <div className=" my-4" id="search"></div> 13 - </div> 14 - 15 11 <ul class="list-disc ml-4 mb-4"> 16 12 {search.pages("layout=talk.njk", "order date=desc").map((post) => ( 17 13 <li>