Skip to content

GSWSoftware/blog

Repository files navigation


GSW Blog

Features

We choose Hexo and Github pages for our engineering blog, which is a fast, simple & powerful blog framework, powered by Node.js. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting

  • Blazing fast generating
  • Support for GitHub Flavored Markdown and most Octopress plugins
  • One-command deploy to GitHub Pages, Heroku, etc.
  • Powerful plugin system

Quick Start

Install all dependencies:

$ npm i

Quick Start

Create a new post

$ npm run newpost "My New Post"

More info: Writing

Run Admin

$ npm run admin

Then you have to open http://localhost:4000/admin/ More info: Admin

Deploy to remote sites

$ npm run deploy

More info: Deployment