pmuens / blog

Serverless blog content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless Blog

Welcome to the serverless blog repo!

Contributions and pull requests are welcome.

How to publish content:

  1. Write your content in markdown! See how to write in markdown for how to write markdown. You can also use https://stackedit.io/editor

  2. Name your post in this format YYYY-MM-DD-blog-post-name.md and include the required post information

Required post information

---
title: My awesome post
description: "This post is about awesome stuff!"
date: 2016-05-25
thumbnail: 'link to thumnail'
layout: Post
---

# Post Heading

Post Content

## Post SubSection

etc.
  1. Submit a PR to the repository.

Other handy markdown links/resources

Popular Markdown Editors

Publishing to medium

You can import posts into medium

About

Serverless blog content