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
Two kinds of posts are on cssu.ca: Events and News. To create a new post:
Create a new branch from draft and name it post/<title> where <title> is a short name of your post. Either use Git on your computer, or simply use the GitHub interface to create the branch:
Create a new Markdown file in either _posts/events or _posts/news, and follow the naming convention of yyyy-MM-dd-title.md, where yyyy is the year, MM is the month of the year, dd is the day in the month, and title is a lowercase, dash-separated title of the post. See existing posts for examples. You can also use the PostGen tool for creating the Markdown files.
Add Jekyll frontmatter to the top of the new file, with a minimum of the following:
Create a pull request from your branch onto draft and assign it to @qasim for review.
Once your pull request is merged into draft, your post will be available on https://draft.cssu.ca, and will show up on https://cssu.ca when we deploy the site.