serif
serif copied to clipboard
Serif is a static site generator and blogging system powered by markdown files.
Without it, this is just another obstacle to overcome when you want to have syntax highlighting. It's all supported by the markdown renderer it just needs to get some default...
The following would be useful in a `feed.xml.sample` provided by `serif new`. ``` layout: none {% assign feed_url = "http://example.com/feed" %} {% assign feed_title = "Example Feed" %} {% assign...
Using the real filesystem causes a ton of problems around cleaning up after tests.
When running `serif dev`, changes to the underlying templates aren't detected automatically, which means a lot of `serif generate` when trying to create a new layout, or rolling your own...
There needs to be an optional automatic publishing mechanism that detects new or changed posts. The desired outcome is that a new post can be copied over to `_posts` manually...
For now, the only non-HTML content allowed is Markdown in `_posts` and `_drafts`. This means that if you want an About page, it has to go in `about.html` and must...