Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamyi/easfs
EAsy Static Front-end Server
https://github.com/adamyi/easfs
Last synced: 1 day ago
JSON representation
EAsy Static Front-end Server
- Host: GitHub
- URL: https://github.com/adamyi/easfs
- Owner: adamyi
- License: apache-2.0
- Created: 2019-08-25T09:26:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T04:04:34.000Z (over 4 years ago)
- Last Synced: 2024-04-09T19:14:10.388Z (7 months ago)
- Language: Go
- Size: 57.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EASFS (EAsy Static Front-end Server)
A web-server to allow fast development and iterations of static websites, based on YAML and Markdown.
It's similar to Jekyll but pages are rendered at request time.
While I did write all the back-end code (Golang), 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.## Build
```
bazel build //:easfs
```## Example
https://www.adamyi.com/ is served using EASFS and https://github.com/adamyi/adamyi.com## License
It was originally a fork to Google's [Web Fundamentals](https://github.com/google/WebFundamentals) project,
but is now rewritten in Golang. Yet it still uses the CSS & JS files from Web Fundamentals.Copyright 2018-2019 Adam Yi.
Copyright 2014-2018 Google LLC.
Under [Apache 2.0 License](LICENSE).