Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eronana/arukas
- Owner: Eronana
- Created: 2016-01-06T15:35:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T14:46:56.000Z (almost 9 years ago)
- Last Synced: 2024-10-20T14:28:28.257Z (18 days ago)
- Language: JavaScript
- Homepage: https://old.loli.bz
- Size: 373 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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