Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/empress/empress-blog-casper-template
A static site version of the default personal blogging theme for Ghost - no server required
https://github.com/empress/empress-blog-casper-template
Last synced: 5 days ago
JSON representation
A static site version of the default personal blogging theme for Ghost - no server required
- Host: GitHub
- URL: https://github.com/empress/empress-blog-casper-template
- Owner: empress
- License: mit
- Created: 2018-01-07T11:29:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T19:06:47.000Z (about 1 year ago)
- Last Synced: 2024-05-19T05:39:15.544Z (6 months ago)
- Language: CSS
- Homepage: https://empress-blog-casper-template.netlify.com/
- Size: 7.46 MB
- Stars: 39
- Watchers: 4
- Forks: 22
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - empress/empress-blog-casper-template - A static site version of the default personal blogging theme for Ghost - no server required (others)
README
# empress-blog-casper-template
This is a template designed to work with [empress-blog](https://github.com/empress/empress-blog)
and is a fully-functional, static site implementation of the official Ghost [Casper
Template](https://github.com/TryGhost/Casper) built on EmberJS with fully working out of the box SEO
friendly output. It supports being hosted on Github Pages, AWS S3 or any other static site hosting
solution.For more information on how to use this system [read the empress-blog
documentation](https://github.com/empress/empress-blog/blob/master/README.md) but if you want to
get started straight away, try the quick start below.If you want an example of this "in production" then check out the [Stone Circle
Blog](https://blog.stonecircle.io). If you use this in production let me know
[on Twitter](https://twitter.com/real_ate) and I can add a "built with
empress-blog-casper-template" wiki.You do not need to be a web developer to be able to use this system. You just write markdown files
and the rest of the work is performed by EmberJS' build system.## Quick Start
```sh
# if you don't have ember-cli installed already
npm install -g ember-cliember new super-blog
cd super-blogember install empress-blog empress-blog-casper-template
```It will ask you if you want to update the `index.html` file and you should say yes 👍
If you want to see the blog system running on your local machine just run `npm start` and you will
be able to navigate to [http://localhost:4200](http://localhost:4200) to see the blog in action.