Created
November 2, 2017 23:48
ghost syntax hylighting and google analytics
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
<meta name="p:domain_verify" content="XXXXXX"/> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-dark.min.css"> | |
<style> | |
.main-header { | |
position: relative; | |
display: table; | |
height: 74vh; | |
margin-bottom: 5rem; | |
text-align: center; | |
vertical-align: middle; | |
margin-left: auto; | |
margin-right: auto; | |
background: #222 no-repeat center center; | |
background-size: cover; | |
overflow: hidden; | |
} | |
pre { | |
word-wrap: normal; | |
-moz-hyphens: none; | |
-ms-hyphens: none; | |
-webkit-hyphens: none; | |
hyphens: none; | |
font-size: 0.7em; | |
line-height: 1.3em; | |
} | |
pre code, pre tt { | |
white-space: pre; | |
} | |
img[alt="img-float-left"] { | |
float: left; | |
margin: 0px -100px 0px 100px; | |
padding: inherit; | |
position: inherit; | |
} | |
img[alt="img-float-right"] { | |
float: right; | |
margin: 0px -145px 0px 150px; | |
padding: 0.6em 0.6em 0.6em 0.6em; | |
position: relative; | |
} | |
img[alt="screenshot"] { | |
width: 60%; | |
} | |
img[alt="screenshot-small"] { | |
width: 30%; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment