https://github.com/zackkrida/zack.cat
my tiny personal site
https://github.com/zackkrida/zack.cat
Last synced: about 1 year ago
JSON representation
my tiny personal site
- Host: GitHub
- URL: https://github.com/zackkrida/zack.cat
- Owner: zackkrida
- Created: 2018-05-25T14:09:47.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T17:16:21.000Z (over 1 year ago)
- Last Synced: 2025-03-14T18:54:03.662Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://zack.cat
- Size: 14.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zack.cat
my personal website.
## principles
- Build process is totally distinct from content.
- Content is markdown. I like markdown.
- Content can me moved anywhere and built any way.
- Content is forever.
- Build process is ephemeral. If it works in ten years? Who cares? I'll swap it out with the flavor of the year.
## current build process
the current build process is next.js. it grabs the markdown files at build time and generates static html pages.