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: e9dd29b2ee40be2dc824dfb0f16f2e062a4f0877 (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"