Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

jchavarri/melange-docs

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

melange.re

Note Melange documentation now hosted at https://github.com/melange-re/documentation-site/.

This is the documentation site for the Melange project.

Building

esy to download OCaml dependencies.

yarn to download JavaScript dependencies.

make gen_index to extract site index first without generating pages.

make all to build site and copy assets to build folder.

make serve to start local server.

Then open http://localhost:8000.

Tools

This project uses:

  • soupault as static site generator
  • omd extensible markup library in pure OCaml
  • Just the docs a Jekyll theme for documentation sites, adapted for Soupault.
  • prism.js to highlight syntax (at build time, through Node.js script)