-
Notifications
You must be signed in to change notification settings - Fork 222
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
reports: Make a report list page #359
Comments
I think this should be only about the GSOC reports. We'll figure out what to do with GCI later. ;-) |
I dont think a new tab is required. The generated report pages can be linked from the relevant completed projects, e.g. on http://projects.coala.io/#/projects?project=cobot_enhancement,_testing_and_porting , link to https://projects.coala.io/GSoC/2017/StatusReport/MeetMangukiya and there should be a page at https://projects.coala.io/GSoC/ , which includes links to the 2017 reports |
Okay will try to complete this as soon as possible! |
This provides automatic permalinks matching those used in 2017. The file name is used as the final component. The added categories are not used, as jekyll converts them to lower-case which breaks existing URLs. Related to coala#359
Jekyll uses the year to create the page URL Related to #359
Jekyll uses the year to create the page URL Related to #359
Task Description :
A proper webpage must be in place using which we can show the list of work submission urls / profiles of GCI and GSOC students.
An overview of webpage structure
Steps :
Create a new layout (.md file) in _layouts directory, and use Jekyll + Liquid syntax to obtain array of all the pages where layout is
report
(such pages are in https://github.com/coala/projects/tree/master/reports) .Then you can iterate over this array as many times and show lists of links pertaining to GSoC and GCI, in separate markup sections.
The text was updated successfully, but these errors were encountered: