Sukka

Results 403 comments of Sukka

Nope. `site.posts`, `site.pages` (etc.) actually return a [`Query`](http://hexojs.github.io/warehouse/Query.html) object, which contains an array of [`Document`](http://hexojs.github.io/warehouse/Document.html) object. `data` is a **private property** of `Query` and anyone except hexo's projects should **NEVER...

> ``` > page.posts.toArray() > ``` `warehouse` already provided `forEach`, `sort`, `find`, `findOne` and many other util implementation, why use JavaScript built-in Array method instead?

So far we are still working on some rare issues about the feature (e.g. the npm package under owner likes `@user/hexo-theme-custom`). After all issues being fixed then the Hexo official...

@RammusXu Sure. The issue is now labeled as `documentation`.

Stop using Machine Translation in the future or your PR will be rejected.

@YoshinoriN The exact path of GitHub Pages guide should be `/docs/github-pages.html` and Netlify can serve the page without the suffix `.html`.

![image](https://user-images.githubusercontent.com/40715044/68772372-a8666300-0664-11ea-94b0-2369a87bfc3f.png) I found out the `` & `` tags only have small difference.

Please do not merge this PR. I might bring up some style changes. After everyone happy with the coming style changes then would I copy it to all the languages.

I have transferred your issue to the repo that we host our website. Thanks for your interest in contributing to our documentation. We have already provided a guide about how...

I have convert the PR into a draft one. You could "Ready for review" when you finish. Since we are on GitHub, we could utilize GitHub's feature for this purpose.