This repository contains the source code for my personal website from start to finish. The deployment is a bog standard upload to FTP, nothing fancy.
No LLMs or any other kind of AI were used to make this project :)
The source code is written in Gleam and built with Blogatto - hence it has to be installed in order to download the dependencies and build the project:
gleam deps downloadOnce all the dependencies are in place, the static HTML build can be obtained by running
gleam runThis runs the code inside the build file. Once the build succeeds, the built project can be found in the dist directory.
Blogatto provides a development server. To get it running, use
gleam run -m dev