The source code for jagrg.org is hosted on GitLab and built using Emacs Lisp. The website loads in 0.4 seconds and weighs less than 5KB. It is featured in the exclusive 250KB Club and the IndieWeb Webring. You can interact with it by sending Webmentions.
Clone the repository:
git clone https://gitlab.com/jagrg/jagrg.gitlab.io.git
cd jagrg.gitlab.io
Install dependencies:
yarn install
make
Start the development server:
yarn start
The app will be served at http://localhost:8000.