diff --git a/content/blog/january_2025.md b/content/blog/january_2025.md index 606370d8..be33f2ae 100644 --- a/content/blog/january_2025.md +++ b/content/blog/january_2025.md @@ -17,7 +17,6 @@ cover: images: - "/blog/images/JanuaryBanner_2025.png" summary: "Happy New Year! This month we discuss the current state of the PineVox, seeing what the community have been up to with their PineNotes, announcing InfiniTime 1.15 and announcing the end of production of the Pinebook Pro." - --- This month we report on some news concerning the PineVox, what the community have been up to with their PineNotes and the brand-new 1.15 InfiniTime update. We would like to wish our community a happy New Year and hope you all had a good end of 2024. diff --git a/content/blog/november_2024.md b/content/blog/november_2024.md index ca45f9cf..93afbd3e 100644 --- a/content/blog/november_2024.md +++ b/content/blog/november_2024.md @@ -20,7 +20,6 @@ images: summary: "This month we are announcing a couple of new products including a SBC and a successor to the PineCube. We have updates to share about the PineNote and the PineDio USB adapter this month along with a talk by one of our community members Dsimic." aliases: - "/2024/10/18/november_2024/" - --- Welcome back to a new monthly Pine64 community update! This month we are announcing a couple of new products including a SBC and a successor to the PineCube. We have updates to share about the PineNote and the PineDio USB adapter this month along with a talk by one of our community members Dsimic. diff --git a/content/documentation/PinePhone_Pro/Factory_tests/Factory_test_hardware_checking.md b/content/documentation/PinePhone_Pro/Factory_tests/Factory_test_hardware_checking.md index 1421af18..1373fcdc 100644 --- a/content/documentation/PinePhone_Pro/Factory_tests/Factory_test_hardware_checking.md +++ b/content/documentation/PinePhone_Pro/Factory_tests/Factory_test_hardware_checking.md @@ -1,4 +1,3 @@ - --- title: "Hardware checking" draft: false diff --git a/static/admin/config.yml b/static/admin/config.yml index cb4f2956..3634c1ce 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -83,24 +83,24 @@ collections: - { label: "Draft", name: "draft", widget: "boolean", default: false } - { label: "Body", name: "body", widget: "markdown" } - # - name: "documentation" # This is the name used in the URL - # label: "Documentation" # This is the singular name of the content type for the UI - # label_singular: "Documentation" - # folder: "content/documentation/Clusterboard" # The folder where your posts markdown files will be saved - # create: true # Allows users to create new documents in this collection - # slug: "{{slug}}" # Filename template for new posts - # preview: false - # nested: - # depth: 4 # max depth to show in the collection tree - # summary: '{{dirname}}' # optional summary for a tree node, defaults to the inferred title field - # fields: # List of fields for the front matter - # - label: Title - # name: title - # widget: string - # - label: Body - # name: body - # widget: markdown - # meta: { path: { widget: string, label: 'Path', index_file: '_index' } } + - name: "documentation" # This is the name used in the URL + label: "Documentation" # This is the singular name of the content type for the UI + label_singular: "Documentation" + folder: "content/documentation/" # The folder where your posts markdown files will be saved + create: true # Allows users to create new documents in this collection + slug: "{{slug}}" # Filename template for new posts + preview: false + nested: + depth: 5 # max depth to show in the collection tree + summary: '{{dirname}}' # optional summary for a tree node, defaults to the inferred title field + fields: # List of fields for the front matter + - label: Title + name: title + widget: string + - label: Body + name: body + widget: markdown + meta: { path: { widget: string, label: 'Path', index_file: 'index' } } - name: "podcast" # This is the name used in the URL label: "Podcast" # This is the singular name of the content type for the UI