Skip to content

My notes generated by Hexo. See source branch for source.

Notifications You must be signed in to change notification settings

LNN-code/leesei.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leesei.github.io

This is a technical blog for me to organize my knowledge.
I was previously using Gists and My Gists (now down) for tags support.
But then I discovered Hexo which can do much more, and can be edited OFFLINE with my favorite editor.
So I switched to Hexo and uses Github pages for hosting.

Usage

# assuming node, npm and hexo-cli are properly installed
git clone https://github.com/leesei/leesei.github.io
# install dependencies
cd leesei.github.io; npm install
# fetch theme
git clone --branch leesei.github.io https://github.com/leesei/hexo-theme-freemind.git themes/freemind

# local serve
npx hexo clean && npx hexo server

# hexo-console-optimize is not working for 3.0
# hexo optimize
npx hexo clean && npx hexo generate && npx hexo deploy

About

My notes generated by Hexo. See source branch for source.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.9%
  • CSS 46.1%