Skip to content

octgn/blog

Repository files navigation

OCTGN Blog

We use Hexo for our blog.

View Hexo Docs for details on editing

Once you make your edits and you're satisfied, then just Generate the sites files and merge them into gh-pages branch.

Initial Setup (Windows /w Chocolatey)

Install Node.js

You'll probably want to exit your command prompt or powershell after this otherwise the npm command won't work

cinst nodejs

Install Hexo

npm install -g hexo-cli

Clone this Repo

git clone --recursive git@github.com:octgn/blog.git

Initialize Hexo

cd Blog
npm install

Releases

No releases published

Packages

No packages published