Open momocow opened 5 years ago
What I mean is that, you can still provide your own rendering server while providing support those generators. Because there are already a great amount of sites and blogs built upon those generators (e.g. me 😆 ), and they may wanna try out your client without migrating from those generators (e.g. me 😆 ).
Thanks for introducing yet another great tool to open source. 🎉
Good idea! Thanks for your advice. 🙏
I think this should be a consideration in the future. However, at present, I prefer to build Hve Notes with rich themes and functions.
If you are willing to work together to complete this idea, welcome to join us.
If I developed it by myself, it would be very slow, after all, I didn't develop it full - time.
thanks!
However, at present, I prefer to build Hve Notes with rich themes and functions.
There's already tons of themes and plugins there in Hexo and Gatsby. You can check it out here. https://hexo.io/themes/
With 3rd party static site generator support, Hve-Notes is actually an EDITOR with blog-content aware. That is, it has the knowledge about what a page is and what a page for. It provides the user a UI-supported way to edit and manage their content, not just a text editor.
I am currently working on my personal blog therefore I think I can also take a look at Hve-Notes. (I'm not a full-time, too. Things on GitHub are hobbies! 😄)
Now I'll have it a fork, and if there is anything done, there will be a PR for you to check it out!
BTW, I have no experience in Gatsby. But I can work on Hexo support.
好主意!谢谢你的建议。🙏
我认为这应该是将来的考虑因素。然而,目前,我更喜欢构建具有丰富主题和功能的hve Notes。
如果你愿意共同完成这个想法,欢迎加入我们。
如果我自己开发它,它会很慢,毕竟,我没有全职开发它。
请问! {data: {…}, localBranchs: {…}, message: "remote: Permission to gridea/gridea.github.io.git ….io.git/': The requested URL returned error: 403↵", success: false} data: {} localBranchs: proto: Object message: "remote: Permission to gridea/gridea.github.io.git denied to 15032053649.↵fatal: unable to access 'https://github.com/gridea/gridea.github.io.git/': The requested URL returned error: 403↵" success: false proto: Object这个是什么情况啊,同步的时候遇到的错误,我是小白一只,实在看不明白,远程链接检测没问题。 跪求答复!!!
I saw that you wrote your own server to do page rendering. How about delegating it to the following 3rd party static site generators?
https://github.com/gatsbyjs/gatsby https://github.com/hexojs/hexo
Gatsby is a new framework coming with React while Hexo is a mature blog system with large community support. (also a wide range of plugins to extend the blog rendering jobs)
With 3rd party static site generator, Have-Notes then can focus on client things to provide more friendly editor functions and article management services.