config.toml (253B)
1 baseURL = 'https://michaelpercival.dev' 2 locale = 'en-gb' 3 title = "Michael Percival's Home Page" 4 timeout = '120s' 5 6 [[module.mounts]] 7 source = 'static' 8 target = 'static' 9 10 [[module.mounts]] 11 source = 'assets/wallpapers' 12 target = 'static/wallpapers'