Move title.md default location to configs folder
As blurbs.md is located in configs folder, perhaps the default location of the title.md should follow the same?
Currently, the title.md file does not need any processing by the backend before being transmitted to the frontend, hence it was placed in the assets folder. However, with the introduction of the one-stop config file in #2161, it may be beneficial to include the title in the generated summary.json and move title.md to the configs folder.
Currently, the
title.mdfile does not need any processing by the backend before being transmitted to the frontend, hence it was placed in the assets folder. However, with the introduction of the one-stop config file in #2172, it may be beneficial to include the title in the generatedsummary.jsonand movetitle.mdto the configs folder.
Also, the file location should make sense from the user point of view. For them, the configs folder is where they put their 'customizations'.
@damithc @sopa301 It seems that currently the asset folder only contains favicon.ico and title.md. Should we move both of them to default configs file and remove the assets folder
Suggest to keep favicon.ico in assets folder as a dedicated space for static assets
How about putting the assets folder under the configs directory? As such, user does not need to use additional flag to specify the assets file. Otherwise, two copy actions need to be implemented to move favicon.ico from assets and title.md from configs separately.