programer.tips provides daily tips for programmers, suggested by professional programmers. Follow us to get daily tips:
If you have useful programming tip(s), feel free to submit by following the steps below:
- Fork the project
- Create a new file located at the directory
_posts/{current_year}/{current_month}
The file must be named as
{current_year}-{current_month}-{current-day}-{the-title-of-tip}.html
- The content of file follows the format shown as below
---
layout: post
title: The title of tip
categories: [the categories separated by a comma]
date: YYYY-MM-DD hh:mm:ss +timezone
author:
github: Your Github username
twitter: Your Twitter username
name: Your full name
---
The content of tip is HTML</code></pre>
The project is created by Nguyen Huu Phuoc. All the content are licensed under CC BY 3.0.