From ff51db36de0e4ad4d45dacf81ce0700a4d99d17f Mon Sep 17 00:00:00 2001 From: Adam Foflonker <87928802+DnA-IntRicate@users.noreply.github.com> Date: Sat, 14 Feb 2026 13:27:27 +0200 Subject: [PATCH 1/2] Markdown linguist inclusion --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 115d869..e3b73e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,3 +16,9 @@ *.ico binary *.ttf binary *.pdf binary + +############################################################################### +# Set Markdown code to be indexed as an actual language by GitHub Linguist. +############################################################################### +content/**/*.md linguist-language=Markdown +content/**/*.md linguist-detectable=true From 5dc13a2dcf5fe7c3ed195b4b3bad956b09ea91c5 Mon Sep 17 00:00:00 2001 From: Adam Foflonker <87928802+DnA-IntRicate@users.noreply.github.com> Date: Sat, 14 Feb 2026 13:27:35 +0200 Subject: [PATCH 2/2] Delete notes --- notes/notes.md | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 notes/notes.md diff --git a/notes/notes.md b/notes/notes.md deleted file mode 100644 index dcac362..0000000 --- a/notes/notes.md +++ /dev/null @@ -1,41 +0,0 @@ -Part I: Foundations - -- Mental Models -- Abstractions That Leak - -Part II: Systems - -- Memory Ownership -- Lifetime vs Identity - -Part III: Case Studies - -- Engine Architecture - ---- - -Primary Publishing: - -- GitHub Pages - -Secondary publishing: - -- Medium -- Dev.to -- Substack - -Title Ideas: - -- Principles of Engine Design -- Foundations of Game Engine Architecture -- Inside the Engine -- Architecting Real-Time Game Engines - -Subtitle Ideas: - -- None yet... - -Interactivity: - -- Comments: Giscus, or Utterances -- Traffic: Plausible or GoatCounter