I propose using Hugo to refactor SkyWalking's site, the current site is not user friendly in terms of content organization, and more importantly, the documentation is not put together with the site, you need to jump to GitHub to read the documentation.
I created a prototype of the new website using Hugo, as shown below.

Sections can also be added and customized on the home page. The menu can also be modified. The entire website will be rebuilt in two phases:
Hopefully someone will come along and work with me to refactor the site and make the experience of contributing to SkyWalking and browsing the website more friendly.
and more importantly, the documentation is not put together with the site
You can build the doc into the website, but if you want to separate the docs parts into the website repo, it's not recommended because we prefer to update the docs together with the codes if any
By the way, there is a rework of the website in progress by a student in the summer code activity mentored by @wu-sheng , maybe you need to wait for that to continue you refactoring?
Jimmy had pinged me about this. The progress of the student is far away of what we expected. I would say we could ignore that part.
With our discussion, doc will be kepy where they are today. Jimmy should be able to use CI process to bind the required tagged and master branch doc.
The documentation will remain in the code, it will just be integrated as the site is built, but the documentation in the code will need to be modified to Hugo's format.
Now you can see the preview of the new site from https://skywalking.netlify.app/. This site is built from rootsongjc/skywalking-webiste.
All of the English pages have been migrated to the new website.
Here are the plans for the three-phase of the new website.
Home page
Blog
Events
Team & Downloads
@Fine0830 Could you help for the UI design and layout of the new website?
@rootsongjc Also, we need to add Google/Baidu Analyse to set statistics for the browser as we are moving more things on it. It will help us to know the scope of our community.
The username and password of those platforms should be sent to [email protected](private mail list). Please ping me before you sent, that mail list requires me manual check for receiving mail from no-PMC members.
@wu-sheng Hugo has built-in Google Analytics, to enable it. Do you mean to say create a separate Google Analytics account for this site? Who will turn on Google Analytics, and so will Baidu Tongji.
Is Google Analyze able to track Chinese user access? Or we have to set up Baidu Tongji as a backup.
I could create accounts for the project. Do you have the links for creating both?
Is Google Analyze able to track Chinese user access? Or we have to set up Baidu Tongji as a backup.
I could create accounts for the project. Do you have the links for creating both?
Google Analytics tracking is available in China. But to be on the safe side, you can also configure both traces at the same time.
I have sent you invitations for both platform. If anyone else wants the invitation, please ping me.
hi, @rootsongjc great work, far all I know, hugo cannot provide a perfect search solution, how to solve?
There are two solutions:
Sorry for updating so late. I need help on the front-end and UI side.
I'll start by listing the current front-end issues with the SkyWalking website that was rebuilt using Hugo, and we'll cover the other sections that need to be added later.
Here's a list of issues by page.
Mobile adaptation: let that architecture diagram be adaptive to the page width.

Function request: Image click to enlarge full screen (lightbox function)
Optimization: remove the sidebar on the right side of the "edit document" and "create issue", so that the entire blog and activity list occupy the entire width of the page.
Optimization: typography problems, CSS changes to be made

The text is above the header.
@Jtrust Please help @rootsongjc when you have time. I hope the update could be done before DevCon, 14th Nov.
@Jtrust Please help @rootsongjc when you have time. I hope the update could be done before DevCon, 14th Nov.
With pleasure
All of the layout issues have been fixed, there鈥榬e some problems left:
content/zh foldersApache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation. at the footer涓枃鍗氬 tab is missing at the sidebar of the homepage in mobile viewThe logo problem has been fixed, I used a PNG image to replace the SVG one.
The homepage scroll error fixed. We'd fix the language switch button now.
After confirming with @wu-sheng that SkyWalking's website does not need to support multiple languages, I removed the language switch button. Just leave the English pages. There will be a tab on the header named 涓枃鍗氬, all of the Chinese blogs will be archived there which will reuse the blog layout. You can see the preview at https://skywalking.netlify.com, I will move the legacy Chinese blogs to the new site steps by steps. I will finish it tomorrow.
Thanks, @rootsongjc. It is great to see things are getting ready.
The first version is basically finished, but there are still some problems left, which we can fix slowly. I will submit a PR.
The next issues to be fixed in the next version include:
In the next iteration, I prefer to add screenshots review on the homepage.
Here, I want to update the progress. @Jtrust did a lot of works to help to make the website better and fancy.
The only one thing left is the doc page generation.
Wow! That's totally awesome!
The last piece is going to be added through https://github.com/apache/skywalking-website/pull/215.
@Jtrust are doing great with this long and complex task. We are going to have the main doc hosted on the website soon, maybe today or tomorrow.
Most helpful comment
The homepage scroll error fixed. We'd fix the language switch button now.