/mitranim.github.io

Source code of my personal website.

Primary LanguageGo

Overview

Personal website, hosted via Github Pages at https://mitranim.com.

Build

Install global dependencies:

make deps

...or just clone submodules:

make mod

Develop:

make

Deployment is automatic via Github Actions.