https://github.com/clojang/blog
A low-volume blog for the Clojang projects
https://github.com/clojang/blog
blog clojure erlang java jiface jinterface jvm lfe site web
Last synced: 3 months ago
JSON representation
A low-volume blog for the Clojang projects
- Host: GitHub
- URL: https://github.com/clojang/blog
- Owner: clojang
- License: apache-2.0
- Created: 2017-03-05T05:55:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T06:03:17.000Z (over 7 years ago)
- Last Synced: 2025-02-21T10:16:15.409Z (11 months ago)
- Topics: blog, clojure, erlang, java, jiface, jinterface, jvm, lfe, site, web
- Language: HTML
- Homepage: http://clojang.lfe.io/
- Size: 962 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clojang Blog
*The Official Blog for Clojure/BEAM Language Development*
## Prerequisites
```bash
$ make setup
```
Set the `PATH` to include the project's executable and setup auto-completion:
```bash
$ export PATH=$PATH:`pwd`/bin
$ source dev-resources/shell/blog-bash-autocompletion
```
## Creating Post Stubs
```bash
$ blog new post md
```
or, for example,
```bash
$ blog new post html
```
For more options see `blog new post help`.
## Generating Static Files
```bash
$ blog gen
```
If you'd like to run a dev web server with the generated content served at the
doc root, you can use this `make` target:
```
$ blog blog-dev-generated
```
## Checking Metadata and Content
TBD
## Publishing Content
TBD