diff --git a/packages/docs/src/posts/a-simple-post.md b/packages/docs/src/posts/a-simple-post.md index 7b9a0f3de..43f80d161 100644 --- a/packages/docs/src/posts/a-simple-post.md +++ b/packages/docs/src/posts/a-simple-post.md @@ -1,4 +1,23 @@ --- -title: 'A simple post' +title: A simple post date: '2019-06-18' +tags: + - demo-content + - simple-post + - blog --- +A simple post to demonstrate how a normal blog post looks on Hylia. Content is all set in the “Body” field as markdown and Eleventy transforms it into a proper HTML post. You can also edit the markdown file directly if you prefer not to use the CMS. + +If you want to make an image bleed-out, add a title attribute to it and the front-end will automatically wrap it in a `
` tag for you. + +![The top of a grey concrete building with a blue sky in the background](/images/demo-image-1.jpg "Brutalism at its finest. Photo by Artificial Photography on Unsplash.") + +You can also add videos to posts from YouTube or Vimeo (or wherever, really) and the front-end will also make those bleed-out for you too. + + + +Finally, how about a `
`? + +> Quotes will take a slightly different style to normal body text and look fancy. + +Hopefully, this has demonstrated how simple it is to make a nice looking blog with Hylia.