Skip to content

Instantly share code, notes, and snippets.

@thomasdavis
Last active July 19, 2018 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasdavis/316c12f081f4a04fdac873d918433b54 to your computer and use it in GitHub Desktop.
Save thomasdavis/316c12f081f4a04fdac873d918433b54 to your computer and use it in GitHub Desktop.
backend:
name: github
repo: rolandnsharp/rolandsharp.com
media_folder: static/assets
public_folder: assets
collections:
- name: blog
label: Blog
folder: blog
create: true
fields:
- { name: path, label: Path }
- { name: date, label: Date, widget: date }
- { name: title, label: Title }
- { name: body, label: Body, widget: markdown }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment