Sukka
Sukka
Interesting: ```bash $ hexo list page ``` The `list` command is also affected.
> Do you mean [posthtml](https://github.com/posthtml/posthtml) itself instead? htmlnano is just a minifier like hexo-html-minifier, not everyone uses a minifier. Yeah, not everyone wants a minifier. But I want to make...
The feature sounds awesome! You can draft a PR first as a PoC. And we will see if any changes/adoptions are required.
I think I might know what is happened here. The title `timeit` in your post is `` (`#`) while the subtitle under (likes `命令行接口` and `Python 接口`) are in ``...
@stevenjoezhang It appears that @ppoffice has already fix the issue in his icarus theme. Maybe we could borrow some idea from it.
> 2. Will this affect rendering results? I found that in nunjucks, users can define variables in one tag and use it in another. If each tag is rendered independently,...
> Can maintainers take a look? Thanks! The changes themselves look great, but I am still afraid of introducing the change would break existing sites. Also, introducing an HTML parser...
> I think performance is enough, but I don't know what @SukkaW is concerned about. As you know @SukkaW is more knowledgeable about hexo than me. @SukkaW may notice some...
Please describe `Improve the url reference for three scenarios in just one go`? For example, what did you written and where did you placed your image files before, then what...
Let me guess. ``` _source/post/ 2019-02-14-Test-Post.md 2019-02-14-Test-Post/ +-- Test-Image-1.png +-- Test-Image-2.png +-- Subdirectory/ | +-- Test-Image-3.png | +-- Test-Image-4.png ``` And the post will be rendered in `https://blog.example.com/2019-02-14-Test-Post/` `./Test-Image-1.png` and...