Getting started:
Related tutorials:
| URL Schemes | |
| Apple | |
| Apple Music — music://geo.itunes.apple.com/us/albums/<albumID> | |
| – music://geo.itunes.apple.com/us/artists/<artistID> | |
| Apple News — applenews:// | |
| App Store — itms-apps://itunes.apple.com/app/<appID> | |
| Apple TV — videos:// |
| require 'stringex' | |
| POSTS_DIR = '_posts' | |
| BUILD_DIR = '_site' | |
| DEPLOY_DIR = '_deploy' | |
| DEPLOY_BRANCH = 'master' | |
| def git(*args) | |
| sh 'git', *args | |
| end |
| # Rake tasks for Jekyll | |
| # Inspired by https://github.com/imathis/octopress/blob/master/Rakefile | |
| require 'rake/clean' | |
| require 'redcloth' | |
| require 'stringex' | |
| POSTS_DIR = '_posts' | |
| BUILD_DIR = '_site' | |
| DEPLOY_DIR = '_deploy' |
Getting started:
Related tutorials:
I saw this cool, animated Android logo using CSS3 and I decided to try my hand at it before watching the tutorial (i.e. without cheating).
Here's the final result!
Inspiration: http://thecodeplayer.com/walkthrough/css3-android-logo