Welcome to mirror list, hosted at ThFree Co, Russian Federation.

netlify.toml - github.com/tastaturtier/someparts-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81395efca4c6edd66e2a219d7a2a3187291533a5 (plain)
1
2
3
4
5
6
7
[build]
  publish = "exampleSite/public"
  command = "cd exampleSite && sed -i \"s|https\\:\\/\\/example\\.com\\/|${URL}\\/|g\" config.yaml && hugo --gc --themesDir ../.."
  
[build.environment]
  HUGO_VERSION = "0.63.2"
  HUGO_THEME = "repo"