Samuel Huang

Results 83 comments of Samuel Huang

Hi Sepine, The syntax of embedding an icon in NexT is slightly different from directly embedding in HTML. It should be `fa` instead of `fa-brand`. You should follow the examples...

> still no use with `fab fa-github` This works for me. Take a look at my repo: https://github.com/sghuang19/portfolio/blob/4ff6ad441e04e3c9be80de0d8942c44f981a3680/_config.next.yml#L176-L177 Which version of Hexo and NexT are you using? Maybe try fresh...

> The terminal created by the Slidev extension is intended to be in the directory of `slides.md`. Is this your expected behavior? In a VSCode workspace there could be many...

@mitchellh I just installed the latest tip Ghostty but the old title-bar style is still used. Tried reinstalling Ghostty but didn't work. ``` Ghostty 1.1.4-main+f26dec55 Version - version: 1.1.4-main+f26dec55 -...

同意题主的观点,个人认为这个位置要么什么都不显示,要么显示语言名称更合理。 如果作者真的有意强调一串代码所属的文件,往往是在代码块开头通过注释列出。 可以考虑再增加一个显示语言名称的选项: - 默认为 false - 或者默认为 true,但是如果也设置了文件名,则优先显示文件名,这样依然向下兼容 这个功能如果要做的话该怎么实现?通过一个 filter 来操作生成的 HTML 吗?

似乎是个不错的插件点子

> 副标题实现动态文字效果我是在myblog\themes\next\layout_partials\header\brand.njk中添加代码,建议作者可以把brand.njk文件添加到myblog\source_data目录中去 能否分享一下你的实现?

There is a work around: use the colors defined in your terminal (the base 16 colors).