Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.4 KB

File metadata and controls

53 lines (29 loc) · 1.4 KB

HowTo: Create a BLOG post on 42AI's website

Our Github pages allows for the easy creation of blog posts by members of 42AI.

In short : Fork it, branch it, build it. Name it, save it, commit. Push it!

Guidelines

1. Fork this repository

git clone git@github.com:42-AI/42-ai.github.io.git
cd 42-ai.github.io

2. Create a new branch for your article

NB : Please name your branch blog-<your_42_login> Ex: blog-jbondri

git checkout <your_new_branch>

3. Create a new file in the _posts/ folder

On your branch :

  • Create a new file in the _posts/ folder

  • Rename it following this convention : YYYY-MM-DD-blog-<your_42_login>.md

Where YYYY stands for the year, MM for the month, DD for the day of the post.

4. Commit and push

  • Save, commit and push your file to your branch.

  • Wait for Pull Request to be reviewed.

5. Share the news !

Let everyone know about your post by sharing it on social media using the links on the article