This repository is for submissions for posts to the CodeVisors Community Blog. We welcome submissions to the blog from anyone in the community. Contributions, typo fixes and pull requests are welcome 👍
New to markdown? Read this
Need Content ideas? Read this
Include the post metadata at the top:
---
title: My awesome post title
description: "This post is about awesome stuff!"
date: 2016-07-25
thumbnail: 'http://url-to-thumbnail.jpg'
layout: Post
authors:
- FirstnameLastname
---
Below the post meta, add your markdown:
# Post Heading This is an awesome paragraph! ## Post SubSection [Link example](http://my-full-url-with-http-at-the-front.com) * List item 1 * List item 2 * List item 3 ```js // code snippet example with javascript (js) syntax highlighting console.log('JS code') ```
click here to add a post or submit a PR.
External contributors
Fork this repo and submit a PR.
We will review and publish your post with our audience on codevisors.github.io/blogs and share it all around the web!
Ping us with any questions on Twitter or post an issue and we will get back with you shortly.
Curious about what your post will look like on the live site?
Our blog posts are written in markdown and support standard Github flavored markdown. If you are new to markdown, don't fret, check out this handy how to guide on writing in markdown
Need a markdown editor? Give stackedit.io, Byword or typora a spin.
Need to convert a Google doc to markdown? Install this chrome extension
Need to convert HTML to markdown? You can use this handy html to markdown converter
Need to convert Word to markdown? You can use this handy Word to Markdown Converter