Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

website for ClojureScript

License

NotificationsYou must be signed in to change notification settings

clojure/clojurescript-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Contributing

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.

Building the Site

The site is built usingJBake.

Toinstall JBake 2.5.0-SNAPSHOT:

  1. curl -Ohttp://cdn.cognitect.com/clojurescript.org/jbake-2.5.0-SNAPSHOT-bin.zip (or download this file with your browser)

  2. unzip -o jbake-2.5.0-SNAPSHOT-bin.zip

  3. Add jbake-2.5.0-SNAPSHOT/bin to your system PATH

To build the site:

Retrieve the content:

  1. git clonehttps://github.com/clojure/clojurescript-site.git (or your own fork)

  2. 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):

  1. curl -Ohttps://clojurescript.org/cljstheme.zip (or download this file with your browser to the clojurescript-site directory)

  2. unzip -o cljstheme.zip

Generate the pages:

> Note that `jbake` 2.5.0 requires Java 8. (It will not run properly under Java 9.)
  1. jbake - this will create the static site in the output directory

  2. Runjbake -s to serve these pages athttp://localhost:8820/index

Terms of Use

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors93

Languages


[8]ページ先頭

©2009-2025 Movatter.jp