coreybutler / fenix

A simple and visual static web server with collaboration features.
https://preview.fenixwebserver.com
GNU General Public License v3.0
1.65k stars 135 forks source link

Feature Request : custom CSS when serving markdown #97

Closed mrec closed 6 years ago

mrec commented 6 years ago

Currently it looks like Fenix just injects

<style>BODY{font-family:Arial,sans-serif;}</style>

at the start of the HTML, which is a bit spartan. Could it check for a specifically-named CSS file like _fenix_md.css in the server's root directory, and inject that instead?

mrec commented 6 years ago

Whoops, apologies, looks like this is already coming in Fenix 3. Closing.

coreybutler commented 6 years ago

Yup, and if you're a Mac user, you can try it out by downloading at https://preview.fenixwebserver.com. The Windows installer has been quite challenging, but it's almost done too.