0.0.10 • Published 10 months ago

ezal v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Ezal

Simple blog framework.

简体中文

Document

English Document 中文文档

Todo

  • Markdown Renderer
  • Plugin System
    • Typescript support (optional)
  • Remake category function
  • Improve server mode
  • Improve build process
  • Theme support
  • Document

Use

Install Ezal.

npm init
npm install --save chokidar
npm install --save highlight.js
npm install --save live-server
npm install --save pug
npm install --save stylus
npm install --save yaml
npm install --save ezal

Add in package.json.

{
  "scripts": {
    "init": "node ./node_modules/ezal/dist/main.js init",
    "build": "node ./node_modules/ezal/dist/main.js",
    "serve": "node ./node_modules/ezal/dist/main.js serve",
    "clean": "node ./node_modules/ezal/dist/main.js clean"
  }
}

Init the project.

npm run init

Done.

Build

npm install
npm install -g typescript
tsc

Run

npm run serve

Clean

npm run clean
0.0.10

10 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago