The current website structure needs change. We are not using HTML templating and thus it is hard to update. Here is an email I wrote long time ago
1. Gruesome task of updating kossiitkgp.in, a statically hosted website.
The website receives a lot of traction, and it is expected from us to update it regularly with upcoming events, documenting previous events, documenting about our current executives and former members, and many many things. The repository is not frequently updated (except for bot pushing our contribution charts). Even if I want to add a new page for our recent most event or add it into the page of events, I can not dare to it, considering my most of time will be spent on finding the appropriate div elements and copying template HTML file to create a new one.
So, we need to design HTML templating structure for all the three (one single/similar layout):
- KOSS Documentation (docs.kossiitkgp.org or kossiitkgp.org/docs)
- Blog (blog.kossiitkgp.org)
- The new website (kossiitkgp.org)
We can use the previous design for the website, but the code needs to be updated.
The current website structure needs change. We are not using HTML templating and thus it is hard to update. Here is an email I wrote long time ago
So, we need to design HTML templating structure for all the three (one single/similar layout):
We can use the previous design for the website, but the code needs to be updated.