Skip to content

Instantly share code, notes, and snippets.

View untra's full-sized avatar
🦅
KAAKAWW!!

Samuel Volin untra

🦅
KAAKAWW!!
View GitHub Profile
@steven2358
steven2358 / ffmpeg.md
Last active May 10, 2024 20:57
FFmpeg cheat sheet
@runemadsen
runemadsen / plugin.rb
Created August 18, 2013 20:56
Generating pagination pages for multiple categories in Jekyll
module Jekyll
class Pagination < Generator
def generate(site)
end
end
class CategoryPages < Generator
safe true