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

config.md « netlifycms « _layout « content « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7b6c1e06ab97a412d4464d90a7cee7b4befe6e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
netlifycms_content_folder: "exampleSite/content"
outputs:
- netlifyyaml
url: /admin/config.yml
---
backend:
  name: "github"
  repo: "vjeantet/hugo-theme-docport"
  branch: "master"
  open_authoring: true

media_folder: "static/images/uploads" # Media files will be stored in the repo under images/uploads
public_folder: "/images/uploads" # The src attribute for uploaded media will begin with /images/uploads
publish_mode: editorial_workflow