From 138c163a6d2f1da16fdb1141b1641014901e2d1e Mon Sep 17 00:00:00 2001 From: paku <paku@skyizwhite.dev> Date: Wed, 21 Feb 2024 21:01:20 +0900 Subject: [PATCH] Update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d442f..c693191 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # homepage (WIP) -My homepage built with HTMX and Common Lisp +My homepage. + +## Tech stack + +- [Common Lisp](https://lisp-lang.org/) +- [jingle](https://github.com/dnaeon/cl-jingle): Web framework extending [ningle](https://github.com/fukamachi/ningle) +- [ningle-fbr](https://github.com/skyizwhite/ningle-fbr): [ningle](https://github.com/fukamachi/ningle) plugin for file-based routing +- [piccolo](https://github.com/skyizwhite/piccolo): HTML generator +- [HTMX](https://htmx.org/): high power tools for HTML +- [Alpine.js](https://alpinejs.dev/): rugged, minimal tool for composing behavior directly in markup +- [Tailwind CSS](https://tailwindcss.com/): utility-first CSS framework +- [daisyUI](https://daisyui.com/): component library for Tailwind CSS