lovejoy & code v1.0

$
blog@lovejoy:~$ ls -la posts/
POST
{{ post.title }}
{{ post.date }}
books@lovejoy:~$ cat favorites.txt
=== TECH ===
{{ String(book.id).padStart(3, '0') }} {{ book.title }} {{ book.title }} - {{ book.author }}
=== NON-TECH ===
{{ String(book.id).padStart(3, '0') }} {{ book.title }} {{ book.title }} - {{ book.author }}
play@lovejoy:~$ breakout.exe
Initializing game...
GAME OVER
Final Score: {{ score }}
Level: {{ level }}
PAUSED
Press SPACE to resume
SCORE: {{ score }}
LIVES: {{ lives }}
LEVEL: {{ level }}
Press 'C' for code view
code@lovejoy:~$ cat game.js
{{ currentCodeSnippet }}
{{ brick.char }}
████████████████████
BREAKOUT
Press SPACE or Click button to launch ball
← → Arrow keys or Mouse to move paddle
lofi@lovejoy:~$ play --lofi
{{ getWaveformDisplay() }}
{{ char.value }}
STATUS: Playing...
STATUS: Stopped
blog@lovejoy:~$ cat {{ selectedPost.title.toLowerCase().replace(/\s+/g, '-') }}.txt
...
{{ currentQuote.ascii }}

{{ displayedText }}_