Socket
Socket
Sign inDemoInstall

zblog

Package Overview
Dependencies
344
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    zblog

It is a static blog stystem based on markdown and nodejs


Version published
Maintainers
1
Created

Readme

Source

zblog

It is a tatic blog system based on markdown and nodejs

Operate

// install
$ npm install -g zblog

// help
zblog -h

// init a blog
$ zblog init newblog

// change to newblog
$ cd newblog

/* 以下命令需要在newblog目录下操作 */

// publish blog
$ zblog build

// preview blog
$ zblog server start

// stop server
$ zblog server stop

// open server directory
$ zblog server open

// publish blog to specify directory
$ zblog build -o ./output

// create a new article
$ zblog new filename

待实现

  • 实现资源定位
  • 实现编译缓存
  • 实现基本代码检测
  • 实现hash戳
  • 完善默认配置及合并处理
  • 完善commander命令行
  • 完善日志处理

Keywords

FAQs

Last updated on 27 Sep 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc