cls-website/
├── programs/ # Add program files here
├── events/ # Add event files here
├── stories/ # Add story files here
└── members/ # Add team member files here
As a content editor, you’ll primarily work with files in these four directories.
**bold**
*italic*
[text](url)
-
or 1.
#
symbolsThe website automatically:
Just add content files with the right metadata in the correct folders!
Note
Each content file have specific set of metadata fields.
Stories Directory:
stories/
├── story_1.qmd
│ ├── title: "How CompanyX Increased Efficiency"
│ ├── description: "CompanyX streamlined operations..."
│ ├── client: "CompanyX"
│ ├── thumbnail: "https://picsum.photos/300/200?random=1"
│ ├── date: "2024-03-20"
│ ├── categories: ["Digital Transformation"]
│ └── industry: "Manufacturing"
│
├── story_2.qmd
│ ├── title: "Research Lab Collaboration"
│ ├── description: "How we helped researchers..."
│ ├── client: "University Research Lab"
│ ├── thumbnail: "https://picsum.photos/300/200?random=2"
│ ├── date: "2024-02-15"
│ ├── categories: ["Research", "Collaboration"]
│ └── industry: "Academic"
│
└── story_3.qmd
├── title: "Healthcare Data Integration"
├── description: "Improving patient outcomes..."
├── client: "Regional Hospital"
├── thumbnail: "https://picsum.photos/300/200?random=3"
├── date: "2024-01-10"
├── categories: ["Healthcare", "Data Integration"]
└── industry: "Healthcare"
Resulting Stories Page:
Create file in programs/your-program-name.qmd
with:
Create file in events/your-event-name.qmd
with:
Create file in stories/story-name.qmd
with:
Create file in members/person-name.qmd
with:
If no image is provided in the frontmatter, default placeholders will be used:
To see changes before publishing:
quarto preview
When you’re satisfied with your changes:
.qmd
file.qmd
filepriority
or order
values