Skip to content

theDavidBarton/theDavidBarton.github.io

Repository files navigation

crocodile

theDavidBarton.github.io

My github page and blog.

Article about redirect page on Medium

Start development server: localhost:3000

$ npx serve

   ┌────────────────────────────────────────────────┐
   │                                                │
   │   Serving!                                     │
   │                                                │
   │   - Local:            http://localhost:3000    │
   │   - On Your Network:  http://0.0.0.0:3000      │
   │                                                │
   └────────────────────────────────────────────────┘

Bon appétit !

Start dockerized version: localhost:4000

$ 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.

Static Pre-Rendering of the blog articles

$ yarn build
$ node ./blog/build-blog.js

Archive

Previous versions of the page are available on Archive.org's Wayback Machine.

Copyright

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