-
Notifications
You must be signed in to change notification settings - Fork 40
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
Jekyll is good idea as static website builder ? #11
Comments
I think a lot of people are not that happy with Jekyll, I think the more commonly proposed alternative has been Hugo though. |
Hugo is cool. |
Honestly I'm huge fan of react. So there are also docusaurus. it's easy to setup/maintain. It's also furnish I18n and searchbox. And keep advantage of react so we can just add one component if needed. Also I'm fan of nextjs. So we can do something like done on nodejs.org. |
I quite like https://starlight.astro.build/. |
It's pretty cool to build easily maintainable. |
Jekyll is setup right now and is, IMHO, sufficient for an initial version of the site which has some urgency. Personally, I'm open to hearing options about other builders when the project isn't under pressure to get an initial version out, but otherwise the different options don't push towards getting the site out ASAP. re: Hugo |
I generally agree with the sentiment here. Jekyll is okay but the theming feels a bit dated. The other challenge and I am not sure this needs to be dealt with today is eventually the site reaches critical mass. By this I mean contributing to the OpenSearch website is challenging as it's several GB to pull with the images. I'm not sure its something that needs to be handled today but it would be good to think through a workflow for offloading images/graphics contributed to a some other image service so the site can remain lean. Starlight is interesting but it makes having an open source blog challenging as it doesn't seem to support pagination out of the box. Whatever is decided on I'd recommend a solution that supports blogs and documentation. While they don't need to be the same repo it will help as people tend to switch between docs and the site frequently. With that OpenSearch has struggled as our nav-bars are not the same between the docs page and the website. |
Relevant for folks in this thread- help Valkey pick a colour pallet #55 |
I guess we moved to zola, so seems time to close this. |
Jekyll is pretty cool to use and easy to deploy. But if you want to scale a project with component such as dropdown it's more complicated.
Also for i18N its isn't easy to maintain.
it's open question.
The text was updated successfully, but these errors were encountered: