Cerallin

Results 23 comments of Cerallin

@halfmage Hi, I've noticed that 56de03af8519dbd1fd416a4ba8dcea25dd5769b5 is merging the master branch into the `feat/generate-font` branch... which means that commit didn't change anything. Would you please merge it again? Or I...

@halfmage I found a conflict in the `package.json` file. I'll resolve it and make a new PR. Thank you.

Thanks for your reply. I've seen the previous translation. I am not going to change anything on that page because I'm not familiar with NES at all. But I will...

> I can try to come up with a regular expression that detects chinese characters next to Latin characters and, with that, adds a space in there (or an HTML...

I've just finished translating the Nintendo DS article (no extra spaces). Please handle it at a time that you deem appropriate.

> Great, I've deployed it here for testing (it doesn't have the `` spaces, for now): https://www.copetti.org/zh-hans/writings/consoles/nintendo-ds/ Good news! Good to see my translation deployed. I may translate the GBA...

> P.S. I found some more characters with spaces after them to be trimmed off. The whole list is: `,。!?:`. Oops, `;…` are also in the list. And, I've finished...

Wow! They do help a lot! The font families cover the default fonts of most devices. It looks pretty good with text justified and indented.

请切换到v2.x分支试试,当前master分支做了较大修改:使用pug替代EJS作为renderer。迁移方法参见readme 付切换分支的指令 ```shell git checkout v2.x ```

@Qinch 你的`_config.yml`里缺少一些配置: ```yaml visit_count: type: busuanzi # or # type: visitor-counter # url: //your.counter.site/count.php ``` 这部分内容,master分支的readme也是适用的,请复制相应代码到你的hexo根目录下的`_config.yml`里,然后根据自己的需求修改