/blog-posts

GNU General Public License v3.0GPL-3.0

blog-posts

Repository containing all my blog posts for my website.

Template blog:

---
title: Placeholder title
author: Lynith
date: 0
tags: ["Blog", "Empty"]
thumbnail: https://raw.githubusercontent.com/LynithDev/blog-posts/master/assets/portfolio_screenshot.png
content_short: Short content describing the blog post.
---
Markdown content goes here!

Rules

  • Tags must follow the Javascript array format
  • Date must be a valid Javascript UNIX timestamp
  • Thumbnail must be a raw link to a valid image
  • First line must begin with ---