Update README

This commit is contained in:
Akira Tempaku 2024-02-21 21:01:20 +09:00
parent c56d072da4
commit 138c163a6d

View file

@ -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