litreily
litreily
we catch the same issue with V2.4.8 pppd on openwrt device. ```log [2020/08/25_09:37:19]PPP session is 9 [2020/08/25_09:37:19]Connected to 94:de:80:22:25:1d via interface brwan [2020/08/25_09:37:19]Using interface ppp0 [2020/08/25_09:37:19]Connect: ppp0 brwan [2020/08/25_09:37:19]Warning -...
> @REq888, @Litreily: There is now a 2.4.9, can you test it? sorry, I have no env to test.
@Gzbox 我也遇到了,但是我的标题均以英文及连字符命名,不存在楼上所述问题,所以还有其它问题。另外,之前很长一段时间都没出现此类问题,近期出现的,不知为何
I also met this problem, then find the way to get NIC name ``` import pcap pcap.findalldevs() ```
看样子应该是你没有安装相应的插件,估计是没装pug,这个在README有说明。
请问你的博客根目录下的`_config.xml`文件中有配置`search`参数吗? ``` search: path: search.xml field: post ```
@joey998 1. 是`_config.yml`, 默认没有`search`参数,可以手动添加,就按我上面给的样式添加即可。不过按理说加不加都不会有影响,这个我是有测试过的,你添加上试试; 2. 至于`search.xml`,它不是配置文件,是hexo会根据配置自动生成的一个搜索数据库,不需要配置; 3. 还有个问题,如果你想使用`local_search`功能,需要安装`npm install hexo-generator-search --save`,这个在`README`中有说明。
> 我的github pages example: https://imarslo.github.io/2020/09/24/hello-world/ > > 不知道怎么回事, codeblock出现了异常: > > > github repo: https://github.com/imarslo/imarslo.github.io > 麻烦问一下问题出现在哪? > > 谢谢 你应该是没有把默认的highlight取消吧,这个在readme有说明。 --- then disable default highlight in blog/_config.yml ``` highlight:...
> 另外, 如果我想添加bootstrap的css样式, 例如 `alert-*` 之类的样式 (https://getbootstrap.com/docs/4.0/components/alerts/), 我可以怎么做呢? 这个目前没有集成到主题中,你可以按照bootstrap官方教程添加对应的js 和css到 `source/js` `source/css`目录,如果效果不错,也欢迎pull request哦。
@marslo 不是注释掉,而是改成false,注释有可能使用默认值,就是enable的。 `enable: false` 就是取消的意思