在人间漂流

厚德 求真 励学 笃行


  • 首页

  • 关于

  • 标签

  • 分类

  • 归档

  • 公益404

Hello Hexo

发表于 2019-04-10 | 分类于 Hexo | 0 comments
阅读次数:
  |   字数统计: 157(字)   |   阅读时长: 1(分)

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.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Markdown renderer

hexo默认的markdown渲染插件hexo-renderer-marked效果不是很好,有些复杂公式渲染不出来,需要安装一个更好的markdown rendrer: hexo-renderer-kramed

1
2
$ npm un hexo-renderer-marked --save
$ npm i hexo-renderer-kramed --save

安装好之后将其添加进站点目录下的package.json中,并删除默认markdown渲染插件

---------------- The End ----------------

作者: brooksjay
联系邮箱: jaypark@smail.nju.edu.cn
本文地址:
本文基于 知识共享署名-相同方式共享 4.0 国际许可协议发布
转载请注明出处, 谢谢!

<i class="fa fa-angle-left"></i>1…34
brooksj

brooksj

我听说虫洞可以穿梭时空

31 日志
15 分类
40 标签
GitHub E-Mail
Links
  • 博客旧址
  • 苏剑林's blog
  • Karpathy's Blog
  • Ruder's Blog
  • Edward Ma's Blog
  • Miskcoo's Blog
© 2023 brooksj
由 Hexo 强力驱动
|
主题 — NexT.Mist v5.1.4