199 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			199 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
| <!doctype html>
 | |
| <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
 | |
| <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
 | |
| <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
 | |
| <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
 | |
| <head>
 | |
| <meta charset="utf-8">
 | |
| 
 | |
| 
 | |
| <title>Site Title</title>
 | |
| <meta name="description" content="A minimal Jekyll theme for your blog by designer Michael Rose.">
 | |
| <meta name="keywords" content="Jekyll, theme, responsive, blog, template">
 | |
| 
 | |
| 
 | |
| <!-- Twitter Cards -->
 | |
| <meta name="twitter:title" content="Site Title">
 | |
| <meta name="twitter:description" content="A minimal Jekyll theme for your blog by designer Michael Rose.">
 | |
| 
 | |
| 
 | |
| 
 | |
| <meta name="twitter:card" content="summary_large_image">
 | |
| <meta name="twitter:image" content="/images/sample-image-1.jpg">
 | |
| 
 | |
| <!-- Open Graph -->
 | |
| <meta property="og:locale" content="en_US">
 | |
| <meta property="og:type" content="article">
 | |
| <meta property="og:title" content="Site Title">
 | |
| <meta property="og:description" content="A minimal Jekyll theme for your blog by designer Michael Rose.">
 | |
| <meta property="og:url" content="/">
 | |
| <meta property="og:site_name" content="Site Title">
 | |
| 
 | |
| <meta property="og:image" content="/images/sample-image-1.jpg">
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| <link rel="canonical" href="/">
 | |
| <link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Site Title Feed">
 | |
| 
 | |
| <!-- http://t.co/dKP3o1e -->
 | |
| <meta name="HandheldFriendly" content="True">
 | |
| <meta name="MobileOptimized" content="320">
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| 
 | |
| <!-- For all browsers -->
 | |
| <link rel="stylesheet" href="/assets/css/main.css">
 | |
| 
 | |
| 
 | |
| <meta http-equiv="cleartype" content="on">
 | |
| 
 | |
| 
 | |
| <!-- Modernizr -->
 | |
| <script src="/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
 | |
| 
 | |
| 
 | |
| <link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700%7CPT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
 | |
| <!-- Icons -->
 | |
| <!-- 16x16 -->
 | |
| <link rel="shortcut icon" href="/favicon.ico">
 | |
| <!-- 32x32 -->
 | |
| <link rel="shortcut icon" href="/favicon.png">
 | |
| <!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
 | |
| <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-precomposed.png">
 | |
| <!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
 | |
| <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72x72-precomposed.png">
 | |
| <!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
 | |
| <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114x114-precomposed.png">
 | |
| <!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
 | |
| <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-144x144-precomposed.png">
 | |
| 
 | |
| </head>
 | |
| 
 | |
| <body class="home">
 | |
| 
 | |
| <!--[if lt IE 9]><div class="browser-upgrade alert alert-info">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div><![endif]-->
 | |
| 
 | |
| 
 | |
| <div class="navigation-wrapper">
 | |
| 	<div class="site-name">
 | |
| 		
 | |
| 		<a href="/">Site Title</a>
 | |
| 		
 | |
| 	</div><!-- /.site-name -->
 | |
| 	<div class="top-navigation">
 | |
| 		<nav role="navigation" id="site-nav" class="nav">
 | |
| 		    <ul>
 | |
| 		        
 | |
| 				    
 | |
| 				    <li><a href="/" >Home</a></li>
 | |
| 				
 | |
| 				    
 | |
| 				    <li><a href="/about/" >About Me</a></li>
 | |
| 				
 | |
| 				    
 | |
| 				    <li><a href="/presentations/" >Presentations</a></li>
 | |
| 				
 | |
| 				    
 | |
| 				    <li><a href="/resume/" >Resume</a></li>
 | |
| 				
 | |
| 				    
 | |
| 				    <li><a href="/archive/" >Blog Archive</a></li>
 | |
| 				
 | |
| 		    </ul>
 | |
| 		</nav>
 | |
| 	</div><!-- /.top-navigation -->
 | |
| </div><!-- /.navigation-wrapper -->
 | |
| 
 | |
| 
 | |
| 
 | |
| <div id="main" role="main">
 | |
|   <div class="article-author-side">
 | |
|     
 | |
| 
 | |
| <div itemscope itemtype="http://schema.org/Person">
 | |
| 
 | |
| 
 | |
| 	<img src="/images/bio-photo.jpg" class="bio-photo" alt="Your Name bio photo">
 | |
| 
 | |
| 
 | |
|   <h3 itemprop="name">Your Name</h3>
 | |
|   <p>A brief description of yourself.</p>
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
|   
 | |
| </div>
 | |
| 
 | |
|   </div>
 | |
|   <div id="index">
 | |
|     <h3><a href="/archive/">Recent Posts</a></h3>
 | |
|     
 | |
|     <article>
 | |
|       
 | |
|         <h2><a href="/blog/what-is-this/" title="What is This?">What is This?</a></h2>
 | |
|         <p>What is a static website generator, and why should I care?</p>
 | |
|       
 | |
|     </article>
 | |
|     
 | |
|     <article>
 | |
|       
 | |
|         <h2><a href="/blog/editing-your-site/" title="How to edit your Jekyll site and make posts">How to edit your Jekyll site and make posts</a></h2>
 | |
|         <p>Edit your site and make posts </p>
 | |
|       
 | |
|     </article>
 | |
|     
 | |
|     <article>
 | |
|       
 | |
|         <h2><a href="/blog/site-setup-and-configuration/" title="(Almost) Everything You Want to Know About Your New Site">(Almost) Everything You Want to Know About Your New Site</a></h2>
 | |
|         <p>What goes where, and how to configure your new site </p>
 | |
|       
 | |
|     </article>
 | |
|     
 | |
|     <article>
 | |
|       
 | |
|         <h2><a href="/blog/markdown-basics/" title="Getting Started with Markdown">Getting Started with Markdown</a></h2>
 | |
|         <p>How to get started using your Jekyll site with Github pages. </p>
 | |
|       
 | |
|     </article>
 | |
|     
 | |
|   </div><!-- /#index -->
 | |
| </div><!-- /#main -->
 | |
| 
 | |
| <div class="footer-wrap">
 | |
|   <footer>
 | |
|     
 | |
| 
 | |
| <span>© 2016 Your Name. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="http://mademistakes.com/minimal-mistakes/" rel="nofollow">Minimal Mistakes</a> theme.</span>
 | |
| 
 | |
|   </footer>
 | |
| </div><!-- /.footer-wrap -->
 | |
| 
 | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
 | |
| <script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
 | |
| <script src="/assets/js/scripts.min.js"></script>
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| </body>
 | |
| </html>
 |