Skip to content

Static blog source code for Alumni Association of NUTC-CSIE.

Notifications You must be signed in to change notification settings

nutc-csie/nc-static-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alumni Association of NUTC-CSIE

Static blog source code for Alumni Association of NUTC-CSIE.

Contributing

All kinds of contributions (new post, documentation & code improvements, issues & bugs reporting & new design) are welcome.

Quick Start

First, download Node.js and install Hexo in your computer:

$ npm install hexo-cli -g

Get source code from GitHub, and install packages afterwards:

$ git clone https://github.com/nutc-csie/nc-static-blog.git
$ cd nc-static-blog
$ git submodule init && git submodule update
$ npm install

Now you can modify source to improve blog, and then type the following command to preview your changed:

$ hexo server

INFO  Start processing
INFO  Hexo is running at http://localhost:4000/. Press Ctrl+C to stop.

If everything is ready, just deploy to github.io:

$ ./quick-deploy <your_branch_name>

Finally, pull a request to master.

About

Static blog source code for Alumni Association of NUTC-CSIE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages