You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,7 +64,6 @@ meta: LetsBlog package released for Laravel.
64
64
keywords: letsblog, package, laravel, release
65
65
published_at: 2018-03-17
66
66
tags: LetsBlog, Laravel
67
-
series: LetsBlog Package
68
67
---
69
68
70
69
## Post Title
@@ -73,17 +72,17 @@ Post contents...
73
72
74
73
~~~
75
74
76
-
You can set any fields in the top section of the file. Any that DO NOT have a parser will just get tossed into a default `meta` field. Otherwise if a parser is found it will run. The parsers can manipulate a `data` object which ultimately get's passed into the `create` method for the `posts` table.
75
+
You can set any fields in the top section (front matter) of the file. The [available parsers](https://github.com/saywebsolutions/lets-blog/tree/master/app/Parser/Field"LetsBlog Post Field Parsers") recieve the data defined in the front matter for each field, and can manipulate that data prior to being saved to the `posts` table.
77
76
78
77
Current parsers are:
79
78
80
79
* Title
81
80
* Meta (description)
82
81
* Body
83
82
* PublishedAt
84
-
*Permalink (`slug`)
83
+
*Slug (if not defined will fallback to filename)
85
84
* Tags
86
-
* Series
85
+
* Series (optional name of the series to which to post belongs)
0 commit comments