A personal website created with Eleventy
Clone the repository and install dependencies.
npm install
Compile the source code and start the server with
npm run serve
New articles can be created in the appropriate directories, i.e. a book review in the "reading" directory, as markdown files.
See 11ty documentation for more information on creating or updating templates.