A simple Laravel PHP blog using Markdown
Fork this repository and run composer install to install dependencies.
Make a markdown file(*.md) in ./posts folder like this:
---
layout: post
title: "제목"
tags: [tag1, tag2]
comments: true
published: true
use_math: false
---
Post contentsIf you add permalink: /some_path in two ---s(I'll call it as meta data section), you may also access via /some_path.