test what the preview looks like for markdown instead of code widgets, set frame preview to false
All checks were successful
Hugo / build (push) Successful in 9s
All checks were successful
Hugo / build (push) Successful in 9s
This commit is contained in:
parent
b256bdad33
commit
7e76a9e84f
1 changed files with 9 additions and 1 deletions
|
@ -24,10 +24,12 @@ collections:
|
|||
- name: pages
|
||||
label: Pages
|
||||
preview: false
|
||||
frame: false
|
||||
files:
|
||||
- name: about
|
||||
label: About
|
||||
preview: false
|
||||
frame: false
|
||||
file: content/about/index.md
|
||||
fields:
|
||||
- label: Title
|
||||
|
@ -42,6 +44,7 @@ collections:
|
|||
- name: home
|
||||
label: Home
|
||||
preview: false
|
||||
frame: false
|
||||
file: content/_index.md
|
||||
fields:
|
||||
- label: Title
|
||||
|
@ -57,6 +60,7 @@ collections:
|
|||
label: Documentation
|
||||
folder: content/docs
|
||||
preview: false
|
||||
frame: false
|
||||
create: true
|
||||
fields:
|
||||
- label: Title
|
||||
|
@ -68,10 +72,12 @@ collections:
|
|||
- name: classes
|
||||
label: Classes
|
||||
preview: false
|
||||
frame: false
|
||||
files:
|
||||
- name: 3d
|
||||
label: 3D Modeling & Analysis
|
||||
preview: false
|
||||
frame: false
|
||||
file: content/classes/3d-modeling-analysis/_index.md
|
||||
fields:
|
||||
- label: Title
|
||||
|
@ -86,6 +92,7 @@ collections:
|
|||
- name: drafting
|
||||
label: Intro to Drafting & Design
|
||||
preview: false
|
||||
frame: false
|
||||
file: content/classes/intro-to-drafting/_index.md
|
||||
fields:
|
||||
- label: Title
|
||||
|
@ -96,10 +103,11 @@ collections:
|
|||
widget: string
|
||||
- label: Body
|
||||
name: body
|
||||
widget: code
|
||||
widget: markdown
|
||||
- name: survey
|
||||
label: Survey of Engineering Graphics
|
||||
preview: false
|
||||
frame: false
|
||||
file: content/classes/survey-graphics/_index.md
|
||||
fields:
|
||||
- label: Title
|
||||
|
|
Loading…
Add table
Reference in a new issue