A dedicated and highly opinionated website about nostalgic games that left a lasting impression on me.
Go to file
Wouter Groeneveld 8fc29dc5b6 rename portfoliolite - gamegrid, add babel JS translate + minify to main codex.js 2022-04-10 09:52:54 +02:00
.github/workflows github action trigger at commit 2021-03-05 18:11:50 +01:00
.yarn rename portfoliolite - gamegrid, add babel JS translate + minify to main codex.js 2022-04-10 09:52:54 +02:00
archetypes initial commit 2018-05-14 07:41:47 +02:00
content fix various broken links from old hierarchy, add score to most games 2022-04-10 09:16:13 +02:00
data jamstack update metadata 2022-04-08 16:02:08 +00:00
layouts nes platform; wonderland dizzy 2022-01-26 17:11:27 +01:00
static fix various broken links from old hierarchy, add score to most games 2022-04-10 09:16:13 +02:00
themes/jefklak-creative-portfolio rename portfoliolite - gamegrid, add babel JS translate + minify to main codex.js 2022-04-10 09:52:54 +02:00
.gitignore rayman legends 2022-01-22 14:16:44 +01:00
.yarnrc.yml migrate to jam-my-stack npm 2021-03-05 14:12:49 +01:00
LICENSE Initial commit 2018-05-12 09:40:00 +02:00
README.md ion fury post, gfonts local hosts, sass fixes 2020-06-01 09:52:47 +02:00
babel.config.js rename portfoliolite - gamegrid, add babel JS translate + minify to main codex.js 2022-04-10 09:52:54 +02:00
config.toml rename portfoliolite - gamegrid, add babel JS translate + minify to main codex.js 2022-04-10 09:52:54 +02:00
jamstack-init.js refactor yaml structure, cut out featured images in favor of hltb ones 2021-07-01 19:38:13 +02:00
jefklakscodex.sublime-project initial commit 2018-05-14 07:41:47 +02:00
package-lock.json howlongtobeat js API and integration in sidebar 2020-12-09 09:00:00 +01:00
package.json rename portfoliolite - gamegrid, add babel JS translate + minify to main codex.js 2022-04-10 09:52:54 +02:00
play.png jam-my-stack youtube implementation executed 2021-06-15 13:26:07 +02:00
yarn.lock rename portfoliolite - gamegrid, add babel JS translate + minify to main codex.js 2022-04-10 09:52:54 +02:00

README.md

see jefklakscodex.com

Converting/ripping

Jpegs

find . -name "*.jpg" -exec convert {} -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace sRGB {} ;

Twitter videos

  • Use youtube-dl --no-check-certificate [m3u8link]. Requires ffmpeg to be installed.
  • Cut/convert with https://ezgif.com/video-to-mp4/ instead of ffmpeg - faster!