1 2 3 4 5 6 7 8 9 10 11 12
|
This is a very simple website in pure tyxml. To generate the website, compile `site_html.ml` and then execute. This can be done with `make`.
Content of this directory:
- `site_html.ml`: Generates the Html.
- `Makefile`: Simple rules to create the website. Uses ocamlbuild
- `main.js` and `home.css` : auxiliary files for the website.
- `.merlin`: An appropriate merlin file.
- Readme.md : You are reading it
This website is distributed under the [unlicense][], feel free to use it!
[unlicense]: http://unlicense.org/
|