部署
docker run \
-it -d \
--name halo \
-p 8090:8090 \
-v ~/.halo2:/root/.halo2 \
halohub/halo:2.5 \
--halo.external-url=http://localhost:8090/ \
--halo.security.initializer.superadminusername=admin \
--halo.security.initializer.superadminpassword=P@88w0rd
- 注意修改管理员用户名和密码
主题
前往Awesome Halo仓库查看Halo2.0版本主题
插件
- ByteMD
- 简介:支持Markdown语法
- 下载:
- Wordpress
- 简介:从Wordpress博客导出的XML文件导入数据
- 下载:https://github.com/halo-sigs/plugin-wordpress
配置
LaTeX语法支持
- 前往【设置】【代码注入】【内容页head标签】写入如下代码
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true
},
"HTML-CSS": { availableFonts: ["TeX"] }
});
</script>
评论 (0)