Skip to content

alona789/alona789.github.io

Repository files navigation

blog

个人博客

步骤

基础搭建

  1. hexo init blog # 初始化博客目录 cd blog # 进入博客文件目录 hexo server # 启动服务
  2. 打开 localhost:4000 显示如下安装成功

主题

  1. 浏览主题 https://hexo.io/themes/
  2. 找到对应的 github,从 github 上下载主题文件放到博客的themes 目录下
  3. 修改博客的目录下的 _config.yml 中的 theme 选项为对应的主题目录名称
  4. 添加主题
yarn add hexo-renderer-pug 
yarn add hexo-renderer-dartsass
yarn add hexo-generator-search
yarn add hexo-generator-feed
yarn add hexo-filter-flowchart
yarn add hexo-renderer-mathjax

  1. 免费版只支持 public 访问权限的仓库生成 pages

参考链接

  1. hexo 各个目录说明
  2. hexo 配置
  3. github pages 免费版

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published