Skip to content

Commit

Permalink
Merge pull request #2 from Ansanjohny/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Ansanjohny authored May 14, 2024
2 parents b263849 + 4961c0f commit bfa4f98
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
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

0 comments on commit bfa4f98

Please sign in to comment.