You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a spike to do a quick POC of having an event be set up as a page bundle with a minimal data file.
To simplify the work to prove this out, here are the parameters for the POC that I see:
Use new-event instead of event as the taxonomy temporarily. This will let all the rest of the site continue to build without error while testing out the new stuff for the POC.
templates will follow this model; for example new-speaker instead of changing the speaker template
Create content/new-event/2020/ponyville as the file system structure.
This is scoped only to the "event" level; higher-level pages (front page, speaking page, events page, etc) are out of scope for right now.
Program page is likely out of scope for the POC as that is a larger question.
Event-level pages to test include:
welcome page
sponsor page
speakers page
individual speaker page
individual talk page
location page
contact page
Try out the concept of bundling images (logos, speaker images, organizer images) into the Page Bundle itself instead of using the static directory
The text was updated successfully, but these errors were encountered:
As mentioned here, the images stuff doesn't seem like it will work well without overly complicating things, so I am going to pull images out of the scope of this spike.
This is a spike to do a quick POC of having an event be set up as a page bundle with a minimal data file.
To simplify the work to prove this out, here are the parameters for the POC that I see:
new-event
instead ofevent
as the taxonomy temporarily. This will let all the rest of the site continue to build without error while testing out the new stuff for the POC.new-speaker
instead of changing thespeaker
templatecontent/new-event/2020/ponyville
as the file system structure.Try out the concept of bundling images (logos, speaker images, organizer images) into the Page Bundle itself instead of using thestatic
directoryThe text was updated successfully, but these errors were encountered: