在面对互联网金融领域的各种借贷产品,例如装修贷款,信用卡借贷,借呗花呗,京东白条,一定要注意他们的利率和还款模式
否则很容被套路
HEXO显示Latex公式
2021年02月21日,我遇到的问题是在 typero里面顺利编辑的Latex 公式,但是在Hexo生成的页面里面不显示
需要安装一些插件和做一些配置,就ok了
Hexo中插入mermaid diagrams
需求
- markdown 里面绘制的 mermaid 图片在 hexo里无法显示
- 希望发布成博客的时候, 能和本地一样生成图片
解决方案
技术方案选取, hexo-filter-mermaid-diagrams, 下面将其操作过程进行翻译.
Hexo启动教程
利用Hexo搭建Gitbook
大概原理是我们可以将一个github repo 里面的内容隐射到一个域名下
例如
域名:clarkchen.github.io
对应的git 项目是
静态repo:https://github.com/clarkchen/clarkchen.github.io
但是这个项目里面是纯的HTML文件,而我们日常书写的习惯是,通过Markdown来写作,所以需要找一个软件能够将我们写的Markdown的内容,自动生成 html并且上传到 对应的 静态repo 的项目距下面,我们选择的工具是 Hexo。
Hexo Deploy
https://hexo.io/zh-cn/docs/one-command-deployment.html
例如我的配置是1
2
3
4
5
6
7
8
9
10
11# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo: git@github.com:clarkchen/clarkchen.github.io.git
branch: master
name: clarkchen
email: cxfhacker@gmail.com
ignore_hidden: false # default is true
ignore_pattern: regexp # whatever file that matches the regexp will be ignored when deploying
做好这个配置之后,我们可以将markdown 对应的文件和 assests 传到另外一个 repo 上,然后编辑完成之后,通过1
hexo deploy
来完成自动的文件上传和部署
爷爷追忆
Jupyter DashBoards 另类全家桶
Jupyter DashBoards 模型人员直接对运营人员,BI系统0开发