A dedicated and highly opinionated website about nostalgic games that left a lasting impression on me.
Go to file
Wouter Groeneveld b8b0f1df44 evercade review 2021-07-11 13:11:21 +02:00
.github/workflows github action trigger at commit 2021-03-05 18:11:50 +01:00
.yarn jamstack update metadata 2021-07-01 17:40:57 +00:00
archetypes initial commit 2018-05-14 07:41:47 +02:00
content evercade review 2021-07-11 13:11:21 +02:00
data jamstack update metadata 2021-07-05 08:18:57 +00:00
layouts evercade review 2021-07-11 13:11:21 +02:00
static evercade review 2021-07-11 13:11:21 +02:00
themes/jefklak-creative-portfolio relative images/URLs do not work in some feed readers. Thanks, Peter. See render-image.html 2021-07-11 11:45:33 +02:00
.gitignore yarn remove cache 2021-03-05 14:13:35 +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
config.toml add sidebar info to rss feed, limit to 50 2021-07-02 11:56:19 +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 refactor yaml structure, cut out featured images in favor of hltb ones 2021-07-01 19:38:13 +02:00
play.png jam-my-stack youtube implementation executed 2021-06-15 13:26:07 +02:00
yarn.lock refactor yaml structure, cut out featured images in favor of hltb ones 2021-07-01 19:38:13 +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!