From ee058fab2043e935071c466cf231249c3dab8b46 Mon Sep 17 00:00:00 2001 From: Regular James Date: Tue, 29 Oct 2024 13:13:59 -0400 Subject: [PATCH] removed _data/assetPaths.json from tracking. removed unused collections --- .gitignore | 3 ++- _data/assetPaths.json | 26 --------------------- _data/collections.yaml | 52 ------------------------------------------ 3 files changed, 2 insertions(+), 79 deletions(-) delete mode 100644 _data/assetPaths.json diff --git a/.gitignore b/.gitignore index 2e998b9..4320bf4 100644 --- a/.gitignore +++ b/.gitignore @@ -120,4 +120,5 @@ web_modules/ _site public node_modules -.idea \ No newline at end of file +.idea +_data/assetPaths.json \ No newline at end of file diff --git a/_data/assetPaths.json b/_data/assetPaths.json deleted file mode 100644 index ea9f067..0000000 --- a/_data/assetPaths.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "2017-benchmarking-us-government.pdf": "/assets/documents/2017-benchmarking-us-government-websites.pdf", - "AFWERX-case.pdf": "/assets/documents/AFWERX-case-study.pdf", - "Federalist-ATO-Extension.pdf": "/assets/documents/Federalist-ATO-Extension-Letter.pdf", - "Federalist-One.pdf": "/assets/documents/Federalist-One-Pager.pdf", - "Office_Hours_EC_ES_Tech_Talk.pdf": "/assets/documents/Office_Hours_EC_ES_Tech_Talk.pdf", - "Pages.pdf": "/assets/documents/Pages-Proposal.pdf", - "afwerx.pdf": "/assets/documents/afwerx-success.pdf", - "cloud-gov-benefits-of-enterprise.pdf": "/assets/documents/cloud-gov-benefits-of-enterprise-solution.pdf", - "coe.pdf": "/assets/documents/coe-success.pdf", - "doi.pdf": "/assets/documents/doi-success.pdf", - "example-diagram.pdf": "/assets/documents/example-diagram-2.pdf", - "federalist-system.pdf": "/assets/documents/federalist-system-architecture.pdf", - "how-federalist-works-for.pdf": "/assets/documents/how-federalist-works-for-presentation.pdf", - "how-pages-works.pdf": "/assets/documents/how-pages-works-diagram.pdf", - "pages-compliance.pdf": "/assets/documents/pages-compliance-memo.pdf", - "admin.js": "/assets/js/admin-OYJBR6FH.js", - "admin.map": "/assets/js/admin-OYJBR6FH.js.map", - "anchor.min.js": "/assets/js/anchor.min.js", - "app.js": "/assets/js/app-QEPMZAPG.js", - "app.map": "/assets/js/app-QEPMZAPG.js.map", - "uswds.js": "/assets/js/uswds-init.js", - "prism-atom.css": "/assets/styles/prism-atom-dark.css", - "styles.css": "/assets/styles/styles-LAEZDHNO.css", - "styles.map": "/assets/styles/styles-LAEZDHNO.css.map" -} \ No newline at end of file diff --git a/_data/collections.yaml b/_data/collections.yaml index d1aad82..dd1de55 100644 --- a/_data/collections.yaml +++ b/_data/collections.yaml @@ -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" }