Skip to content

Commit

Permalink
(minor) site icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Sep 4, 2024
1 parent 007ee2f commit cc99227
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<a href="https://ko-fi.com/vindarel"> Buy me a coffee! </a>
</p>

<p align="center"><img src="https://avatars.githubusercontent.com/u/72611034?s=48&v=4" /></p>

# CIEL Is an Extended Lisp

STATUS: ~~highly~~ WIP, the API WILL change, but it is usable.
Expand Down Expand Up @@ -200,11 +202,13 @@ ASDF is the de-facto system definition facility of Common Lisp, that
lets you define your system's metadata (author, dependencies, sources,
modules…).

Please ensure that you have ASDF >= 3.3.4.
Please ensure that you have ASDF >= 3.3.4. It is for instance not the case with SBCL 2.2.9.

Ask the version with our script:

It is for instance not the case with SBCL 2.2.9.
$ make check-asdf-version

Ask the version with `(asdf:asdf-version)` on a Lisp REPL, or with
or yourself with`(asdf:asdf-version)` on a Lisp REPL, or with
this one-liner from a terminal:

$ sbcl --eval '(and (print (asdf:asdf-version)) (quit))'
Expand Down
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

* [Home](/)
* [CIEL](/)
* [Install](install.md)
* [Scripting](scripting.md)
* [REPL and shell integration](repl.md)
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title> CIEL Is an Extended Lisp</title>
<link rel="icon" type="image/x-icon" href="https://avatars.githubusercontent.com/u/72611034?s=48&v=4">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Common Lisp, batteries included">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
Expand Down

0 comments on commit cc99227

Please sign in to comment.