-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
About
One should be able to order the sections without changing the HTML code. The purpose of this is to let users configure everything without looking at the index.html file.
Solution
Any solution is fine, but a configuration file (like the other ones in src/html/contents) that keeps the order of the sections is enough. (ie. a json file containing { leftHalfScreen: { 1: "experiences", 2: "languages" }, rightHalfScreen: { 1: "projects" } }) Also, sections should be positioned according to those settings.