Hugo框架
多个配置
hugo框架支持多个配置文件,可以部署到多个仓库中
hugo --config=config-common.toml
Multiple config files and menu entries
输出目录
默认输出目录为public/
vim config.toml
publishDir = "public"
hugo行内公式
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
Hugo 静态博客中迄今为止最佳数学公式支持-利用 MathJax & MMark
spf13.com主题
其中修改如下所示,除了样式的修改,其中有一些由于GFW的原因,国内无法访问,替换内容如下
- partials/head_includes.html中的fonts.googleapis.com修改为fonts.lug.ustc.edu.cn
- _default/single.html中的cdn.mathjax.org/mathjax/latest修改为cdn.bootcss.com/mathjax/2.7.2
- 添加评论功能,在config.toml中增加disqusShortname = “guanfuchen”即可,由于disqus网站需要FQ,日后考虑国内替换的评论网站
定制的个人主页
- 使用terminal样式的个人主页,作者使用angularjs搭建的一个主页
My personal site is a terminal
- 艾米杰的博客 艾米杰的博客
- flexible-jekyll flexible-jekyll