A personal website. There are many out there, but this one is mine.
This project is built with Origami using the origami-starter package.
License is MIT, but the text and images are copyright me (unless otherwise attributed). That means most of the .md
(Markdown) files plus everything in the /img/
directories.
You're free to use this project to learn from, but please don't steal my stuff!
In addition to Node and Origami, my site uses Pagefind for search and the MapBox API to generate map images.
The MapBox API token is saved on my local machine under src/mapbox-token.txt
and is not pushed to git. I use the command npm run maps
to build new map images on geolocated entries. You can read more about the MapBox integration in pull request #1.