Skip to content

villasme/hexo-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

我的博客日记! http://blog.liujiantong.cn

启动

  • yarn
  • hexo server

生成一个文本

  • hexo new post 自定义名字

部署

  • 任意一个即可
hexo generate --deploy
hexo deploy --generate

# 简写
hexo g -d
hexo d -g

tree

sudo apt-get install tree
tree -L 3 -d -h -I "node_modules|public|themes"
-L 2层
-d 展示文件夹
-h 展示可读的大小
-I 过滤匹配的字符

目录

├── [4.0K]  scaffolds
└── [4.0K]  source
    ├── [4.0K]  categories
    ├── [4.0K]  images
    │   └── [4.0K]  docker
    ├── [4.0K]  _posts
    │   ├── [4.0K]  docker
    │   ├── [4.0K]  fe
    │   ├── [4.0K]  git
    │   ├── [4.0K]  linux
    │   └── [4.0K]  other
    └── [4.0K]  tags


主题

gitment 不能登陆问题

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •