-
Notifications
You must be signed in to change notification settings - Fork 303
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
feat: use HonoX #262
feat: use HonoX #262
Conversation
@yusukebe, what do you think about this idea? |
feat: add configuration file feat: add mock markdown chore: add command feat: add renderer & support mdx's title fix: add forgotten commands
Related to honojs/honox#86 |
Hi @goisaki This is an awesome challenge! I respect you for trying to do this! Personally, I would prefer to continue using VitePress to lower maintenance costs, but I am eager to support this challenge. Actually, VitePress very well and quickly transitions pages using the SPA approach. However, even serving HTML is fast enough if distributed from the edge, so this should not be a problem. We want others' opinions, ideas, and help! |
@yusukebe |
fix: add missed imports fix: fix broken syntax highlighting in vscode feat: add auto-generated title to front matter feat: rename `.md` to `.mdx` fix: fix routes
@yusukebe |
The reason why it is hard-coded is to prevent extensions other than the expected ones. But, allowing |
Hmmm, I've tried locally, but I can't seem to find a simple, minimalist way to do it.
Also, the addition of the sample project, which is the original purpose, has fortunately already been done in So I am beginning to think this PR is unnecessary. |
No problem!! You are challenge is awesome.
SPA may be difficult, but I feel it can be done for other things. Also, we can improve HonoX to do that. You may leave this PR if you like. Anyway, what you have done is not a waste. Thank you so much! |
Everyone wants Hono documents to be by Hono.
According to file-based routing by HonoX, it is possible.
It will be interesting to see if this can be an example of a project by HonoX & Hono.
(It should be noted that HonoX is not yet stable.)