喜欢就关注,关注不迷路

hexo

需求:

  1. 个人博客
  2. 移动/PC兼容
  3. 图片支持
  4. markdown支持
  5. 支持嵌入三方html
  6. 支持分享

https://github.com/hexojs/hexo
hexo markdown generate static file
hexo 对我来说是个黑盒,输入markdown, 输出html/css/js

Created with Raphaël 2.2.0markdownhexohtml/css/js

一. 初级

1. 安装

$ npm install hexo-cli -g

2. 使用

$ hexo init blog
$ cd blog

3. 开启静态资源服务器

$ hexo server

二. 高级

ui模版

默认自动模版

landscape UI还行,但不是我喜欢的类型, 瞅瞅有没有更好的UI模版。
使用hexo开启独立博客之旅

三. hexo原理

// todo
learnING
模版引擎


使用hexo开启独立博客之旅

相关文章:

  • 2021-12-14
  • 2022-12-23
  • 2021-08-28
  • 2022-12-23
  • 2021-10-03
  • 2021-06-22
猜你喜欢
  • 2022-12-23
  • 2022-01-26
  • 2021-10-12
  • 2021-09-09
  • 2022-01-02
  • 2021-05-20
相关资源
相似解决方案