Serum
Serum copied to clipboard
Static website generator for Elixir fans
thanks for serum! Is it possible to have posts generate a pretty url (suffix-free) instead of having `.html` appended? This works for pages: ``` pages/about pages/about/index.md pages/index.md pages/license pages/license/index.md pages/talks...
Producing an rss (or atom) feed could be interesting for blogs.
Hello, Is it possible to sort/order posts by subfolders like `2019/08/31` instead of `2019-08-31`? If yes, it is also possible to have a little index by subfolders, listing months/days/articles? A...
The Serum development server currently doesn't reload/recompile Elixir codes when they are changed. Users must stop and restart the server after they have made changes to `mix.exs` or any codes...
Link to the original tweet: https://twitter.com/nyaray/status/1134153135772057602
I like to have produce readable HTML on my site. Is there an option i can pass to Serum / Earmark to do that?
In "manually" tidying the generated HTML, i stumbled upon the following issues reported by tidy: ``` line 36 column 205 - Warning: unescaped & or unknown entity "&-voxpupuli" line 37...
Can the plugin system be used for processing sass files?
https://github.com/Dalgona/Serum/issues/237#issuecomment-2022718338