Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/benjamincharity/blog.benjamincharity.com
- Owner: benjamincharity
- Created: 2015-01-19T14:15:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T16:36:37.000Z (about 5 years ago)
- Last Synced: 2024-04-15T09:19:20.391Z (7 months ago)
- Language: CSS
- Homepage: http://blog.benjamincharity.com
- Size: 2.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 benjamincharityUpload zip file to [this page](https://ghost.org/blogs/benjamincharity/).