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