After creating a hugo.toml file like the following, activate the theme with hugo new site . --force:
hugo.toml
hugo new site . --force
baseURL = 'https://example.com/' languageCode = 'en-us' title = 'example-site' theme = 'm10c'