mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-05 12:57:33 +03:00
Add link to frontmatter definition.
This commit is contained in:
parent
4f1eb75510
commit
2d2bdaa8b2
@ -42,7 +42,7 @@ Either framework might be the right fit depending on your goals. I hope this hel
|
||||
The flow is something like this:
|
||||
|
||||
- Put your static content in your `content` folder (it could be Markdown, `elm-markup`, or something else entirely)
|
||||
- Register Elm functions that define what to do with the frontmatter and the body of each type of file you want to handle
|
||||
- Register Elm functions that define what to do with the [frontmatter](https://jekyllrb.com/docs/front-matter/) (that YAML data at the top of your markup files) and the body of each type of file you want to handle
|
||||
- Define your app's configuration in pure Elm (just like a regular Elm `Browser.application` but with a few extra functions for SEO and site configuration)
|
||||
- Run `elm-pages build` and ship your static files (JS, HTML, etc.) to Netlify, Github Pages, or your CDN of choice!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user