-
Notifications
You must be signed in to change notification settings - Fork 1
Add website events guide #4
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood for newcomersGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood for newcomersGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
For Review
As a volunteer or exec, I want a clear guide on how to add events to the CCSS website so that I can promote upcoming events without needing to ask for help or dig through the repo.
🧠 Context
We currently don’t have a documented guide on how to add events to the CCSS website. Contributors are expected to know how the
CarletonComputerScienceSociety/websiterepo works and where to place files, which creates unnecessary friction.We should publish a page at:
This page should provide a step-by-step guide with code examples showing:
🛠️ Implementation Plan
Create a new page at:
docs/guides/website/add-events.mdWrite a guide on this page:
A short intro sentence explaining that this guide helps you add an event to the CCSS website
Step 1: Create an event markdown file
Go to content/events
Add a new file named something like
2024-09-10-frosh-social.mdInclude an example frontmatter and body content:
Step 2: Add your event poster
images/event_posters/2024/event-name.jpgStep 3: Commit your changes
Add Frosh Social event for Sept 10Ensure the page has proper formatting
✅ Acceptance Criteria
A new page exists at
docs/guides/website/add-events.mdThe guide includes:
All links point to the correct GitHub repo paths
The page is properly formatted and appears in the sidebar under "Guides > Website"