Skip to content

clozhang/blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clozhang Blog

The Github repo for the Clozhang Blog

See: https://clozhang.github.io/blog/

Prerequisites

$ make setup

Set the PATH to include the project's executable and setup auto-completion:

$ export PATH=$PATH:`pwd`/bin
$ source dev-resources/shell/blog-bash-autocompletion

Creating Post Stubs

$ blog new post md

or, for example,

$ blog new post html

For more options see blog new post help.

Generating Static Files

$ 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

About

A low-volume blog for the Clozhang projects andn Clojure π-Calculus

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 55.2%
  • CSS 24.9%
  • Clojure 15.6%
  • Makefile 4.2%
  • Shell 0.1%