Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eronana/arukas

A static blog build on mithril.js
https://github.com/eronana/arukas

Last synced: 6 days ago
JSON representation

A static blog build on mithril.js

Awesome Lists containing this project

README

        

# Arukas
A static blog build on mithril.js
# WTF?
The difference of other static blog is all data is json and render in frontend by mithril.js

I used to be a Hexo user,so somethings such as theme [Light](https://github.com/hexojs/hexo-theme-light) are from [Hexo](https://github.com/hexojs/hexo)
# Installation
```bash
$ git clone [email protected]:Eronana/Arukas.git
$ cd Arukas
$ npm install
```
# How to use
## Create new post
```bash
$ coffee arukas.coffee new "Hello Arukas!"
```
## Generate blog
```bash
$ coffee arukas.coffee gen
```
## Start server to preview
```bash
$ coffee arukas.coffee server
```
## Deploy
```bash
$ coffee arukas.coffee deploy
```
## Shortcut
```bash
#$ coffee arukas.coffee gen
#$ coffee arukas.coffee server
$ coffee arukas.coffee gs
```
```bash
#$ coffee arukas.coffee gen
#$ coffee arukas.coffee deploy
$ coffee arukas.coffee gd
```
# License
MIT