Skip to content

meior/meior.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meior.github.io

My personal website, recording some program notes and experiences. Default branch hexo includes the source of my blog, a project that build with the Node.js module Hexo. The other branch master includes the static pages of my website in accordance with GitHub Pages Instructions.

node.js hexo hexo--theme--next

Installation

Download the hexo branch(default):

$ git clone git@github.com:meior/meior.github.io.git

Install dependencies:

$ cd meior.github.io
$ npm install

Start the server at localhost for preview in time(unnecessary):

$ hexo s

Post & Deploy

Create a new article:

$ hexo n articleName

After editing, generate the static pages of website:

$ hexo g

Deploy them on Github or other remote repositories:

$ hexo d

Push updates

$ git add .
$ git commit -m "new post"
$ git push origin hexo

Components

Powered by:

Third-party services:

About

Personal website build with Hexo

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published