Opensourcing EASFS

EASFS (EAsy Static Front-end Server) is now open-sourced! Source code available at https://github.com/adamyi/easfs.

What is EASFS

It's a general-purpose front-end server that allows fast development and iterations of static websites through YAML and Markdown. It's similar to Jekyll but supports more robust features, and also renders pages at request time.

It originated as a fork to Google's WebFundamentals, but is now completely rewritten in Golang.

While I did write all the back-end code, it currently uses the same front-end as Google DevSite, because I'm lazy to write CSS. But it's a TODO to move this away from Google DevSite CSS & JS.

Example

This website is powered by EASFS. Its content source code is available at https://github.com/adamyi/adamyi.com.

OSS License

Copyright 2018-2019 Adam Yi.

Copyright 2014-2018 Google LLC.

Under Apache 2.0 LICENSE.