Squeezebox Now Playing is a a Dashing widget which which displays now playing information from a Logitech Squeezebox player.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'fileutils' | |
GIT_REPO = '/home/me/mywebsite_ch.git' | |
TMP_GIT_CLONE = '/tmp/mywebsite_ch_clone' | |
DOCROOT = { 'master' => ENV['HOME']+'/public_html', | |
'draft' => ENV['HOME']+'/public_html_draft' } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Connects Jekyll with Lychee (http://lychee.electerious.com/) | |
# | |
# # Features | |
# | |
# * Generate album overview and link to image | |
# * Caching of JSON data | |
# | |
# # Usage | |
# | |
# {% lychee_album <album_id> %} |
NewerOlder