Skip to content

Eronana/Arukas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 are from Hexo

Installation

$ git clone git@github.com:Eronana/Arukas.git
$ cd Arukas
$ npm install

How to use

Create new post

$ coffee arukas.coffee new "Hello Arukas!"

Generate blog

$ coffee arukas.coffee gen

Start server to preview

$ coffee arukas.coffee server

Deploy

$ coffee arukas.coffee deploy

Shortcut

#$ coffee arukas.coffee gen
#$ coffee arukas.coffee server
$ coffee arukas.coffee gs
#$ coffee arukas.coffee gen
#$ coffee arukas.coffee deploy
$ coffee arukas.coffee gd

License

MIT

About

A static blog build on mithril.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published