home.social

#lunr — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lunr, aggregated by home.social.

fetched live
  1. We're one week away from the launch of Intuitive Machines' Nova-C launch of a lunar lander to the Moon's South Pole.

    If the mission is successful, it will be the United States' return to the lunar surface in over 50 years, and the first successful lunar landing by a private company.

    (Disclosure: I'm a retail investor in this company.)

    spacenews.com/first-intuitive-

    #IntuitiveMachines #LUNR #MoonLanding #NASA

  2. We're one week away from the launch of Intuitive Machines' Nova-C launch of a lunar lander to the Moon's South Pole.

    If the mission is successful, it will be the United States' return to the lunar surface in over 50 years, and the first successful lunar landing by a private company.

    (Disclosure: I'm a retail investor in this company.)

    spacenews.com/first-intuitive-

    #IntuitiveMachines #LUNR #MoonLanding #NASA

  3. LUNRのウェブサイトのURLがあるっぽいのです。@thesheetztweetzさんが2/6(火) 06:24に投稿。IM-1ミッションは2/14の12:57に東部標準時から複数日の打ち上げウィンドウが設定されている模様です。
    https://x.com/thesheetztweetz/status/1754617068316414251

    #LUNR #SpaceX #IM-1

  4. My blog at beyondwatts.com now has search 😀

    Read about how I set up search for a hugo static site using lunr @ beyondwatts.com/posts/hugo-sea

    #hugo #lunr #blog

  5. My blog at beyondwatts.com now has search 😀

    Read about how I set up search for a hugo static site using lunr @ beyondwatts.com/posts/hugo-sea

    #hugo #lunr #blog

  6. Sometimes, you can learn so much from studying source code!

    For example, this week I looked into @zachleat and @nhoizey 's project called Tweetback and discovered

    pagefind.app/

    Super helpful if you want to add #search to your #SSG build!

    (I considered #Lunr but that project didn't received an update in a while).

    #Eleventy

  7. Sometimes, you can learn so much from studying source code!

    For example, this week I looked into @zachleat and @nhoizey 's project called Tweetback and discovered

    pagefind.app/

    Super helpful if you want to add #search to your #SSG build!

    (I considered #Lunr but that project didn't received an update in a while).

    #Eleventy

  8. Lunr - Lunr enables you to provide a great search experience without the need for external, server-side, search services. lunrjs.com/ #Dev #Search #JavaScript #Lunr

  9. I wrote an article on how to implement a completely client-side search feature on a #Hugo-generated static website. There are bits and pieces of this info floating around but AFAIK no really complete writeups. #lunr #lunrjs

    palant.info/2020/06/04/the-eas

  10. Adding basic search functionality with #lunr.js wasn't too hard. The important part was not using hugo-lunr package (lots of bugs) but letting #Hugo generate JSON data for all documents itself. Didn't go with a pre-built search index, need document titles and such to display.