zk33 / actless

simple & fast static website generator/cms based on wig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actless

simple & fast static website generator/cms based on wig

initialize

npm install actless
$(npm bin)/actless init

watch&build

gulp

compile options

see gulpfile.js after $(npm bin)/actless init.

defined gulp tasks

actless:sass

compile SASS

actless:js

compile JavaScript

actless:wig

compile HTML with wig

actless:server

run local test server

actless:compile

compile SASS,JS,HTML(with wig) and prettify HTML

actless:compile-full

actless:compile + icon font

actless:watch

watch SASS,JS,HTML(with wig) and prettify source and compile all.

actless:watch-full

actless:watch + watch icon font source

actless:default

actless:compile + actless:watch

actless:full

actless:compile-full + actless:watch-full

About

simple & fast static website generator/cms based on wig


Languages

Language:JavaScript 88.3%Language:SCSS 6.6%Language:HTML 3.7%Language:CSS 1.5%