Skip to content

Commit a5b4afc

Browse files
committed
Raccoonify GitHub links
1 parent 9432a20 commit a5b4afc

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

pages/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The "nocturnal scribbles" part is literal - I do my best work between 10pm and 4
3737

3838
# This blog
3939

40-
[Custom static site generator](https://github.com/AviDuda/nocturnal-scribbles), built in one night with Bun and TypeScript. No frameworks, no tracking, no analytics, no bullshit. Just markdown files in git that become HTML.
40+
[Custom static site generator](https://github.com/aviraccoon/nocturnal-scribbles), built in one night with Bun and TypeScript. No frameworks, no tracking, no analytics, no bullshit. Just markdown files in git that become HTML.
4141

4242
# Get in touch
4343

44-
- GitHub: [@AviDuda](https://github.com/AviDuda)
44+
- GitHub: [@aviraccoon](https://github.com/aviraccoon)
4545
- Mastodon: [@avi@chitter.xyz](https://chitter.xyz/@avi)
4646
- Bluesky: [@aviraccoon.bsky.social](https://bsky.app/profile/aviraccoon.bsky.social)
4747

posts/how-insane-can-i-make-this/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ This thing is becoming a playground. Some directions I'm excited about:
131131

132132
**More ways to generate:** Right now it reacts to page content or plays radio stations. I want modes for generating specific things - "give me 30 seconds of tense ambient" or "loop-ready chiptune for a game scene." Shareable song seeds so you can save and recall your favorites. Stem exports for mixing.
133133

134-
**More genres:** Rock/metal, drum & bass, trip-hop, eurodance, industrial, gabber, acid. The [IDEAS.md](https://github.com/AviDuda/nocturnal-scribbles/blob/main/src/geocities/music/IDEAS.md) has the full list.
134+
**More genres:** Rock/metal, drum & bass, trip-hop, eurodance, industrial, gabber, acid. The [IDEAS.md](https://github.com/aviraccoon/nocturnal-scribbles/blob/main/src/geocities/music/IDEAS.md) has the full list.
135135

136136
**More radio chaos:** Dial-up modem handshake sounds between songs. ICQ "uh oh" notifications. Weather reports for the information superhighway. Time-locked stations that only broadcast at certain hours. Winamp skins for the player.
137137

138138
**Game audio:** I'm [making small games](/posts/making-small-games/) and the procedural approach means I don't need to compose anything - just define parameters and generate. Background music, menu themes, sound effects.
139139

140140
**More silly things:** Easter eggs. A cursor theremin. Typing percussion. Whatever sounds fun at 3 AM.
141141

142-
No timeline. It'll happen when it happens. The whole thing is [open source](https://github.com/AviDuda/nocturnal-scribbles) (MIT license). The code is a beautiful mess, like all good Geocities tributes.
142+
No timeline. It'll happen when it happens. The whole thing is [open source](https://github.com/aviraccoon/nocturnal-scribbles) (MIT license). The code is a beautiful mess, like all good Geocities tributes.
143143

144144
---
145145

posts/the-night-shift-begins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ So absolutely no promises about any kind of schedule or what I'll actually talk
6161

6262
# Interested? Hit the RSS bell, err, button
6363

64-
Look, there's no analytics, no tracking, no newsletter or anything. I want a good old site with no bullshit like this. It's all running on a [very simple blog generator](https://github.com/AviDuda/nocturnal-scribbles) I built in one night for this purpose.
64+
Look, there's no analytics, no tracking, no newsletter or anything. I want a good old site with no bullshit like this. It's all running on a [very simple blog generator](https://github.com/aviraccoon/nocturnal-scribbles) I built in one night for this purpose.
6565

6666
There's the main RSS feed and also per-tag feeds if you're interested only in specific areas.
6767

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>{{TITLE}} - aviraccoon's nocturnal scribbles</title>
77
<meta name="description" content="{{DESCRIPTION}}">
8-
<meta name="generator" content="nocturnal-scribbles - https://github.com/AviDuda/nocturnal-scribbles">
8+
<meta name="generator" content="nocturnal-scribbles - https://github.com/aviraccoon/nocturnal-scribbles">
99
<meta property="og:title" content="{{TITLE}}">
1010
<meta property="og:description" content="{{DESCRIPTION}}">
1111
<meta property="og:type" content="{{OG_TYPE}}">

0 commit comments

Comments
 (0)