Add background color
If someone's web browser is set to a different color scheme, we
end up overriding the text color but *not* the background color,
leading to a potentially ugly mess. We could add a media-query
based system in the future, but this will avoid harsh results for
now.
Add target for fennelview.lua
Link to videos for 2020 conf.
List of talks for FennelConf online.
Update signup to make sense with more recent fennel versions.
FennelConf 2020 is online.
Add link to See Fennel from the home page.
Support setting initial code using query params.
Add content-type for .lua files.
It tries to parse it as XML otherwise??
Pipe See input/output to the worker completely separately.
Don't even try to share code across worker vs fallback.
Attempt to do compilation in workers, but it gives nonsense errors.