mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 10:40:09 +01:00 
			
		
		
		
	Reorganize content
This commit is contained in:
		@@ -2,7 +2,7 @@ backend:
 | 
			
		||||
  name: git-gateway
 | 
			
		||||
  branch: gatsby-v2
 | 
			
		||||
 | 
			
		||||
media_folder: "content/media"
 | 
			
		||||
media_folder: "static/media"
 | 
			
		||||
public_folder: "/media"
 | 
			
		||||
 | 
			
		||||
collections:
 | 
			
		||||
@@ -10,7 +10,7 @@ collections:
 | 
			
		||||
    label: "Posts"
 | 
			
		||||
    folder: "content/posts"
 | 
			
		||||
    create: true
 | 
			
		||||
    slug: "{{slug}}"
 | 
			
		||||
    slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
 | 
			
		||||
    fields:
 | 
			
		||||
      - {label: "Template", name: "template", widget: "hidden", default: "post"}
 | 
			
		||||
      - {label: "Title", name: "title", widget: "string"}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user