https://github.com/makevoid/fcanessa
personal landing page
https://github.com/makevoid/fcanessa
Last synced: about 1 year ago
JSON representation
personal landing page
- Host: GitHub
- URL: https://github.com/makevoid/fcanessa
- Owner: makevoid
- Created: 2011-08-09T16:36:24.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T13:46:43.000Z (almost 12 years ago)
- Last Synced: 2025-03-25T06:02:45.708Z (about 1 year ago)
- Language: CSS
- Homepage: http://francescocanessa.com
- Size: 234 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APP
### analytics
https://www.google.com/analytics/settings/home?scid=ANALYTICS_ID
### textmate js
function open_in_textmate(path) {
app_name = "APP_NAME"
url = "txmt://open?url=file://~/Sites/"+app_name+"/"+path
document.location = url
}
$("#open").click(function(){
file = "views/index.haml"
open_in_textmate(file)
})