Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benjamincharity/blog.benjamincharity.com

The theme for my Ghost blog.
https://github.com/benjamincharity/blog.benjamincharity.com

Last synced: 11 days ago
JSON representation

The theme for my Ghost blog.

Awesome Lists containing this project

README

        

# blog.benjamincharity.com

Theme for my ghost blog.

- - -

### Local Development

# in blog.benjamincharity.com
$ npm start

# in blog.benjamincharity.com/content/themes/benjamincharity
$ compass watch .

### Build JS

$ cd themes/benjamincharity/assets/js
$ uglifyjs --compress --mangle -o all.min.js -- all.js
$ cd ../../../
$ zip -r -X benjamincharity.zip benjamincharity

Upload zip file to [this page](https://ghost.org/blogs/benjamincharity/).