Kevin Tan

Results 40 comments of Kevin Tan

@simongfxu typeof 这个操作符跟原型链没什么必然的关系. typeof null 还等于 'object'呢.

Hello, tags are generated by hugo. related code lies in: https://github.com/stkevintan/canoe/blob/80dcb1e4b18c770aaec99e11c6dfbaf11c84af5c/layouts/partials/waterfall.html#L35-L39

首先安装nodejs,[下载镜像](https://npm.taobao.org/mirrors/node/v9.3.0/) 然后打开命令行,在项目目录里面执行: ```bash npm install --registry=https://registry.npm.taobao.org ``` PS: 后面那个参数是为了使用淘宝的仓库

那就贴err,把你做的步骤贴出来(元旦不陪妹子跨年,还搞这些干啥子呦🌚

这是nodejieba在windows上安装的问题。可以参考一下: https://github.com/yanyiwu/nodejieba/issues/70

我的天,看来nodejieba在windows上真的坑的不行

Hi, thx for using my theme, the side panel which I thought is useless has been removed in my last commits, but if you still want to bring it back...

@Livingston34 this problem just shows in local server , so I ignored it.

`hugo` should encode the special characters in url paths( eg `#` should be converted into `%23` ). maybe this is a bug of `hugo`