My github page and blog.
Article about redirect page on Medium
$ npx serve
┌────────────────────────────────────────────────┐
│ │
│ Serving! │
│ │
│ - Local: http://localhost:3000 │
│ - On Your Network: http://0.0.0.0:3000 │
│ │
└────────────────────────────────────────────────┘
Bon appétit !
$ docker build -t thedavidbarton/thedavidbarton-github-io .
# port 3000 is exposed, the page will show a snapshot on localhost:4000
$ docker run -p 4000:3000 -d thedavidbarton/thedavidbarton-github-io
Note: 3000 comes from the default port of localhost npx serve
, see above. Make sure to copy the second port value from there as it may change over time.
$ yarn build
$ node ./blog/build-blog.js
Previous versions of the page are available on Archive.org's Wayback Machine.
- 2020-08-08
- 2020-11-28[1]
- 2020-11-28[2]
- 2021-01-16
- 2021-01-26
- 2021-02-13
- 2021-02-17
- 2021-03-02
- 2022-03-27
Graphics in the "hobbies" section are downloaded from: www.fileformat.info. Other icons are from: simpleicons.org.
All other graphics and photos of this project have been made available to this project by David Barton and are copyrighted; any other use must be authorized by the maker which holds all the rights for them.
MIT License
Copyright (c) 2019-2023 David Barton