d12frosted / d12frosted.io

Personal site
https://d12frosted.io
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

[[https://github.com/d12frosted/d12frosted.io/workflows/CI/badge.svg][file:https://github.com/d12frosted/d12frosted.io/workflows/CI/badge.svg]]

Personal site.

** Building

You need to install [[https://www.haskell.org/ghc/][GHC]] and [[https://www.haskell.org/cabal/][cabal]] for building Haskell code, and [[https://yarnpkg.com/lang/en/][yarn]] for downloading javascript libraries.

+begin_src bash

$ make build

+end_src

** Running site locally

Just run the following command and open http://localhost:8000/

+begin_src bash

$ make watch

+end_src