- Notifications
You must be signed in to change notification settings - Fork135
clojure/clojurescript-site
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This web site is an open-source repository of content about the ClojureScript programming language and its greater ecosystem, hosted athttp://clojurescript.org.
If you wish to point out an issue in the site or propose a new page, you can do so by filing a GitHub issue athttps://github.com/clojure/clojurescript-site/issues.
If you wish to make a contribution (typo, modification, or new content), you must become a contributor and follow thecontribution process.
The site is built usingJBake.
Toinstall JBake 2.5.0-SNAPSHOT:
curl -Ohttp://cdn.cognitect.com/clojurescript.org/jbake-2.5.0-SNAPSHOT-bin.zip
(or download this file with your browser)unzip -o jbake-2.5.0-SNAPSHOT-bin.zip
Add jbake-2.5.0-SNAPSHOT/bin to your system PATH
To build the site:
Retrieve the content:
git clonehttps://github.com/clojure/clojurescript-site.git
(or your own fork)cd clojurescript-site
Retrieve and install the current theme assets (these don’t change very often so you don’t need to do this every time):
curl -Ohttps://clojurescript.org/cljstheme.zip
(or download this file with your browser to the clojurescript-site directory)unzip -o cljstheme.zip
Generate the pages:
> Note that `jbake` 2.5.0 requires Java 8. (It will not run properly under Java 9.)
jbake
- this will create the static site in the output directoryRun
jbake -s
to serve these pages athttp://localhost:8820/index
Copyright © 2015 Rich Hickey and contributors
All documentation contained in this repository is licensed by Rich Hickey under theEclipse Public License v1.0 unless otherwise noted. To submit a pull request or other contribution, you must sign theClojure Contributor Agreement.
About
website for ClojureScript
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.