Skip to content

edwinyjlim/hexo-personal-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexo custom blog theme

To see how the website was made check out the tutorial.md file.

To see the code where the tutorial left off, check out around this commit.

Get started

$ npm install -g hexo-cli
$ git clone <this_repo_url>
$ cd hexo-personal-site
$ npm install
$ hexo server
$ hexo generate
$ hexo new "My Post Title"

Custom theme is in themes/customTheme folder.

Funky (read awesome) diagonal line comes from Codrops article: A Collection of Separator Styles

About

custom theme for Hexo.js blog. Made with Bootstrap and EJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.3%
  • JavaScript 30.4%
  • HTML 26.3%