README.md

March 18, 2022 ยท View on GitHub

Personal Website of Recursion Ninja

The live site can be viewed here:

https://recursion.ninja

Installation

$ cabal build personal-website
$ cabal exec  personal-website clean
$ cabal exec  personal-website build
$ cabal exec  personal-website server

One-liner:

for a in clean build server; do cabal run . -- $a; done

The compiled website will be placed in the _site directory.

Running the linters

$ mega-linter-runner

Contents

  1. 1Personal Website of Recursion Ninja
  2. 1.1Installation
  3. 1.2Running the linters