first commit

This commit is contained in:
2022-07-19 09:14:46 +02:00
commit 3da78f29c5
165 changed files with 5907 additions and 0 deletions

View File

@ -0,0 +1,23 @@
---
label: Author
hide_body: false
fields:
- type: text
name: title
label: title
- type: text
name: image
label: image
- type: text
name: email
label: email
- type: field_group_list
name: social
label: social
fields:
- type: text
name: icon
label: icon
- type: text
name: link
label: link

View File

@ -0,0 +1,24 @@
---
label: Post
hide_body: false
fields:
- type: text
name: title
label: title
- type: datetime
name: date
label: date
- type: text
name: author
label: author
description: 'Ex: John Doe'
- type: file
name: image_webp
label: image webp
- type: file
name: image
label: image
- type: text
name: description
label: description
description: meta description

View File

@ -0,0 +1,75 @@
---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: Blog Post
- type: directory
path: exampleSite/content/english/blog
label: Post (en)
create: documents
match: "**/*"
new_doc_ext: '.md'
templates:
- post
- type: directory
path: exampleSite/content/french/blog
label: Post (fr)
create: documents
match: "**/*"
templates:
- post
- type: heading
label: Author
- type: directory
path: exampleSite/content/english/author
label: Author (en)
create: documents
match: "**/*"
templates:
- author
- type: directory
path: exampleSite/content/french/author
label: Author (fr)
create: documents
match: "**/*"
templates:
- author
- type: heading
label: Data
- type: directory
path: exampleSite/data
label: Homepage
create: all
match: "**/*"
- type: directory
path: exampleSite/i18n
label: i18n
create: documents
match: "**/*"
- type: heading
label: Configuration
- type: directory
path: exampleSite
label: Configuration
create: all
match: "*.toml"
new_doc_ext: toml
upload_dir: exampleSite/static/images
public_path: "/images"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_env:
- HUGO_ENV=staging
- HUGO_VERSION=0.58.2
preview_output_directory: public
preview_docker_image: forestryio/hugo:latest
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
-d public
version: 0.58.2