Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 666 Bytes

readme.md

File metadata and controls

28 lines (21 loc) · 666 Bytes

Website id-laravel.com

Installation

Adding Content

You must have access to push to this repository, or fork and submit a Pull Request.

Create new Markdown file in source/_posts/article-slug.md with following template:

---
extends: _layouts.post
section: content
title: <The Title>
author: <Your Name>
categories: [category1, category2]
date: 2019-11-08
---

Your article content goes here. No need to add title, just write your article body.