Skip to content

Commit

Permalink
removed _data/assetPaths.json from tracking. removed unused collections
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesthebrooks committed Oct 29, 2024
1 parent 29325f3 commit ee058fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 79 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,5 @@ web_modules/
_site
public
node_modules
.idea
.idea
_data/assetPaths.json
26 changes: 0 additions & 26 deletions _data/assetPaths.json

This file was deleted.

52 changes: 0 additions & 52 deletions _data/collections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,55 +2,3 @@
# In this example, we create a simple array of options and then in the _pages/collections.md file we
# Reference this data file in 'datafile' in the Front Matter and _layouts/list.html renders it
# This is simple, hopefully provides you with a good enough example to make changes as needed
- name: GSA
url: https://gsa.gov
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus.

- name: USDA
url: http://usda.gov/
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus.

- name: Performance.gov
url: http://performance.gov/
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus.

- name: Login.gov
url: https://login.gov
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus.



- label: cloud.gov knowledge base
name: kbarticles
folder: pages/knowledge-base/articles/
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
editor:
preview: false
fields:
- { label: 'Layout', name: 'layout', widget: 'hidden', default: 'layouts/post' }
- { label: 'Tags', name: 'tags', widget: 'hidden', default: [ 'posts' ] }
- { label: "Title", name: "title", widget: "string" }
- { label: "Author", name: "author", widget: "string" }
- {
label: "Publish Date",
name: "date",
widget: "datetime",
format: 'YYYY-MM-DD',
dateFormat: 'YYYY-MM-DD',
timeFormat: false
}
- {
label: "Image",
name: "image",
widget: "image",
allow_multiple: false,
required: false
}
- {
label: "Image Alt Text",
name: "image_alt_text",
widget: "string",
required: false
}
- { label: "Body", name: "body", widget: "markdown" }

0 comments on commit ee058fa

Please sign in to comment.