summaryrefslogtreecommitdiff
path: root/frontend/layouts
AgeCommit message (Collapse)Author
29 hoursfrontend: Add Meson build systemxengineering
This is a first step towards using Meson for the whole repository. Having one central build system allows many things like ensuring that the frontend page is build before embedding it into the Go executable or like transpiling TypeScript to JavaScript before building the frontend page.
30 hoursfrontend: layouts: Add baseof.html and home.htmlxengineering
These two files are the starting point for the front end.