Skip to content

Commit 998ffcd

Browse files
committed
make build, index, CC BY
1 parent 4fe60d3 commit 998ffcd

File tree

4 files changed

+38
-9
lines changed

4 files changed

+38
-9
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11

22
run:
33
./hugo serve
4+
5+
build:
6+
./hugo build --gc --minify && cp -r public/ docs/ && echo "done"

README.markdown

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11

2-
Hugo > 0.62, v0.97 works
2+
Hugo > 0.62, v0.136.0 works
33

44
make run
5+
6+
needs our little local tweaks of the relearn theme.
7+
8+
- https://mcshelby.github.io/hugo-theme-relearn/
9+
10+
## publish
11+
12+
GitHub Pages, from the master branch, `docs/` directory (no automated GH action yet)
13+
14+
make build
15+
16+
and push.
17+
18+
## Licence
19+
20+
CC BY
21+
22+
![](https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/CC_BY_icon.svg/88px-CC_BY_icon.svg.png)

content/_index.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,31 @@ We hope that it will be plenty useful to you.
3434

3535
Don't hesitate to share what you're building!
3636

37-
{{% notice info %}}
38-
🎥 If you want to learn Common Lisp efficiently, with a code-driven approach, good news, [I am creating a video course](https://www.udemy.com/course/common-lisp-programming/?referralCode=2F3D698BBC4326F94358) on the Udemy platform. Learn more and get coupons [here](https://github.com/vindarel/common-lisp-course-in-videos/). I also have [Common Lisp tutorial videos on Youtube](https://www.youtube.com/@vindarel).
39-
{{% /notice %}}
37+
{{% notice info %}} 🎥 If you want to learn Common Lisp efficiently,
38+
with a code-driven approach, good news, [I am creating a video
39+
course](https://www.udemy.com/course/common-lisp-programming/?referralCode=2F3D698BBC4326F94358)
40+
on the Udemy platform. Already more than 7 hours of content, rated
41+
4.61/5 by our learners (thank you!). Learn more and get coupons
42+
[here](https://github.com/vindarel/common-lisp-course-in-videos/). I
43+
also have [Common Lisp tutorial videos on
44+
Youtube](https://www.youtube.com/@vindarel). {{% /notice %}}
4045

4146
Now let's go to [the tutorial](/tutorial/).
4247

4348
## How to start with Common Lisp
4449

45-
This resources is not about learning Common Lisp the language, and we
50+
This resource is not about learning Common Lisp the language. We
4651
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.
52+
manager. Please refer to the [CL
53+
Cookbook](https://lispcookbook.github.io/cl-cookbook/).
4954

5055

5156
## Contact
5257

53-
We are @vindarel on [Discord's Lisp server](https://discord.gg/hhk46CE) and Mastodon. We can use Github
54-
Discussions for anything CL + web related.
58+
We are @vindarel on [Lisp's Discord server](https://discord.gg/hhk46CE) and Mastodon.
59+
<!-- Our email: `(@ vindarel (dot mailz org))`. -->
60+
61+
<!-- I am an independent developer, using Common Lisp in production© since 2020 and I am sharing my experince on [https://lisp-journey.gitlab.io/](https://lisp-journey.gitlab.io/). -->
5562

5663

5764
<!-- ## Keywords -->

content/building-blocks/form-validation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ that offers many features:
1111

1212
- automatic forms
1313
- form validation with in-line error messages
14+
- CSRF protection
1415
- client-side validation
1516
- subforms
1617
- Djula and Spinneret renderers

0 commit comments

Comments
 (0)