https://github.com/aduth/andrewduthie.com
The personal website of Andrew Duthie
https://github.com/aduth/andrewduthie.com
Last synced: 4 months ago
JSON representation
The personal website of Andrew Duthie
- Host: GitHub
- URL: https://github.com/aduth/andrewduthie.com
- Owner: aduth
- Created: 2013-01-01T22:24:33.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T19:31:33.000Z (12 months ago)
- Last Synced: 2025-06-13T20:30:55.862Z (12 months ago)
- Language: MDX
- Homepage: https://andrewduthie.com
- Size: 1.24 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# AndrewDuthie.com
This repository contains the source for [my personal homepage](https://andrewduthie.com).
I treat it as a playground for experimenting with interesting or novel tools and implementation approaches, including:
- [MDX](https://mdxjs.com/) as a document format
- [NPM workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces) ([á la Yarn](https://classic.yarnpkg.com/en/docs/workspaces/))
- [Native ES modules in Node.js](https://nodejs.org/api/esm.html)
- [Node.js Worker Threads](https://nodejs.org/api/worker_threads.html)
- [Running TypeScript Natively in Node.js](https://nodejs.org/en/learn/typescript/run-natively)
- [Node.js Test Runner](https://nodejs.org/api/test.html)
- [Node.js Subpath Imports](https://nodejs.org/api/packages.html#subpath-imports)
- [JSON-LD Linked Data](https://json-ld.org/)
- [ESBuild](https://github.com/evanw/esbuild)
## License
Copyright 2025 Andrew Duthie.
Blog post content is licensed under the [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/deed.en_US). Blog post content includes all files within the `pages/` directory.
Source code is licensed under the [MIT license](https://opensource.org/licenses/MIT). Source code includes all files with exception of files within the `pages/` directory.