Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xhtmlboi/yocaml
YOCaml is a static site generator, mostly written in OCaml
https://github.com/xhtmlboi/yocaml
arrow ocaml static-site-generator
Last synced: 3 days ago
JSON representation
YOCaml is a static site generator, mostly written in OCaml
- Host: GitHub
- URL: https://github.com/xhtmlboi/yocaml
- Owner: xhtmlboi
- License: gpl-3.0
- Created: 2021-02-16T09:30:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T22:15:39.000Z (30 days ago)
- Last Synced: 2024-10-22T18:27:34.243Z (29 days ago)
- Topics: arrow, ocaml, static-site-generator
- Language: OCaml
- Homepage:
- Size: 736 KB
- Stars: 107
- Watchers: 8
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - yocaml
README
# YOCaml
> YOCaml is framework for building static site generator, written in
> OCaml.## Dev setup
We suggest creating a local switch to create a sandboxed development
environment.```ocaml
opam update
opam switch create . --deps-only --with-doc --with-test --with-dev-setup -y
eval $(opam env)
```When the environment is prepared, `dune build` should build the project.