https://github.com/lbeckman314/lbeckman314.github.io
My website! Powered by vacuum tubes and electrons.
https://github.com/lbeckman314/lbeckman314.github.io
astro cool cool-language cool-stuff css digital-garden html javascript liam sass
Last synced: 28 days ago
JSON representation
My website! Powered by vacuum tubes and electrons.
- Host: GitHub
- URL: https://github.com/lbeckman314/lbeckman314.github.io
- Owner: lbeckman314
- Created: 2016-10-07T22:32:41.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2026-02-11T01:44:41.000Z (4 months ago)
- Last Synced: 2026-02-11T06:04:27.838Z (4 months ago)
- Topics: astro, cool, cool-language, cool-stuff, css, digital-garden, html, javascript, liam, sass
- Language: SCSS
- Homepage: https://liambeckman.com
- Size: 43 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/lbeckman314/lbeckman314.github.io/actions/workflows/build.yaml)
# Overview 🌀
This personal site is a way for me to collect my favorite things and show off personal projects and experiments!
| Component | System |
|-------------------|---------------------------------------------------------------------------|
| Host | [GitHub Pages](https://docs.github.com/en/pages) → lbeckman314.github.io |
| Domain | [Porkbun](https://porkbun.com/) → liambeckman.com |
| Framework | [Astro.js](https://astro.build/) |
| Services (Live) | [Digital Ocean Droplet](https://www.digitalocean.com/products/droplets) |
| Services (Static) | [Netlify](https://www.netlify.com/) |
| Search | [Pagefind](https://pagefind.app/) |
| Link Checking | [Lychee](https://github.com/lycheeverse/lychee/) |
| Status Page | [Upptime](https://upptime.js.org/) |
## Quick Start âš¡
```sh
➜ git clone https://github.com/lbeckman314/lbeckman314.github.io
➜ cd lbeckman314.github.io
➜ npm install
➜ npm run dev
```
Then browse to http://localhost:4321 to see the site!
## GitHub Actions 📦
The build + deployment is triggered for every push to the `main` branch, as part of [`build.yaml`](https://github.com/lbeckman314/lbeckman314.github.io/blob/main/.github/workflows/build.yaml)
## Inspirations ✨
### Interactive + Beautiful Gardens!
- [charm.land](https://charm.land)
- [nan.fyi](https://www.nan.fyi)
- [maggieappleton.com](https://maggieappleton.com)
- [joshwcomeau.com: An Interactive Guide to SVG Paths](https://www.joshwcomeau.com/svg/interactive-guide-to-paths)
- [blog.maximeheckel.com: On Crafting Painterly Shaders](https://blog.maximeheckel.com/posts/on-crafting-painterly-shaders)
### Moving Things!
- [animejs.com](https://animejs.com)
- [threejs.org](https://threejs.org)
- [blog.shashanktomar.com: Strange Attractors](https://blog.shashanktomar.com/posts/strange-attractors)
### Writing!
- [Binsider](https://binsider.dev/getting-started)
- [drew.silcock.dev: How Postgres stores data on disk – this one's a page turner ](https://drew.silcock.dev/blog/how-postgres-stores-data-on-disk)
- [nghiant3223.github.io: Memory Allocation in Go](https://nghiant3223.github.io/2025/06/03/memory_allocation_in_go.html)
- [reverbmachine.com: How Brian Eno Created *Ambient 1: Music for Airports*](https://reverbmachine.com/blog/deconstructing-brian-eno-music-for-airports)
- [aethermug.com: Linear Algebra Explains Why Some Words Are Effectively Untranslatable](https://aethermug.com/posts/linear-algebra-explains-why-some-words-are-effectively-untranslatable)