mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 00:52:43 +00:00
Merge branch 'main' of https://github.com/lukeslowen/jslowen-music
This commit is contained in:
commit
86c9579db1
16
.forestry/front_matter/templates/page.yml
Normal file
16
.forestry/front_matter/templates/page.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
label: Page
|
||||
hide_body: false
|
||||
fields:
|
||||
- type: text
|
||||
name: title
|
||||
label: title
|
||||
- type: text
|
||||
name: description
|
||||
label: description
|
||||
- type: text
|
||||
name: featured_image
|
||||
label: featured_image
|
||||
- type: boolean
|
||||
name: omit_header_text
|
||||
label: omit_header_text
|
22
.forestry/front_matter/templates/post.yml
Normal file
22
.forestry/front_matter/templates/post.yml
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
label: Post
|
||||
hide_body: false
|
||||
fields:
|
||||
- type: datetime
|
||||
name: date
|
||||
label: date
|
||||
- type: text
|
||||
name: description
|
||||
label: description
|
||||
- type: file
|
||||
name: featured_image
|
||||
label: featured_image
|
||||
- type: list
|
||||
name: tags
|
||||
label: tags
|
||||
- type: text
|
||||
name: title
|
||||
label: title
|
||||
- type: boolean
|
||||
name: disable_share
|
||||
label: disable_share
|
@ -4,9 +4,6 @@ auto_deploy: false
|
||||
admin_path:
|
||||
webhook_url:
|
||||
sections:
|
||||
- type: document
|
||||
path: config.toml
|
||||
label: Config
|
||||
- type: directory
|
||||
path: exampleSite/content/en
|
||||
label: Pages
|
||||
@ -17,6 +14,9 @@ sections:
|
||||
label: Posts
|
||||
create: all
|
||||
match: "**/*"
|
||||
- type: document
|
||||
path: config.toml
|
||||
label: Config
|
||||
upload_dir: exampleSite/static/images
|
||||
public_path: "/images"
|
||||
front_matter_path: ''
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
module:
|
||||
hugoVersion:
|
||||
min: "0.64.0"
|
||||
min: 0.64.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user