-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hexo Roadmap #2492
Comments
make sure, that hexo s and hexo g are in sync and take care about the meta tags in < head >, before introducing any new features, please. see here: #2503 |
Please work on performance and multi core support on |
@mnlbox Yes, it will be the major update in 4.0 build. |
any news, regarding the release date, especially for #2503 ? |
@kirkcameron Not yet. The server calls the |
@NoahDragon could you please share more details on the performance improvement? |
@huiwang Thanks for asking. The generating performance issue is really hard to reproduce. It may cause by plugin, renderer, or Hexo self. We occasionally receive issue regarding performance, but only few shared their source to investigate. As far as I know, all of them are plugin and theme issue. I also tested performance on Hexo vanilla install, 1000 posts generated costs 3 mins. Still, have space to improve, but seems not a major issue. |
I noticed there's some confusion about how to do unit testing. This |
Prettier can be included to force a uniform style across all hexo projects and it will integrate with eslint-config-hexo.
{
"proseWrap": "never"
}
"plugins": ["node", "prettier"],
|
Is Hexo still maintained? I love it but most packages are years old and I can't make my website multi-language :( |
Yes. Sure :)
As you know some packages are not published new version but we continue to commit each official repositories.
Hexo i18n seems a little bit difficult. (Sorry, I'm not familiar with Hexo i18n...) |
Ok. After I tried most things to make it multi-language. I think the easiest solution is to create a seperate blog for each language. And create a simple dropdown in javascript in the theme. |
@microSoftware , yes that is the most feasible way. Anything else requires Concept, Architecture, Design and Implementation that will complicate the things considerably. Just to be used by very small percentage of users. If still interested, there is no shame in learning from (very long)WP experience, Perhaps starting from here. |
@tcrowe is there a specific brance all these changes are being developed or worked on ? |
@gautamz07 Each change, or set of changes, will be done in individual issues and PRs. So, if you want to do one of the items in the original post you can create a branch on your computer, do the change, and then create a PR. Some patience is required to get a review and approval. |
I changed issue title. Please see #3508 discussion. |
#3259 seems to bring breaking changes |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Drops |
wish add new command, such as:
|
Hi there, Are you still looking for more active contributors for this page? Just curious.. |
Here is a to-do list for Hexo:
New features:
<!--nextpage-->
? How to split post like WordPress <!--nextpage--> #3035, Paginating a post? #896include:
/exclude:
to all folders (notablythemes/
) docs(configuration): add ignore site#1195Fixes:
include_code
link androot
configinclude_code
link androot
config #928hexo server
error when I change the confighexo server
error when I change the config #1099 (fix(#1099): hexo server error when changing the config #5055)relative_link: true
doesn't work correctlyrelative_link: true
doesn't work correctly #1381hexo g
andhexo s
[BUG] page.post template variable behaves differently when usinghexo serve
andhexo generate
#2451 og:meta-tags not rendered in hexo generate / works in hexo server #2503 is_post() return different #2897 when rendering index.html, the variablepage.content
has different value when exechexo g
andhexo s
#2902 the compiled result of 'hexo g' is different with 'hexo s'. Help! #2979 Hexo server or hexo generate two kinds of results are not the same #3171 perf(cache): Improve cache, Reduce Memory Usages #3756--watch
triggers whole site regeneration 'hexo generate --watch' renders all files when one file changes, very slow #2991Miscellaneous:
Activating Open Collective #2494. Open Collective AccountOpen Collective is controlling the fund. Maybe bitcoin or paypal donation could be a better approach. @tommy351 figure out a way to cover the cost._
(lodash) fromLocals
/global variablePlease feel free to leave your thought in comments.
The text was updated successfully, but these errors were encountered: