Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 162
Blogging
Prateek Chanda edited this page Nov 21, 2017
·
1 revision
To add any tutorial on the algorithms, just put it under the corresponding directory in _posts. Like to add a tutorial on graphs, add a markdown or html file under _posts/graphs.
The file should have the naming convention: yyyy-mm-dd-(title).markdown(or html).
The starting lines should be as follows:
---
layout: post
title: Your title
date: yyyy-mm-dd hh:mm:ss +0530
categories: the category of the algorithm
author: your name
---
Make sure you put those 3 '-'s