My Github Pages

a blog & about code projects, and other stuff

Using this area to build out a new Jekyll blog, revisit some projects and discuss new stuff I’ve been working on while also building out the new raykooyenga.com site, and app projects. Content changes will come in hot!

Q1 2025 coming back online! *been a packed few months and there’s tons to publish, here’s a couple quick fun ones**

redbox.js

javascript Hacker nostalgia. Who doesn’t find that 6.5536MHz crystal soothing?

better-ascii

app progressive app camera for creating cool ascii effects in video, still, even text files. Currently Android & PC

csv-viewer

javascript Web viewer for CSV string data files local or remote

ttf-to-woff2

Shell Helper app to convert self served fons to woff2 using brotli

January 2022 Projects & New Content

git-clone

Shell script for easy mass downloading all github repositories of a user or organization in one command.

git-spring

PHP proxy utility to link Github Raw js or css files and serve html ones. Kinda like RawGit or my old StatSpring app.

FireNote

Javascript instant note taking app utilizing browser LocalStorage for login-free background saves.

oiajg-sheets

VBA repo for a work project

Ray Kooyenga GH Pages

HTML this page, area, and the content below. Obviously it’s just a quick rant and dummy temporary content while I figure out what exactly I want to do with it

Adding Favicons to Jekyll Part 2

  • 4 min read

OK we made an icon we like, edited it, compressed it. It’s web ready and time to add, but we aren’t using a flat html page. These are generated by the Jekyll builder. Easy enough to just hardcode a tag and path, force it in. But is that what we want? Lets try and fit it in more seamlessly so we improve the process for next time.

Read More

Adding Favicons to Jekyll Part 1

  • 5 min read

Quick project here to add favicons to my Github Pages Jekyll. I never know what to make as an icon so end up putting it off or copying icons from somewhere else. Which is fine until you see all the fails in your server logs. Or go to build a progressive web app, or the worst has gotta be a chrome extension manifest v2+. If you know you know.

Read More

Fancy CSS Header

  • 4 min read

In this article I’m going to cover an easy, fun, pure CSS animation to add flare to a website. I will also outline the practical steps for how I’m including this trick into a Jekyll site. This very site in fact.

Read More

Quote

  • ~1 min read

“Historically, accessing the global object has required different syntax in different JavaScript environments. On the web you can use window, self, or frames - but in Web Workers only self will work. In Node.js none of these work, and you must instead use global.

Read More

Stay tuned and thanks for reading.

by Ray Kooyenga

Posts