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

netlify.toml - github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e12501008d62347d84ac8b787f9373f2e0483f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --themesDir ../.."

[build.environment]
HUGO_VERSION = "0.78.2"
HUGO_THEME = "repo"
HUGO_BASEURL = "https://ublogger.netlify.app"

[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"