-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Ansanjohny/patch-1
Update README.md
- Loading branch information
Showing
1 changed file
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,34 @@ | ||
# mucampus-events | ||
View all events | ||
|
||
This repository contains the source code files for adding campus events and learning circle events in the MuLearn repository. Kindly go through this repository and showcase your event in this repository. | ||
|
||
## | ||
Fork the repository | ||
|
||
|
||
Open _posts folder --> Create new file | ||
|
||
## Title Format | ||
``` | ||
yyyy-mm-date-heading.markdown | ||
``` | ||
### Enter event details | ||
|
||
``` | ||
layout: post | ||
title: "My New Post" [Replace with your heading] | ||
date: 2023-05-12 12:00:00 -0500 [Replace with your date : Date format - yyy-mm-date] | ||
categories: Campus Event [update- Choose Campus event or Learning Circle event] | ||
--- | ||
// Explain details of the event | ||
# My New Post | ||
This is the content of my new post. | ||
## Heading 2 | ||
- List item 1 | ||
- List item 2 | ||
``` | ||
### Save Changes and Commit a Pull Request |