Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zutrinken/austere
Ghost Theme 🚧 Unmaintained
https://github.com/zutrinken/austere
blog ghost theme
Last synced: 5 days ago
JSON representation
Ghost Theme 🚧 Unmaintained
- Host: GitHub
- URL: https://github.com/zutrinken/austere
- Owner: zutrinken
- License: mit
- Created: 2016-07-14T19:26:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T15:51:02.000Z (over 4 years ago)
- Last Synced: 2024-08-01T12:17:34.556Z (3 months ago)
- Topics: blog, ghost, theme
- Language: CSS
- Homepage:
- Size: 929 KB
- Stars: 38
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - zutrinken/austere - Ghost Theme 🚧 Unmaintained (others)
README
🚧 __Unmaintained__
***
## Screenshots
## Setup
To enable [Disqus](https://disqus.com/) comments go to your blogs code injection settings and add `var disqus="YOUR_DISQUS_SHORTNAME";` to your blog header.
## Development
Install [Grunt](http://gruntjs.com/getting-started/):
npm install -g grunt-cli
Install Grunt modules:
npm install
Install [Bower](http://bower.io):
npm install -g bower
Install Bower components:
bower install
Build Grunt project:
grunt
Distribute Grunt project:
grunt build
## Copyright & License
Copyright (C) 2016-2019 Peter Amende - Released under the [MIT License](https://github.com/zutrinken/austere/blob/master/LICENSE).