Skip to content

yatish1606/research

 
 

Repository files navigation

Research by Muellners Foundation

Live in action: https://research.muellners.org

How to write add an article

  1. Clone the repo (if you are a developer)
  2. You can add your name as an author in the Author.yaml file in the src/content/author.yaml
  3. Then create your blog markdown your-blog-markdown.md
  4. Add the minimum style
---
layout: post
title: Your post on title
image: img/your-imge-if-your-adding
author: [Your name as it was written on Author.yaml]
date: 2020-06-01T07:03:47.149Z (like this , you can generate it using https://www.epochconverter.com)
tags:
  - your tags
  - frameworks
---

  1. Once post is written commit and push and see live in action.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.2%
  • JavaScript 6.8%