Skip to content

pedrito1414/blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adding Blog Posts

Blog post are added to the missingmaps site by adding a new file here.

First create a file with the following naming conventions YYYY-MM-DD-[title-of-post].md For instance the first blog post is named 2016-05-05-intro-to-missing-maps.md

Next add the following to the top of your new file. This 'front matter' is important for the page meta data and so that it will build correctly.

---
layout: post
title: [title of your post]
postID: [unique-post-id]
category: [category]
banner: [url of banner image]
date: YYYY-MM-DD
author: [author]
excerpt: [excerpt from your post]
published: true
tags: [tag1, tag2]
permalink: /blog/:year/:month/:day/:title/
lang: en
---

Sample front matter

---
layout: post
title: Missing Maps
postID: missing-maps
category: blog
banner: https://arcmaps.s3.amazonaws.com/share/blog-pictures/missingmaps-blog_20160422_banner.jpg
date: 2016-05-05
author: Dale Kunce
excerpt: Welcome to the new Missing Maps Blog. Over nearly the last two years you almost 10,000 mappers have contributed over 22 million edits, almost 3 million buildings and 300,000 km of roads. These achievements are truly amazing. The new blog will focus on sharing some of the personal stories and major events happening with Missing Maps.
published: true
tags: [Partners, Project update]
permalink: /blog/:year/:month/:day/:title/
lang: en
---

About

blog for missingmaps.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published