Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hexo

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo

A fast, simple & powerful blog framework, powered by Node.js.

  • 0.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10K
decreased by-59.08%
Maintainers
1
Weekly downloads
 
Created
Source

Hexo

A fast, simple & powerful blog framework, powered by Node.js.

Features

  • Incredibly fast - generate static files in a glance
  • Markdown support
  • Deploy to GitHub Pages & Heroku with only one command
  • Ported Octopress plugins
  • High extendibility & customizability
  • Compatible with Windows, Mac & Linux

Install

npm install -g hexo

Getting Started

Setup a project:

hexo init project && cd project

Create a new article:

hexo new_post title

Generate static files:

hexo generate

Start the server:

hexo server

Next Step

Interested? Check the documentation for more info!

Keywords

FAQs

Package last updated on 04 Nov 2012

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc