Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jinyphp/frontmatter
FrontMater Adapter for jinyPHP Framwork
https://github.com/jinyphp/frontmatter
Last synced: 5 days ago
JSON representation
FrontMater Adapter for jinyPHP Framwork
- Host: GitHub
- URL: https://github.com/jinyphp/frontmatter
- Owner: jinyphp
- License: mit
- Created: 2018-06-09T09:39:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T09:50:44.000Z (6 months ago)
- Last Synced: 2024-10-14T11:20:59.748Z (about 1 month ago)
- Language: PHP
- Homepage: http://www.jinyphp.com
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# FrontMatter
본 코드는 `PHP`언어로 작성된 `composer` 페키지 입니다. 또한 `jinyPHP` 프레임워크와 같이 동작을 합니다.
지니PHP는 MVC 패턴의 웹프레임워크 입니다.## 설치방법
composer를 통하여 설치를 진행할 수 있습니다.```php
composer require jiny/frontmatter
```이 페키지는 `webuni/front-matter`에 의존합니다.
## 소스경로
모든 코드는 깃허브 저장소에 공개되어 있습니다.
https://github.com/jinyphp/frontmatter누구나 코드를 포크하여 수정 및 개선사항을 기여(contrubution)할 수 있습니다.
## 머리말
머리말은 HTML, Markdown과 같은 파일 상단에 `---` 두줄로 구분 데이터 양식을 말합니다.
이렇게 머리말이 포함된 문서는 별도로 데이터와 문서의 내용을 구별하는 작업을 해주어야 합니다.머리말 데이터는 통상적으로 `YMAL`형태의 타입을 주로 사용합니다.