0.0.10 • Published 3 years ago
ezal v0.0.10
Ezal
Simple blog framework.
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 ezalAdd 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 initDone.
Build
npm install
npm install -g typescript
tscRun
npm run serveClean
npm run clean