home.social

#weborigami — Public Fediverse posts

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

fetched live
  1. I've posted a video about how you can build a site from scratch in any language you like without the need for an off-the-shelf static site generator (#ssg): youtube.com/watch?v=6t3BN3Z-Tk

    This compares using an SSG like or (#11ty) to build a blog with building the same blog in , , or even a language like . I'm designing to be the most concise and clearest language for this purpose — but you can use any language you like.

  2. 連休中(というか今日だけだけど) #WebOrigami の シンタックスとかに対応する #Zed 用の Extension を既存の公式 #VSCode 用 Extension から作るということをやって、手元では問題なく動いてる模様。
    Claude Sonnet 5 にやらせて $30 くらい使った(Zed Pro で利用してるので1割くらい割高換算

  3. RE: mastodon.online/@mwichary/1169

    It's easy to forget that can delight people.

    It can delight both the users depending on it — and the software creators who want to help those users.

    I’m happy to have cited here alongside other projects that: listen to users, focus on small details, care about the overall experience, and have the wherewithal to keep delivering improvements.

    unsung.aresluna.org/a-good-kin

  4. This week's comic: Create a blog roll

    More about Reading in an OPML file and transforming it to HTML: weborigami.org/builtins/origam
    HTML comic: weborigami.org/comics/create-a

  5. This week's comic: Organizing your writings

    More about models for turning your writing into a site: weborigami.org/model
    HTML comic: weborigami.org/comics/organizi

    Does your site publishing tool let you organize your writing the way you want?

  6. Having fun using the updated screenshot extension to capture PDFs of web pages, wrote a tiny Origami program that crawls a live site and archives all its HTML pages as a corresponding tree of PDF files 😃

    github.com/WebOrigami/extensio

  7. This week's comic: Making your complete site content public

    More about JSON Keys protocol: weborigami.org/async-tree/json
    HTML comic: weborigami.org/comics/making-y

    The protocol is simple and independent of the Web Origami project.
    Everyone benefits from an open web!

  8. This week's comic: Track changes in your site

    More about Origami's Dev.changes builtin: weborigami.org/builtins/dev/ch
    HTML comic: weborigami.org/comics/track-ch

    This Origami tool works with any generator!

  9. 妻が10数年前から更新している #WordPress を静的なページにリプレースするにあたって、WordPressのエントリーをエクスポートした XML から JSON に変換したデータをもとにページを生成するということを試してみている

    #WebOrigami

  10. #GW の連休に #WebOrigami のドキュメントを読み進めてる。
    Origami の記法を "#JavaScript の方言(dialect)" としてはいままでちゃんと理解できてなかったので、あらためて読み直してる :laptop_parrot:

    weborigami.org/language/expres

  11. 最近、休日に少しずつ #weborigami の勉強を再開している :laptop_parrot:

    ビルトイン関数が充実してるのと、 Pipe operator で処理を繋ぐの覚えて少し理解が進んだ気がしてる :tony_happy:

    weborigami.org/language/expres

  12. It’s a treat to read such a well-written overview of !

    vale.rocks/posts/web-origami

    I recall that @vale completely got the idea the first time he saw it, and he’s done great things with it ever since.

    I think Origami’s the best way to make your site, but don’t just take my word for it — read Vale’s post!

  13. When I build websites, the first tool I reach for is Web Origami, made by @JanMiksovsky. It is a brilliant way to manage data and content, transforming it as necessary. Vale.Rocks and most of my other sites are completely built upon it.

    Here are some more thoughts: https://vale.rocks/posts/web-origami

    #WebDev #FrontEndDev #WebOrigami

  14. My site’s search functionality now supports searching not only content natively on my site but also my writing on other publications.

    All possible thanks to a mini-site made with WebOrigami that indexes external content and the ever-wonderful Pagefind library.

    This is useful, because sometimes I get messages asking if I was the one who wrote about a topic.

    It has long been easy for people to search for content present directly on my site, but it has been tricky to search in one place for my writing across the rest of the web. Happy to have this solution!

    #Pagefind #WebOrigami #WebDev

  15. Configuration-based site-making tools say: organize your content into folders, edit some config files, then run our tool to get a site.

    But what if writing your site from scratch actually involves *less* code?

    My 4th and final post in a series comparing a sample blog in and : **Is code is more concise than configuration?** (Yes! Yes it is! Also easier to follow, more coherent, and more expressive.)

    jan.miksovsky.com/posts/2026/0

  16. Code is more expressive than configuration: comparing a sample blog in and

    jan.miksovsky.com/posts/2026/0

    Third post of four comparing creating the same in two different systems. Both require code — which kind of code do you want to write?