-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e817bb6
commit 24fc4d7
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
(uiop:define-package #:staticl-docs/sites | ||
(:use #:cl) | ||
(:import-from #:named-readtables | ||
#:in-readtable) | ||
(:import-from #:40ants-doc | ||
#:defsection) | ||
(:import-from #:pythonic-string-reader | ||
#:pythonic-string-syntax)) | ||
(in-package #:staticl-docs/sites) | ||
|
||
|
||
(in-readtable pythonic-string-syntax) | ||
|
||
(defsection @sites (:title "Sites Built With StatiCL") | ||
""" | ||
Here is a list of sites which use `StatiCL` to generate HTML: | ||
* https://40ants.com/ ([sources](https://github.com/40ants/40ants.github.com)). | ||
Feel free to create PR to add your site here. It will be intresting to share configurations, themes and plugins! | ||
""") |