/hexo

Primary LanguageCSS

Summary

This repository manages the source code of this page

  • Requirement
  • Writing article
  • References

Requirement

  • Node.js
  • Hexo

Node.js

It is good to use one of the following tools.

Hexo

$ npm install -g hexo

Writing article

Clone this repository

$ git clone git@github.com:unikell/hexo.git unikell

Install dependent packages

$ cd unikell
$ npm install

Create new entry

$ hexo new "<Article Title>"

Header guide

tags:
- author
- contest
- language

e.g.)

tags:
- necojackarc
- TopCoder
- Python

Run local server

$ hexo server

Push & Deploy

When master repository is updated, CircleCI is to deploy automatically.

References