Compare commits

...
2 Commits
Author SHA1 Message Date
cloudflare-workers-and-pages[bot] 96efca385c Add Cloudflare Workers configuration 2026-07-27 19:29:39 +00:00
miles 237d922f6c update 2026-07-27 14:29:00 -05:00
3 changed files with 25 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
# wrangler files
.wrangler
.dev.vars*
!.dev.vars.example
.env*
!.env.example
+5 -5
View File
@@ -567,13 +567,13 @@
<div class="track">
<span>* BUILDING EMULATORS *</span>
<span>* SEND HELP *</span>
<span>* 147 REPOS AND COUNTING *</span>
<span>* 160 REPOS AND COUNTING *</span>
<span>* STILL DEBUGGING *</span>
<span>* GEOMETRY DASH ADDICT *</span>
<span>* USUALLY ONLINE *</span>
<span>* BUILDING EMULATORS *</span>
<span>* SEND HELP *</span>
<span>* 147 REPOS AND COUNTING *</span>
<span>* 160 REPOS AND COUNTING *</span>
<span>* STILL DEBUGGING *</span>
<span>* GEOMETRY DASH ADDICT *</span>
<span>* USUALLY ONLINE *</span>
@@ -581,7 +581,7 @@
</div>
<div class="stat-strip">
<div class="cell"><div class="stat-num" data-count="147">0</div><div class="stat-label">repos online</div></div>
<div class="cell"><div class="stat-num" data-count="160">0</div><div class="stat-label">repos online</div></div>
<div class="cell"><div class="stat-num" data-count="91">0</div><div class="stat-label">stars earned</div></div>
<div class="cell"><div class="stat-num" data-count="13">0</div><div class="stat-label">watching me</div></div>
<div class="cell"><div class="stat-num" data-count="37">0</div><div class="stat-label">I watch</div></div>
@@ -600,7 +600,7 @@
</div>
<div class="about-card">
<div class="tag-label">// PLAYER BIO</div>
<p>I build things on the internet. Some of them are games, some are tools, and some are just because I thought it would be fun. 147 repos, 91 stars, and a growing list of things I'm figuring out as I go.</p>
<p>I build things on the internet. Some of them are games, some are tools, and some are just because I thought it would be fun. 160 repos, 91 stars, and a growing list of things I'm figuring out as I go.</p>
<div class="badge-row">
<span class="badge">Pull Shark x2</span>
<span class="badge">YOLO</span>
@@ -1018,7 +1018,7 @@ gsap.utils.toArray('.proj-card, .blog-card, .hl-cell').forEach(function(card){
var resetTimer;
var messages=[
'You found the secret.',
'147 repos. 91 stars. Infinite bugs.',
'160 repos. 91 stars. Infinite bugs.',
'Built at 2am. Still awake.',
'Coffee count: unknown. Productivity: questionable.',
'This website has more features than most of my projects.',
+14
View File
@@ -0,0 +1,14 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "miles-web",
"compatibility_date": "2026-07-27",
"observability": {
"enabled": true
},
"assets": {
"directory": "."
},
"compatibility_flags": [
"nodejs_compat"
]
}