landingPage is a very simple tool that can build a personal webpage with links to other resources you want to share. The tool creates a static site that can be deployed to many free offerings such as GitHub Pages, or Cloud Providers such as Digital Ocean, AWS, GCP, etc.
The project uses eleventy, an great static site generator. Really this is the magic sauce, I just build a simple template using it.
Clone the repo and open up the file at /src/_data/global.json. This is the only file you need to update in order to change the content of your landing page.
To see the project, run
npm run serve
and open a browser to the url it spits out
To build the project and get the _site folder, run
npm run build