All Projects → clojure → Clojure Site

clojure / Clojure Site

Licence: epl-1.0
clojure.org site

Programming Languages

clojure
4091 projects

Projects that are alternatives of or similar to Clojure Site

Funbook Old
I have a dream, to be a novelist someday.
Stars: ✭ 65 (-69.48%)
Mutual labels:  docs, website
Echox
Echo cookbook and website
Stars: ✭ 275 (+29.11%)
Mutual labels:  docs, website
Preact Www
📖 Preact documentation website.
Stars: ✭ 272 (+27.7%)
Mutual labels:  docs, website
Website
Yarn package manager website
Stars: ✭ 374 (+75.59%)
Mutual labels:  docs, website
Website
🌐 The Babel documentation website
Stars: ✭ 631 (+196.24%)
Mutual labels:  docs, website
Ru.reactjs.org
React documentation website in Russian / Официальная русская версия сайта React
Stars: ✭ 444 (+108.45%)
Mutual labels:  docs, website
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (+47.89%)
Mutual labels:  docs, website
Nord Docs
The official Nord website and documentation
Stars: ✭ 63 (-70.42%)
Mutual labels:  docs, website
Typemill
TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.
Stars: ✭ 150 (-29.58%)
Mutual labels:  docs, website
Learnify
👨🏻‍🏫 — Web Edukasi Open-Source yang dibuat oleh SYAUQIZAIDAN KHAIRAN KHALAF. Learnify adalah Web edukasi yang dilengkapi video, materi dan sistem ujian yang tersedia secara gratis. Learnify dibuat ditujukan agar para siswa dan guru dapat terus belajar dan mengajar dimana saja dan kapan saja.
Stars: ✭ 199 (-6.57%)
Mutual labels:  website
Perf.rocks
Curated resources that help you build lightning fast websites
Stars: ✭ 206 (-3.29%)
Mutual labels:  website
Boomerang Free Bootstrap Ui Kit
Boomerang is a high quality UI Kit built on top of the well known Bootstrap 4 Framework. This theme was designed as its own extended version of Bootstrap with multiple functionalities and controls added, extended color palette and beautiful typography.
Stars: ✭ 196 (-7.98%)
Mutual labels:  website
Neutralinojs.github.io
Official web site of neutralino.js
Stars: ✭ 199 (-6.57%)
Mutual labels:  website
Open Source Catalog
Contains the NASA open source software catalog for automatic deployment to code.nasa.gov
Stars: ✭ 207 (-2.82%)
Mutual labels:  website
Bundle Buddy Webpack Plugin
🐐🐐🐐🐐 bundle-buddy-webpack-plugin 🐐🐐🐐🐐
Stars: ✭ 199 (-6.57%)
Mutual labels:  website
Learn Rust
https://getrust.tech
Stars: ✭ 211 (-0.94%)
Mutual labels:  docs
Websites And Tools
🔰 分类收藏一些网站、工具和软件,记录一些关于 windows/macOS/linux 系统的使用技巧和软件操作。
Stars: ✭ 196 (-7.98%)
Mutual labels:  website
Swagger Toolbox
💡 Swagger schema model (in yaml, json) generator from json data
Stars: ✭ 194 (-8.92%)
Mutual labels:  website
Webstackpage.github.io
❤️静态响应式网址导航网站 - webstack.cc
Stars: ✭ 3,054 (+1333.8%)
Mutual labels:  website
Promisejs.org
a promise website to document and promote
Stars: ✭ 210 (-1.41%)
Mutual labels:  website

= README Alex Miller 2015-10-19 :jbake-type: page :toc: macro

This web site is an open-source repository of content about the Clojure programming language and its greater ecosystem, hosted at https://clojure.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 at https://github.com/clojure/clojure-site/issues.

If you wish to make a contribution (typo, modification, or new content), you must become a contributor and follow the https://github.com/clojure/clojure-site/blob/master/content/community/contributing_site.adoc[contribution process].

== Building the Site

The site is built using http://jbake.org/[JBake].

To https://jbake.org/docs/2.6.5/#installation[install] JBake 2.6.5:

. curl -L -O https://dl.bintray.com/jbake/binary/jbake-2.6.5-bin.zip (or download this file with your browser) . unzip -o jbake-2.6.5-bin.zip . Add jbake-2.6.5-bin/bin to your system PATH

To build the site:

Retrieve the content:

. git clone https://github.com/clojure/clojure-site.git (or your own fork) . cd clojure-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 -O https://clojure.org/clojuretheme.zip (or download this file with your browser to the clojure-site directory) . unzip -o clojuretheme.zip

Generate the pages:

. jbake -b - this will create the static site in the output directory . Run jbake -s to serve these pages at http://localhost:8820/index

Terms of Use

Copyright © 2016-2020 Rich Hickey and contributors

All documentation contained in this repository is licensed by Rich Hickey under the http://www.eclipse.org/legal/epl-v10.html[Eclipse Public License v1.0] unless otherwise noted. To submit a pull request or other contribution, you must sign the http://clojure.org/community/contributing[Clojure Contributor Agreement].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].