Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clo
cl-site
Commits
c261de1b
Commit
c261de1b
authored
May 11, 2018
by
Mariano Montone
Browse files
Icons
parent
13b3628d
Changes
3
Hide whitespace changes
Inline
Side-by-side
content/community.html
View file @
c261de1b
IRC
Mailing Lists
Planet Lisp
Wiki
More
CLD
CLUser
<h1><i
class=
"fa fa-users"
></i>
Community
</h1>
<div
class=
"row"
style=
"padding-top: 50px;"
>
<div
class=
"col-lg-4 col-md-6"
>
<h2><i
class=
"far fa-comments"
></i>
IRC
</h2>
Blah blah
Blah
</div>
<div
class=
"col-lg-4 col-md-6"
>
<h2><i
class=
"far fa-envelope"
></i>
Mailing Lists
</h2>
</div>
<div
class=
"col-lg-4 col-md-6"
>
<h2><i
class=
"far fa-newspaper"
></i>
News
</h2>
Planet Lisp
</div>
<div
class=
"col-lg-4 col-md-6"
>
<h2>
Wiki
</h2>
</div>
<div
class=
"col-lg-4 col-md-6"
>
<h2>
More
</h2>
CLD
CLUser
</div>
</div>
content/documentation.html
View file @
c261de1b
<h1>
Documentation
</h1>
<h2>
Getting Started
</h2>
A good way to get started with Lisp is to go through
<a
href=
"http://www.gigamonkeys.com/book/"
>
Practical Common Lisp book
</a>
.
<h2>
Books
</h2>
<ul>
<li><a
href=
"http://www.gigamonkeys.com/book/"
>
Practical Common Lisp
</a></li>
<li><a
href=
"http://www.paulgraham.com/onlisptext.html"
>
On Lisp
</a>
by Paul Graham. A bit more advanced than PCL.
</li>
</ul>
<h2>
Specification
</h2>
<a
href=
"http://www.lispworks.com/documentation/lw50/CLHS/Front/Contents.htm"
>
ANSI Common Lisp specification
</a>
<h2>
Getting Help
</h2>
If you need help, get in contact via
<a
href=
"/community"
>
the Lisp mailing lists and IRC
</a>
.
<section
style=
"padding-top: 30px;"
>
<h2><i
class=
"fa fa-walking"
></i>
Getting Started
</h2>
<p>
A good way to get started with Lisp is to go through
<a
href=
"http://www.gigamonkeys.com/book/"
>
Practical Common Lisp book
</a>
.
</p>
</section>
<section
style=
"padding-top: 30px;"
>
<h2><i
class=
"fa fa-book"
></i>
Books
</h2>
<p>
<ul>
<li><a
href=
"http://www.gigamonkeys.com/book/"
>
Practical Common Lisp
</a></li>
<li><a
href=
"http://www.paulgraham.com/onlisptext.html"
>
On Lisp
</a>
by Paul Graham. A bit more advanced than PCL.
</li>
</ul>
</p>
</section>
<section
style=
"padding-top: 30px;"
>
<h2><i
class=
"fa fa-book"
></i>
Specification
</h2>
<p>
<a
href=
"http://www.lispworks.com/documentation/lw50/CLHS/Front/Contents.htm"
>
ANSI Common Lisp specification
</a>
</p>
</section>
<section
style=
"padding-top: 30px;"
>
<h2><i
class=
"far fa-question-circle"
></i>
Getting Help
</h2>
<p>
If you need help, get in contact via
<a
href=
"/community"
>
the Lisp mailing lists and IRC
</a>
.
</p>
</section>
layout/templates/layout_2018.html
View file @
c261de1b
...
...
@@ -6,6 +6,7 @@
<title>
{{title}}
</title>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity=
"sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin=
"anonymous"
>
<link
href=
"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"
rel=
"stylesheet"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.0.13/css/all.css"
integrity=
"sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
crossorigin=
"anonymous"
>
<link
href=
"/layout_2018.css"
rel=
"stylesheet"
type=
"text/css"
>
{{#styles}}
<link
href=
"{{location}}"
rel=
"stylesheet"
type=
"text/css"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment