使用jekyll搭建博客
Jekyll on Windows | jekyll 提供了windows下的Ubuntu实现,方法简单,亲测成功。
- 写得很不错的:
-
[使用Github Pages建独立博客 BeiYuu.com](http://beiyuu.com/github-pages) - Jekyll搭建个人博客
- Build your own website (with Jekyll and Minimal-mistakes theme) - Li Zeng
- 一碰minimal-mistakes就上手 - 我的後大學時代
-
在这一步中,卡了好久:
- 设置:navigation.yml时,即设置不同的导航标签,类似这个: 关于navigation.yml中不同tab间的识别,还需要进一步学习。
其他
数学公式
- Jekyll中使用MathJax 不太起作用?
- Kramdown does not seem to render math blocks · Issue #735 · mmistakes/minimal-mistakes mmistake作者解答:
- 在/_includes/scripts.html 中加入:
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
- 在博客文章的yaml头部声明:
mathjax: true
多个导航栏记录不同内容。
- Github Pages博客搭建过程记录 @ 技术杂货铺hjmao
- 基于jekyll的Collection实现。此方法可行,但是较复杂,推荐利用catagory实现。
-
[3 Simple steps to setup Jekyll Categories and Tags Webjeda](https://blog.webjeda.com/jekyll-categories/)
-
留下评论