Mermaid svg height test
The margin on the chart is very high on the narrow screen.
You can repeat the question on this page.
see: https://github.com/mermaid-js/mermaid/issues/2160
The margin on the chart is very high on the narrow screen.
You can repeat the question on this page.
see: https://github.com/mermaid-js/mermaid/issues/2160
classDiagram Animal <|-- Duck Animal <|-- Fish Animal <|-- Zebra Animal : +int age Animal : +String gender Animal: +isMammal() Animal: +mate() class Duck{ +String beakColor +swim() +quack() } class Fish{ -int sizeInFeet -canEat() } class Zebra{ +bool is_wild +run() }
经过一番折腾,我的博客支持 Mermaid 图标功能了。
测试Mermaid显示效果。
哪种代码高亮更适合终端命令?
建站一个月了,发现在谷歌中的收录有点少,我将网站添加到谷歌搜索控制台后,仅仅过去16个小时,收录就增加了83个网址。
对于 hexo 博客来说,如果你是部署在 GitHub Pages,那么你是无法被百度收录的,因为 GitHub 禁止了百度爬虫,最常见的解决办法是双线部署到 Coding Pages 和 GitHub Pages,因为百度爬虫可以爬取到 Coding 上的内容,从而实现百度收录,如果你的 hexo 博客还没有实现双线部署,请参考:《Hexo 双线部署到 Coding Pages 和 GitHub Pages 并实现全站 HPPTS》,另外百度收录的所需的时间较长,大约半个月左右才会看到效果!
以后有时间了在实现双线部署,因此我也仅在 百度搜索资源平台 中添加了本网站和 sitemap ,仅仅做这些不知道能否被百度收录还有待观察。(在百度搜索资源平台中添加网站和谷歌相似,看了本文估计你也会了,因此不再复述。)
icarus主题是自带评论插件的,评论插件由ppoffice/hexo-component-inferno提供。具体启用评论插件的操作请看 Icarus用户指南 - 用户评论插件。
我启用了Gitalk作为评论插件,Gitalk 是一个基于 GitHub Issue 和 Preact 开发的评论插件。
但是其默认是浅色模式,而我的博客是深色模式,这样配色就很不协调了。
因此我需要将Gitalk的浅色模式改为和我博客一致的深色模式。
为了解决Hexo默认生成的链接,在修改文件名后,链接会跟这变,如果旧链接在其他地方有被引用,访问旧链接的响应为404错误。且链接为日期 + 目录,层级太多,不利于SEO。
因此急需一种生成永久短链接的方案!