see https://haxe.org/documentation/introduction/editors-and-ides.html for Haxe IDEs recommendation
Sources for https://haxefoundation.github.io/haxedevelop.org/
This project contains a static website generator, it is mixing templates and markdown files into plain HTML files.
- The template files are in
assets/content/
. - The static files (css, js, images) files are in
assets/includes/
. - The Haxe source files of the generator are in
src/
- The website-generated content will output in
output/
To run the project you need Haxe.
Call build-site.bat
to re-generate the output files.
Please edit the website files, template and markdown in the assets folder and do a pull request.
You need Haxe 3.2+ installed.
The static site generator source depends on hxtemplo and markdown. Install from haxelib:
haxelib install hxtemplo
haxelib install markdown
(Collaborators only)
- Add binaries here https://github.com/HaxeFoundation/haxedevelop.org/releases
- Create
$version/CHANGES.md
file here https://github.com/HaxeFoundation/haxedevelop.org/tree/master/assets/content/releases - Register version + binaries here https://github.com/HaxeFoundation/haxedevelop.org/blob/master/assets/content/releases/releases.json
- Update
latest.txt
https://github.com/HaxeFoundation/haxedevelop.org/blob/master/assets/includes/latest.txt - Done. Travis will build the site and put it online automatically.