Reborn

THIS IS SOMETHING

Personal Site

Personal website to unify my fragmented thoughts


logo

Built with OCaml 5.1


Architecture of this site

and etc, mostly used to run the static site generator engine.

Folder structures

How to run it ?

You need to install Ocaml

[ 01 ] Installation

  1. Install using Make
make deps

[ 02 ] Running

  1. Create .env file
DEV=true
make watch
  1. Open localhost:8080

[ 03 ] Build Production

  1. Make dev mode disabled
DEV=false
  1. Run build command
make prod