Skip to content

jiangshaokun/blog

Repository files navigation

基于 hexo 的 next 主题搭建,主要用于记录和分享前端相关内容。

配置

  • icon 来自阿里巴巴矢量图标库
  • git 项目中 next 主题目录为子模块
  • 搜索使用的是 next主题配置的 Local Search
  • 插件使用了 Medium Zoom
  • 使用 Travis CI 更新

快速开始

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment