You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/09/22 07:23:51 UTC

[GitHub] [skywalking] rootsongjc opened a new issue #5534: Using Hugo to refactor Apache SkyWalking's website

rootsongjc opened a new issue #5534:
URL: https://github.com/apache/skywalking/issues/5534


   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [x] Requirement
   - [ ] Feature or performance improvement
   
   I propose using [Hugo](https://gohugo.io) 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.
   
   ![image](https://user-images.githubusercontent.com/3328185/93853795-206ed200-fce7-11ea-8445-e6fefc74403b.png)
   
   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:
   - the  first phase migrating the current website to Hugo
   - the second phase migrating the documentation to Hugo
   
   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.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-731053218


   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:
   - [ ] P2:  update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [ ] P2:  Events & News section  of the homepage, we should make it auto-generated, display the latest 4 events from the event lists
   - [ ] P1: Migrate the documentation
   - [ ] P2: Make the projects and documentation page configurable, use the YAML or markdown instead of the raw HTML


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   All of the layout issues have been fixed, there‘re some problems left:
   - [x] P0: the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - [x]  P1: migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - [ ] P2: [WIP] update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [x] p0: homepage scroll bar error (mobile end adapt)
   - [x] P1: multi-language support issue, Chinese pages cannot be displayed, it is located at `content/zh` folders
   - [x] P1: the text can not be displayed at the language switch button 
   - [x] P2: display the Apache trademark text `Apache 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
   - [x] P1: fix the blank Chinese homepage
   - [x] P0: `中文博客` tab is missing at the sidebar of the homepage in mobile view
   - [ ] P1: There are problems with the color scheme of some of the codes. The white font and white background make it unreadable. See [here](https://skywalking.netlify.app/zh/2020-04-19-skywalking-quick-start/)
   - [ ] P1: Features section of homepage
   - [x] P1: "Who is using SkyWalking" section of the homepage, just links the [current state](https://skywalking.apache.org/) of SkyWalking website. For now, we can start with one image, in the future, we will need to lay out all the logos flat.
   - [ ] P1: Events & News section of homepage


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-697221331


   Now you can see the preview of the new site from <https://skywalking.netlify.app/>. This site is built from [rootsongjc/skywalking-webiste](https://github.com/rootsongjc/skywalking-website).
   
   All of the English pages have been migrated to the new website.
   
   Here are the plans for the three-phase of the new website.
   
   ## Phase I
   
   **Home page**
   
   1. The SkyWalking logo is missing from the navbar, it works on my local computer 😂
   1. Add some more sections: latest events, blogs, and end-users brands
   1. Adjust the color scheme to meet the SkyWalking culture
   1. Change the background image
   1. Mobile adaptIon
   
   **Blog**
   
   1. Modify the display elements of the list to add information such as author and tag.
   1. Set the scheme information for the blog(this will be used on every blog post markdown header config)
   
   **Events**
   
   1. Adjust the page layout of a single evnet and fix display errors in the sidebar.
   
   **Team & Downloads**
   
   1. Adjust the layout, some part of the text are covered up.
   
   ## Phase II
   
   1. Multi-language support
   1. Migrate some blog posts to the website Github repo to test the layout
   
   ## Phase III
   
   1. Integration test with the SkyWalking main repository
   1. Setup the automation
   
   @Fine0830 Could you help for the UI design and layout of the new website?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   All of the layout issues have been fixed, there‘re some problems left:
   - [x] P0: the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - [ ]  P1: [WIP] migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - [ ] P2: [WIP] update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [x] p0: homepage scroll bar error (mobile end adapt)
   - [x] P1: multi-language support issue, Chinese pages cannot be displayed, it is located at `content/zh` folders
   - [x] P1: the text can not be displayed at the language switch button 
   - [ ] P2: display the Apache trademark text `Apache 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
   - [x] P1: fix the blank Chinese homepage
   - [ ] P0: `中文博客` tab is missing at the sidebar of the homepage in mobile view


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   ![image](https://user-images.githubusercontent.com/3328185/98064049-61ccd280-1e8c-11eb-943c-5d3cc7118d02.png)
   
   All of the layout issues have been fixed, there‘re some problems left:
   - [ ] the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - [ ]  migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - [ ] update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [ ] homepage scroll bar error
   - [ ] multi-language support issue, Chinese pages cannot be displayed, it is located at `content/zh` folders
   - [ ] the text can not be displayed at the language switch button 
   - [ ] display the Apache trademark text `Apache 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
   - [ ] fix the black Chinese homepage


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
kezhenxu94 edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-696568914


   
   > 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?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-731053218


   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:
   - [x] P2:  update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [x] P2:  Events & News section  of the homepage, we should make it auto-generated, display the latest 4 events from the event lists
   - [ ] P1: Migrate the documentation
   - [ ] P2: Make the projects and documentation page configurable, use the YAML or markdown instead of the raw HTML
   - [x] P1: fix the footer display problem
   - [ ] P2: add an arrow on the homepage, jump to the below sections


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   ![image](https://user-images.githubusercontent.com/3328185/98064049-61ccd280-1e8c-11eb-943c-5d3cc7118d02.png)
   
   All of the layout issues have been fixed, there‘re some problems left:
   - the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-731053218


   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:
   - [ ] P2:  update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [ ] P2:  Events & News section  of the homepage, we should make it auto-generated, display the latest 4 events from the event lists
   - [ ] P1: Migrate the documentation


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   All of the layout issues have been fixed, there‘re some problems left:
   - [x] P0: the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - [x]  P1: migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - [ ] P2: [WIP] update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [x] p0: homepage scroll bar error (mobile end adapt)
   - [x] P1: multi-language support issue, Chinese pages cannot be displayed, it is located at `content/zh` folders
   - [x] P1: the text can not be displayed at the language switch button 
   - [ ] P2: display the Apache trademark text `Apache 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
   - [x] P1: fix the blank Chinese homepage
   - [x] P0: `中文博客` tab is missing at the sidebar of the homepage in mobile view
   - [ ] P1: There are problems with the color scheme of some of the codes. The white font and white background make it unreadable. See [here](https://skywalking.netlify.app/zh/2020-04-19-skywalking-quick-start/)
   - [ ] P1: Features section of homepage
   - [x] P1: "Who is using SkyWalking" section of the homepage, just links the [current state](https://skywalking.apache.org/) of SkyWalking website. For now, we can start with one image, in the future, we will need to lay out all the logos flat.
   - [ ] P1: Events & News section of homepage


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   All of the layout issues have been fixed, there‘re some problems left:
   - [x] P0: the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - [x]  P1: [WIP] migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - [ ] P2: [WIP] update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [x] p0: homepage scroll bar error (mobile end adapt)
   - [x] P1: multi-language support issue, Chinese pages cannot be displayed, it is located at `content/zh` folders
   - [x] P1: the text can not be displayed at the language switch button 
   - [ ] P2: display the Apache trademark text `Apache 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
   - [x] P1: fix the blank Chinese homepage
   - [x] P0: `中文博客` tab is missing at the sidebar of the homepage in mobile view
   - [ ] P1: There are problems with the color scheme of some of the codes. The white font and white background make it unreadable. See [here](https://skywalking.netlify.app/zh/2020-04-19-skywalking-quick-start/)
   - [ ] P1: Features section of homepage
   - [x] P1: "Who is using SkyWalking" section of the homepage, just links the [current state](https://skywalking.apache.org/) of SkyWalking website. For now, we can start with one image, in the future, we will need to lay out all the logos flat.
   - [ ] P1: Events & News section of homepage
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-698745811


   There are two solutions:
   - Google custom search: this is easy to integrate, but not accessible in China
   - Algolia: need to do some works to integrate it, you can see the live effect on my [own blog](https://jimmysong.io)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   ![image](https://user-images.githubusercontent.com/3328185/98064049-61ccd280-1e8c-11eb-943c-5d3cc7118d02.png)
   
   All of the layout issues have been fixed, there‘re some problems left:
   - [ ] the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - [ ]  migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - [ ] update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [ ] homepage scroll bar error
   - [ ] multi-language support issue, Chinese pages cannot be displayed, it is located at `content/zh` folders
   - [ ] the text can not be displayed at the language switch button 
   - [ ] display the Apache trademark text `Apache 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
   - [ ] fix the blank Chinese homepage


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   ![image](https://user-images.githubusercontent.com/3328185/98064049-61ccd280-1e8c-11eb-943c-5d3cc7118d02.png)
   
   All of the layout issues have been fixed, there‘re some problems left:
   - the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - homepage scroll bar error
   - add the apache trademark announcement on the footer


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-731053218






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-696575292


   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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   ![image](https://user-images.githubusercontent.com/3328185/98064049-61ccd280-1e8c-11eb-943c-5d3cc7118d02.png)
   
   All of the layout issues have been fixed, there‘re some problems left:
   - [ ] the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - [ ]  migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - [ ] update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [ ] homepage scroll bar error
   - [ ] add the apache trademark announcement on the footer
   - [ ] multi-language support issue, Chinese pages cannot be displayed, it is located at `content/zh` folders
   - [ ] the text can not be displayed at the language switch button 
   - [ ] display the Apache trademark text `Apache 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
   - [ ] fix the black Chinese homepage


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-731053218


   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:
   - [x] P2:  update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [x] P2:  Events & News section  of the homepage, we should make it auto-generated, display the latest 4 events from the event lists
   - [ ] P1: Migrate the documentation, version support needed
   - [ ] P2: Make the projects and documentation page configurable, use the YAML or markdown instead of the raw HTML
   - [x] P1: fix the footer display problem
   - [ ] P2: add an arrow on the homepage, jump to the below sections
   - [x] P2: add screenshots on the homepage
   - [ ] P1: add table of content on the blog page


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-731054432


   In the next iteration, I prefer to add screenshots review on the homepage.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   ![image](https://user-images.githubusercontent.com/3328185/98064049-61ccd280-1e8c-11eb-943c-5d3cc7118d02.png)
   
   All of the layout issues have been fixed, there‘re some problems left:
   - [x] P0: the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - [ ]  P1: migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - [ ] P2: update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [ ] p0: homepage scroll bar error (mobile end adapt)
   - [ ] P1: multi-language support issue, Chinese pages cannot be displayed, it is located at `content/zh` folders
   - [ ] P1: the text can not be displayed at the language switch button 
   - [ ] P2: display the Apache trademark text `Apache 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
   - [ ] P1: fix the blank Chinese homepage


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-724766426


   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 can finish it tomorrow. 
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   All of the layout issues have been fixed, there‘re some problems left:
   - [x] P0: the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - [x]  P1: migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - [ ] P2: [WIP] update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [x] p0: homepage scroll bar error (mobile end adapt)
   - [x] P1: multi-language support issue, Chinese pages cannot be displayed, it is located at `content/zh` folders
   - [x] P1: the text can not be displayed at the language switch button 
   - [ ] P2: display the Apache trademark text `Apache 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
   - [x] P1: fix the blank Chinese homepage
   - [x] P0: `中文博客` tab is missing at the sidebar of the homepage in mobile view
   - [ ] P1: There are problems with the color scheme of some of the codes. The white font and white background make it unreadable. See [here](https://skywalking.netlify.app/zh/2020-04-19-skywalking-quick-start/)
   - [ ] P1: Features section of homepage
   - [x] P1: "Who is using SkyWalking" section of the homepage, just links the [current state](https://skywalking.apache.org/) of SkyWalking website. For now, we can start with one image, in the future, we will need to lay out all the logos flat.
   - [ ] P1: Events & News section of homepage
   - [ ] P2: Update color schema of codes


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-696568914


   > the current site is not user friendly in terms of content organization, 
   
   The site is not meant to be user friendly, I mean the site is mostly updated by SkyWalking maintainer, user friendliness is not our primary concern, but if you have time to polish, it's totally appreciated
   
   > 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?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-724766426


   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. 
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-723441351


   The logo problem has been fixed, I used a PNG image to replace the SVG one.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-697221331


   Now you can see the preview of the new site from <https://skywalking.netlify.app/>. This site is built from [rootsongjc/skywalking-webiste](https://github.com/rootsongjc/skywalking-website).
   
   All of the English pages have been migrated to the new website.
   
   Here are the plans for the three phase of the new website.
   
   ## Phase I
   
   **Home page**
   
   1. The SkyWalking logo is missing from navbar, it works on my local computer 😂
   1. Add some more sections: latest events, blogs and end users brands
   1. Adjust the color scheme to meet the SkyWalking culter
   1. Change the background image
   
   **Blog**
   
   1. Modify the display elements of the list to add information such as author and tag.
   1. Set the scheme information for the blog(this will be used on every blog post markdown header config)
   
   **Events**
   
   1. Adjust the page layout of a single evnet and fix display errors in the sidebar.
   
   **Team & Downloads**
   
   1. Adjust the layout, some part of the text are covered up.
   
   ## Phase II
   
   1. Multi-language support
   1. Migrate some blog posts to the website Github repo to test the layout
   
   ## Phase III
   
   1. Integration test with the SkyWalking main repository
   1. Setup the automation
   
   @Fine0830 Could you help for the UI design and layout of the new website?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-697221331


   Now you can see the preview of the new site from <https://skywalking.apache.org/>. This site is built from [rootsongjc/skywalking-webiste](https://github.com/rootsongjc/skywalking-website).
   
   All of the English pages have been migrated to the new website.
   
   ![animation](https://tva1.sinaimg.cn/large/007S8ZIlly1gj0obuc57mg31400mvhdx.gif)
   
   Here are the plans for the three phase of the new website.
   
   ## Phase I
   
   **Home page**
   
   1. The SkyWalking logo is missing from navbar, it works on my local computer 😂
   1. Add some more sections: latest events, blogs and end users brands
   1. Adjust the color scheme to meet the SkyWalking culter
   1. Change the background image
   
   **Blog**
   
   1. Modify the display elements of the list to add information such as author and tag.
   1. Set the scheme information for the blog(this will be used on every blog post markdown header config)
   
   **Events**
   
   1. Adjust the page layout of a single evnet and fix display errors in the sidebar.
   
   **Team & Downloads**
   
   1. Adjust the layout, some part of the text are covered up.
   
   ## Phase II
   
   1. Multi-language support
   1. Migrate some blog posts to the website Github repo to test the layout
   
   ## Phase III
   
   1. Integration test with the SkyWalking main repository
   1. Setup the automation
   
   @Fine0830 Could you help for the UI design and layout of the new website?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-698184621






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-731053218


   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:
   - [x] P2:  update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [x] P2:  Events & News section  of the homepage, we should make it auto-generated, display the latest 4 events from the event lists
   - [ ] P1: Migrate the documentation, version support needed
   - [ ] P2: Make the projects and documentation page configurable, use the YAML or markdown instead of the raw HTML
   - [x] P1: fix the footer display problem
   - [ ] P2: add an arrow on the homepage, jump to the below sections
   - [ ] P2: add screenshots on the homepage
   - [ ] P1: add table of content on the blog page


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-696568914


   > the current site is not user friendly in terms of content organization, 
   
   The site is not meant to be user friendly, I mean the site is mostly updated by SkyWalking maintainer, user friendliness is not our primary concern, but if you have time to polish, it's totally appreciated
   
   > 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?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-698349927


   I have sent you invitations for both platform. If anyone else wants the invitation, please ping me.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] heyanlong commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
heyanlong commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-698744796


   hi, @rootsongjc  great work, far all I know, hugo cannot provide a perfect search solution, how to solve?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   ![image](https://user-images.githubusercontent.com/3328185/98064049-61ccd280-1e8c-11eb-943c-5d3cc7118d02.png)
   
   All of the layout issues have been fixed, there‘re some problems left:
   - [x] P0: the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - [ ]  P1: migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - [ ] P2: update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [x] p0: homepage scroll bar error (mobile end adapt)
   - [ ] P1: multi-language support issue, Chinese pages cannot be displayed, it is located at `content/zh` folders
   - [ ] P1: the text can not be displayed at the language switch button 
   - [ ] P2: display the Apache trademark text `Apache 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
   - [ ] P1: fix the blank Chinese homepage


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] heyanlong commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
heyanlong commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-698744796


   hi, @rootsongjc  great work, far all I know, hugo cannot provide a perfect search solution, how to solve?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-697221331


   Now you can see the preview of the new site from <https://skywalking.netlify.app/>. This site is built from [rootsongjc/skywalking-webiste](https://github.com/rootsongjc/skywalking-website).
   
   All of the English pages have been migrated to the new website.
   
   Here are the plans for the three-phase of the new website.
   
   ## Phase I
   
   **Home page**
   
   1. The SkyWalking logo is missing from the navbar, it works on my local computer 😂
   1. Add some more sections: latest events, blogs, and end-users brands
   1. Adjust the color scheme to meet the SkyWalking culture
   1. Change the background image @wu-sheng could you add more details about what do you like the design or the home page?
   1. Mobile adaptIon
   
   **Blog**
   
   1. Modify the display elements of the list to add information such as author and tag.
   1. Set the scheme information for the blog(this will be used on every blog post markdown header config)
   
   **Events**
   
   1. Adjust the page layout of a single evnet and fix display errors in the sidebar.
   
   **Team & Downloads**
   
   1. Adjust the layout, some part of the text are covered up.
   
   ## Phase II
   
   1. Multi-language support
   1. Migrate some blog posts to the website Github repo to test the layout
   
   ## Phase III
   
   1. Integration test with the SkyWalking main repository
   1. Setup the automation
   
   @Fine0830 Could you help for the UI design and layout of the new website?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   All of the layout issues have been fixed, there‘re some problems left:
   - [x] P0: the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - [ ]  P1: [WIP] migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - [ ] P2: [WIP] update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [x] p0: homepage scroll bar error (mobile end adapt)
   - [x] P1: multi-language support issue, Chinese pages cannot be displayed, it is located at `content/zh` folders
   - [x] P1: the text can not be displayed at the language switch button 
   - [ ] P2: display the Apache trademark text `Apache 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
   - [x] P1: fix the blank Chinese homepage
   - [ ] P0: `中文博客` tab is missing at the sidebar of the homepage in mobile view
   - [ ] P1: There are problems with the color scheme of some of the codes. The white font and white background make it unreadable. See [here](https://skywalking.netlify.app/zh/2020-04-19-skywalking-quick-start/)
   - [ ] P1: Features section of homepage
   - [ ] P1: "Who is using SkyWalking" section of the homepage, just links the [current state](https://skywalking.apache.org/) of SkyWalking website. For now, we can start with one image, in the future, we will need to lay out all the logos flat.
   - [ ] P1: Events & News section of homepage
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-696573238


   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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   ![image](https://user-images.githubusercontent.com/3328185/98064049-61ccd280-1e8c-11eb-943c-5d3cc7118d02.png)
   
   All of the layout issues have been fixed, there‘re some problems left:
   - [ ] P0: the logo of SkyWaling with SVG is missing. See the above image, it the SVG not works, we can use PNG type instead
   - [ ]  P1: migrate the Docs and GitHub tabs into Documentation on the menu, the Documentation page will look like this: <https://www.sofastack.tech/projects/>, as there are a lot of sub-projects of SkyWalking, we should list the portals of the docs from different projects on the single page
   - [ ] P2: update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [ ] p0: homepage scroll bar error (mobile end adapt)
   - [ ] P1: multi-language support issue, Chinese pages cannot be displayed, it is located at `content/zh` folders
   - [ ] P1: the text can not be displayed at the language switch button 
   - [ ] P2: display the Apache trademark text `Apache 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
   - [ ] P1: fix the blank Chinese homepage


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #5534:
URL: https://github.com/apache/skywalking/issues/5534


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
kezhenxu94 edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-696568914


   
   > 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?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-779649934


   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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] Fine0830 commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
Fine0830 commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-765862449


   Wow! That's totally awesome! 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-696575292


   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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-731053218


   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:
   - [x] P2:  update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [x] P2:  Events & News section  of the homepage, we should make it auto-generated, display the latest 4 events from the event lists
   - [ ] P1: Migrate the documentation, version support needed
   - [ ] P2: Make the projects and documentation page configurable, use the YAML or markdown instead of the raw HTML
   - [x] P1: fix the footer display problem
   - [ ] P2: add an arrow on the homepage, jump to the below sections
   - [ ] P2: add screenshots on the homepage


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-724512284


   The homepage scroll error fixed. We'd fix the language switch button now.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-698192433






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-698259824


   > 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. 
   
   - Google Analytics: https://analytics.google.com/analytics/web/
   - Baidu tongji: https://tongji.baidu.com/web/welcome/login


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-765435348


   Here, I want to update the progress. @Jtrust did a lot of works to help to make the website better and fancy.
   
   - [x] P2:  update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [x] P2:  Events & News section  of the homepage, we should make it auto-generated, display the latest 4 events from the event lists
   - [ ] P1: Migrate the documentation, version support needed
   - [x] P2: Make the projects and documentation page configurable, use the YAML or markdown instead of the raw HTML
   - [x] P1: fix the footer display problem
   - [x] P2: add an arrow on the homepage, jump to the below sections
   - [x] P2: add screenshots on the homepage
   - [x] P1: add table of content on the blog page
   
   The only one thing left is the doc page generation.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-698192433


   @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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-698233220


   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?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-725046267


   Thanks, @rootsongjc. It is great to see things are getting ready.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825


   ![image](https://user-images.githubusercontent.com/3328185/98064049-61ccd280-1e8c-11eb-943c-5d3cc7118d02.png)
   
   All of the layout issues have been fixed, there's one problem left is that the logo of SkyWaling with SVG is missing. See the above image.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-731053218


   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 include:
   - [ ] P2:  update the layout of the download page, to allow the download addresses of different projects to be flattened on the page using modules.
   - [ ] P2:  Events & News section  of the homepage, we should make it auto-generated, display the latest 4 events from the event lists
   - [ ] P1: Migrate the documentation


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-697221331


   Now you can see the preview of the new site from <https://skywalking.apache.org/>. This site is built from [rootsongjc/skywalking-webiste](https://github.com/rootsongjc/skywalking-website).
   
   ![image](https://user-images.githubusercontent.com/3328185/93987802-97c16600-fdba-11ea-99c8-e033efcea01a.png)
   
   Here are the plans for the three phase of the new website.
   
   ## Phase I
   
   **Home page**
   
   1. The SkyWalking logo is missing from navbar, it works on my local computer 😂
   1. Add some more sections: latest events, blogs and end users brands
   1. Adjust the color scheme to meet the SkyWalking culter
   1. Change the background image
   
   **Blog**
   
   1. Modify the display elements of the list to add information such as author and tag.
   1. Set the scheme information for the blog(this will be used on every blog post markdown header config)
   
   **Events**
   
   1. Adjust the page layout of a single evnet and fix display errors in the sidebar.
   
   **Team & Downloads**
   
   1. Adjust the layout, some part of the text are covered up.
   
   ## Phase II
   
   1. Multi-language support
   1. Migrate some blog posts to the website Github repo to test the layout
   
   ## Phase III
   
   1. Integration test with the SkyWalking main repository
   1. Setup the automation
   
   @Fine0830 Could you help for the UI design and layout of the new website?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] rootsongjc edited a comment on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
rootsongjc edited a comment on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-721483825






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-696573238


   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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5534: Using Hugo to refactor Apache SkyWalking's website

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5534:
URL: https://github.com/apache/skywalking/issues/5534#issuecomment-698184621


   @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 private@skywalking.apache.org(private mail list). Please ping me before you sent, that mail list requires me manual check for receiving mail from no-PMC members.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org