-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
jhipster.github.io website new design implementation #21164
Comments
I'm for the 1st option too, as it won't require to change the architecture and the deployment |
@Jessy-BAER I am for the 1st option too, let's do it step by step. |
Would go with the 1st option too. The stack might be "old" but it works well, so I don't see a need to change it right now. |
Do we have a timeline for when the new design will be live on jhipster.tech? I ask because I noticed today we still |
@mraible : we should not wait for the new design. Updating the current jhipster.tech is faster :) |
What's the current status of the new design? Selfishly, I'd love to see it launched with the release of 8.0! |
Anyone thought about moving from Reactstrap to Tailwind for jhipster-generator? I see the Jhipster website will soon adopt it: Jessy-BAER/jhipster.github.io@142a6ec NPM trends shows a steep adoption rate for Tailwind... at the moment 11 times more weekly downloads compared to Reactstrap https://npmtrends.com/react-bootstrap-vs-reactstrap-vs-tailwindcss |
This issue is stale because it has been open for too long without any activity. |
I still want to implement this. |
@SvMak has been working on this and has implemented the new design with Docusaurus. Here's some screenshots of the homepage in light and dark mode. IMO, it's looks fantastic! Well done, Sviatoslav!! 🥳 ![]() ![]() |
Well done @SvMak! |
Thank you! There is no demo yet, but I hope there will be one soon. |
I've deployed a demo to https://jhipster-website.netlify.app. The password is:
The password protection is to prevent Google from indexing the site. |
That's really great, thanks a lot @SvMak!! |
This is excellent work @SvMak |
@mraible this work deserves atleast 2 x $500 bounty IMO |
It is really great. I like the separation of docs and website. The design feels fresh but not too fancy. Nice typographic and font size/style too.👍 |
I say we go big and donate 5K to the author. I love it! ❤️ |
Great work @SvMak 👍 |
After discussing with the other leads, we agree that you can claim the same amount of bounty for all the work done for the design. |
Hi everyone! Delighted to have participated in this redesign! Thx, and well done again @SvMak |
Do you know when the website could be deploy online? 🙂. |
Hello @ascelineboullen! There's a chance we could deploy it right now if I merged jhipster/jhipster.github.io#1357. However, I think we should deploy it to a staging site first since I'm not sure the deployment process will work with the new Docusaurus scripts. @jdubois Is it possible to test the above PR on a staging site? |
Can you deploy it in a fork? I can probably configure Cloudflare to point to it, with something like staging.jhipster.tech |
@mraible I just sent you an invitation to our Cloudflare account, with admin rights, use it wisely! |
@jdubois I forked it to https://github.com/mraible/jhipster.github.io and merged the |
@jdubois Where is jhipster.tech hosted? It looks like Cloudflare is pointing to |
I forked this repo to https://github.com/mraible/mraible.github.io, cloned it with
I accepted the changes from the I changed ![]() If I add If I change the branch from Unfortunately, this does not automate the deployment since I need to run See https://mraible.github.io for the new website! P.S. I looked up how to remove old actions that are no longer used. Stack Overflow says you have to delete all the workflow runs to do this. |
@mraible For automated deployment, we can use workflows from workflows-draft Detailed for additional setup: https://docusaurus.io/docs/deployment#triggering-deployment-with-github-actions and https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow |
@mraible yes it's hosted on GitHub pages. When you "git push", it creates the jhipster.github.io website, and then Cloudflare goes on top of it and handles the DNS, adds some optimisation and caching. It also allows us to go beyond the (soft) limits for GitHub pages, as we have a lot of traffic. |
@SvMak Thanks for the fix and clarification about workflows. @jdubois Excellent! That means that once this PR is merged, we need to change the branch from @jhipster/developers Please review and approve jhipster/jhipster.github.io#1357. I can merge and update the repo tonight (est. 6pm MDT, 12am GMT), and the new site will be live! |
The new site is live! https://www.jhipster.tech 🎊 Y'all are awesome for helping make this happen! ❤️ |
I would suggest to create a specific issue for the implementation of the issue created by @ascelineboullen and @ntorionbearstudio 13595
I see 2 options :
1 - Update design & organization pages only
We focus on the design part 13595 and rearrange the pages to improve the UX 21139
Maybe clean some things out on the project
With this strategy, we can keep the current stack (Jekyll, angular, etc). This is less fun but requires less work
2 - Update design & organization pages & stack
We take advantage of this subject to also replace the current stack by a new one
Why replace the stack ?
npm run sass
after updates)All of this will take time and require thorough discussion. As a result, it may not be available soon :)
My suggestion
In my opinion, it's better to go with the first option. I am available to work on it with Asceline. This will improve our knowledge of the website and allow us to consider option 2 later on this year
The text was updated successfully, but these errors were encountered: