This file contains 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
p – balanced for paragraphs or body copy | |
t – balanced for headlines or titles | |
Arial, “Helvetica Neue”, Helvetica, sans-serif - p, t | |
Baskerville, “Times New Roman”, Times, serif - p | |
Baskerville, Times, “Times New Roman”, serif - t | |
Cambria, Georgia, Times, “Times New Roman”, serif - p, t |
This file contains 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
$ ssh [email protected] | |
$ cd /path/to/repo | |
$ git init | |
$ git checkout -b staging | |
$ git checkout master | |
$ exit | |
$ cd /local/repo | |
$ git init | |
$ git add . | |
$ git commit -am "some message" |
This file contains 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
################################################## | |
# .htaccess Files for the Rest of Us | |
# http://net.tutsplus.com/articles/news/htaccess-files-for-the-rest-of-us/ | |
################################################## | |
# Redirections # | |
# Redirect to new location | |
# Redirect 301 ^old\.html$ http://localhost/new.html |
NewerOlder