mhgbrg / personal-website

My personal website and blog. Uses a script that parses posts from Markdown files and spits out static html.
0 stars 1 forks source link

Parse title and first paragraph separately from the rest of the content #19

Closed mhgbrg closed 8 years ago

mhgbrg commented 8 years ago

In order to fix a good looking blog index I need to parse the title and the first paragraph of a post separately from the other content, so that I can use it in the templates.

Instead of reading the blog title from the metadata block the script should use the first line of the blog post.

mhgbrg commented 8 years ago

In progress on branch feature-post-parsing.