Skip to content

Commit

Permalink
Added a list of sites.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed May 9, 2024
1 parent e817bb6 commit 24fc4d7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#:@roadmap)
(:import-from #:staticl-docs/contribution
#:@contribution)
(:import-from #:staticl-docs/sites
#:@sites)
(:export #:@index
#:@readme
#:@changelog))
Expand All @@ -51,6 +53,7 @@
"40A"
"API"
"JS"
"PR"
"CSS"
"UTF-8"
"RSS"
Expand Down Expand Up @@ -112,6 +115,7 @@
(@installation section)
(@introduction section)
(@roadmap section)
(@sites section)
(@contribution section))


Expand Down
21 changes: 21 additions & 0 deletions docs/sites.lisp
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!
""")

0 comments on commit 24fc4d7

Please sign in to comment.