Generating MacOS desktop wallpapers from Markdown with ruby
This is a total WIP right now
The idea is to be able to put whatever you want on the desktop:
- cheat sheets for programming languages
- reminders
- random pictures
- clone the git repo
- run
install.sh
- edit the
EDIT_ME.md
file to contain whatever you want - run
ruby ./render.rb
- you can add columns with the
>
character instead of blockquotes - you can set a theme by passing it as the first argument:
ruby ./render.rb <theme_name>