Blog for developers
- Fork the repo.
- To make a new post create a file inside
_posts
directory, for example2013-01-20-localstorage-manager.md
- checkout the example post_posts/example-post.md
and change the attributes as required.
---
layout: post
categories: [javascript, code-style]
title: javascript coding style
keywords: javascript, coding, style
summary: javascript styling guide I follow for node.js. Other style guide references
author: madhums
---
author
is your github username
- Please make sure you explain the following
- What you are trying to do?
- Why you are trying to do?
- How are you trying to do?
- Advantages (if any)
- Disadvantages (if any)
- Resources and References
- To server it locally, run: gem install jekyll jekyll serve --auto
The site should be available at http://localhost:4000/devlog
- Submit pull request