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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFX8pfTkBsH50psTvgDq/vM3iD26cup8stFmFX40+nEHq2wSMnyKCOTeLJy49RUExZKLakFMbxqMMjtgJ26ipLoitoeaWbhFBiiT/lNI6nPV/x2wMquXzk0FYQTkPS3NR9uSIPPc4nvJ1msf+H/ducFqym8cETgalJRPrwFodCeoTNg7xaL+1saBVma2XXD4keo91GQodPziKfPz6NqN7/qtGaN9J90aBAG6MiLdxqAfWM02JHLI0q80Et7KzksfHqFR7OBCXbdSh3kj3wb87raPkYPorbHH4Zd1T/c7zaxRr0DvUl/Mj8Ds+sHwkRakSduuN3VY7EunpIZQVquAG3 raguzman@aurora |
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
jQuery('.linkwrapper-trigger').click( function(e) { | |
e.preventDefault(); | |
var post_id = jQuery(this).attr('href').match(/([^\/]*)\/*$/)[1]; | |
}); |
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
// ******************************************************************************* | |
// custom colors | |
// ******************************************************************************* | |
$color-darkgray-100: #101010; | |
$color-darkgray-200: #202020; | |
$color-darkgray-300: #303030; | |
$color-darkgray-400: #404040; | |
$color-darkgray-500: #505050; | |
$color-darkgray-600: #606060; |