diff --git a/_layouts/chapter.html b/_layouts/chapter.html index 0abdb51..31d074e 100644 --- a/_layouts/chapter.html +++ b/_layouts/chapter.html @@ -4,14 +4,20 @@ -

- 📢 👩‍🎓 ⭐ - NEW: learn CLOS in videos! (50% coupon), by the Cookbook's main contributor. - - Learn more. + + + + + + + + + + +

+ 📢 + NEW: Web Apps In Lisp, Know-how. Learn web development in Common Lisp.

diff --git a/assets/style.scss b/assets/style.scss index f13874f..a3dceab 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -172,6 +172,11 @@ footer { margin: 1em 0 1em 0; } +.announce-green { + // background-color: MediumAquamarine + background-color: MediumAquamarine +} + .announce a { text-decoration: underline; // color: white; diff --git a/web.md b/web.md index 720ec90..2b8311b 100644 --- a/web.md +++ b/web.md @@ -30,6 +30,11 @@ application. We do *not* aim to be exhaustive nor to replace the upstream documentation. Your feedback and contributions are appreciated. +
+ +INFO: a new website now specializes on web development in Common Lisp: Web Apps in Lisp, Know-how (sources). +
+ @@ -1172,6 +1177,7 @@ row. ## See also +- [Web Apps in Lisp, Know-how](https://web-apps-in-lisp.github.io/) - [Feather](https://hg.sr.ht/~wnortje/feather), a template for web application development, shows a functioning Hello World app with an HTML page, a JSON API, a passing test suite, a Postgres DB @@ -1180,7 +1186,6 @@ row. a simple project template with Hunchentoot, Easy-Routes, Djula and Bulma CSS. - [lisp-web-live-reload-example](https://github.com/vindarel/lisp-web-live-reload-example/) - a toy project to show how to interact with a running web app. -- [lisp-journey: enrich your stacktrace with session and user data](https://lisp-journey.gitlab.io/blog/common-lisp-on-the-web-enrich-your-stacktrace-with-request-and-session-data/) - [video: how to build a web app in Lisp · part 1](https://www.youtube.com/watch?v=h_noB1sI_e8) featuring Hunchentoot, easy-routes, Djula templates, error handling, common traps. ## Credits