Skip to content

Commit 42067a3

Browse files
committed
title
1 parent ea2a6dd commit 42067a3

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseURL = "http://example.org/"
22
languageCode = "en-us"
3-
title = "Web Apps in Lisp - Know-how"
3+
title = "Web Apps in Lisp: Know-how"
44

55
theme = "relearn"
66

@@ -12,5 +12,5 @@ theme = "relearn"
1212
# For search functionality
1313
[outputs]
1414
home = [ "HTML", "RSS", "JSON"]
15-
section = ["HTML", "RSS", "PRINT"]
16-
page = ["HTML", "RSS", "PRINT"]
15+
section = ["HTML", "RSS"]
16+
page = ["HTML", "RSS"]

content/_index.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
## Web Apps in Lisp: Know-how
32

43
You want to write a web application in Common Lisp and you don't know
54
where to start? You are a beginner in web development, or a lisp
@@ -24,7 +23,12 @@ products and displays the results.
2423

2524

2625
The **building blocks** section is organized by topics, so that with a
27-
question in mind you should be able to look at the table of contents, pick the right page and go ahead.
26+
question in mind you should be able to look at the table of contents,
27+
pick the right page and go ahead. You'll find more tutorials, for
28+
example in "User log-in" we build a login form.
29+
30+
![](/building-blocks/login.png)
31+
2832

2933
We hope that it will be plenty useful to you.
3034

@@ -36,6 +40,14 @@ Don't hesitate to share what you're building!
3640

3741
Now let's go to [the tutorial](/tutorial/).
3842

43+
## How to start with Common Lisp
44+
45+
This resources is not about learning Common Lisp the language, and we
46+
expect you have a working setup, with the Quicklisp package
47+
manager. Please have the
48+
[Cookbook](https://lispcookbook.github.io/cl-cookbook/) open on the side.
49+
50+
3951
## Contact
4052

4153
We are @vindarel on [Discord's Lisp server](https://discord.gg/hhk46CE) and Mastodon. We can use Github

0 commit comments

Comments
 (0)