Skip to content

portrik/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

278 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

Running the Project Locally

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 download

Once all the dependencies are in place, the static HTML build can be obtained by running

gleam run

This runs the code inside the build file. Once the build succeeds, the built project can be found in the dist directory.

Development

Blogatto provides a development server. To get it running, use

gleam run -m dev

About

Source code of my personal website

Resources

License

Stars

Watchers

Forks

Contributors