Rules to write articles for Blog (draft) - piensa/piensa.github.io GitHub Wiki

Have fun writing articles for the blog of Piensa, and take into account all authors should follow some rules before delivering the file to the editor.

  • Articles have to be written using Markdown (MD).

How to write a Markdown

  • Every markdown file have to fill following fields in header:
---
layout: post
title: "Article Title"
author: name
author-url: name-lastname
image: image.extension
category: category
---

If the category doesn’t exist, you can create it [insert link]

category-url: category

  • All articles use a header image of 720px * 250px. Header image have to be placed in folder img/posts/

  • Images used for the body of the article have to be placed in folder img/posts/number-of-the-post

  • All titles inside the article have to be H2

  • Web and bibliographic references with or without links use only H6

  • All resources and assets used in the article have to be free to share.

  • For publication purposes, articles in MD have to be placed in folder _posts

  • For testing purposes, articles in MD have to be placed in folder _drafts. When you finish your draft, move it to the _posts folder