/personal-website-v1

👨🏻‍💻🏠 my digital home (2021 - present)

Primary LanguageMDXMIT LicenseMIT

Logo

walterteng.com - v1

Netlify Status

The first iteration of walterteng.com built with Gatsby and hosted with Netlify

demo

About the Site

This site serves as a common ground / digital garden to share my projects and notes.

Inspiration

I have came across many beautiful personal websites while developing my own. Some of the design ideas are influenced by these awesome developers and designers, do check out their work too: @margueriteroth, @bchiang7, @maxboeck, @MaggieAppleton, @slarsendisney, @joshwcomeau, @mxstbr

The Stack

Using Docker

This Gatsby site supports Docker for local development.

To run the Docker container on your local machine:

docker compose up

For more info on the Docker config and how to set up similar configurations for your Gatsby site: My Docker Setup for Gatsby

Changelog

The changelog is maintained here

Architecture Decision Records (ADR)

The decisions for this site are recorded within this repository folder, using phodal/adr.

For more info on ADR.

ADR Commands

// to add new ADR
adr new <decision-name>

// list
adr list

// generate toc
adr generate toc

// export
adr export <csv/html/json>