2019-02-23 01:47:05 +01:00
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.15.2 by Michael Rose
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
< html lang = "en" class = "no-js" >
< head >
< meta charset = "utf-8" >
<!-- begin _includes/seo.html --> < title > First Post - TDN: Rambling mess of my mind< / title >
2019-02-23 03:26:35 +01:00
< meta name = "description" content = "Just a test post. This is the first, of a new blog that is powered by Jekyll" >
2019-02-23 01:47:05 +01:00
< meta property = "og:type" content = "article" >
< meta property = "og:locale" content = "en_GB" >
< meta property = "og:site_name" content = "TDN: Rambling mess of my mind" >
< meta property = "og:title" content = "First Post" >
< meta property = "og:url" content = "http://0.0.0.0:4000/first-post/" >
2019-02-23 03:26:35 +01:00
< meta property = "og:description" content = "Just a test post. This is the first, of a new blog that is powered by Jekyll" >
2019-02-23 01:47:05 +01:00
< meta property = "og:image" content = "http://0.0.0.0:4000/assets/images/bio-photo.jpg" >
< meta name = "twitter:site" content = "@tarasis" >
< meta name = "twitter:title" content = "First Post" >
2019-02-23 03:26:35 +01:00
< meta name = "twitter:description" content = "Just a test post. This is the first, of a new blog that is powered by Jekyll" >
2019-02-23 01:47:05 +01:00
< meta name = "twitter:url" content = "http://0.0.0.0:4000/first-post/" >
< meta name = "twitter:card" content = "summary" >
< meta name = "twitter:image" content = "http://0.0.0.0:4000/assets/images/bio-photo.jpg" >
< meta property = "article:published_time" content = "2019-02-22T00:54:00+01:00" >
< link rel = "canonical" href = "http://0.0.0.0:4000/first-post/" >
< script type = "application/ld+json" >
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "http://0.0.0.0:4000",
"logo": "http://0.0.0.0:4000/assets/images/bio-photo.jpg"
}
< / script >
< script type = "application/ld+json" >
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Robert McGovern",
"url": "http://0.0.0.0:4000",
"sameAs": null
}
< / script >
<!-- end _includes/seo.html -->
< link href = "/feed.xml" type = "application/atom+xml" rel = "alternate" title = "TDN: Rambling mess of my mind Feed" >
<!-- https://t.co/dKP3o1e -->
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< script >
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
< / script >
<!-- For all browsers -->
< link rel = "stylesheet" href = "/assets/css/main.css" >
<!-- [if IE ]>
< style >
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 3em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
< / style >
<![endif]-->
<!-- start custom head snippets -->
<!-- insert favicons. use https://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
< / head >
< body class = "layout--single" >
<!-- [if lt IE 9]>
< div class = "notice--danger align-center" style = "margin: 0;" > You are using an < strong > outdated< / strong > browser. Please < a href = "https://browsehappy.com/" > upgrade your browser< / a > to improve your experience.< / div >
<![endif]-->
< div class = "masthead" >
< div class = "masthead__inner-wrap" >
< div class = "masthead__menu" >
< nav id = "site-nav" class = "greedy-nav" >
< a class = "site-logo" href = "/" > < img src = "/assets/images/apple-touch-icon.png" alt = "" > < / a >
< a class = "site-title" href = "/" > TDN: Rambling mess of my mind< / a >
< ul class = "visible-links" > < li class = "masthead__menu-item" >
< a href = "/docs/quick-start-guide/" > < / a >
< / li > < li class = "masthead__menu-item" >
< a href = "/year-archive/" > Posts< / a >
< / li > < li class = "masthead__menu-item" >
< a href = "/categories/" > Categories< / a >
< / li > < li class = "masthead__menu-item" >
< a href = "/tags/" > Tags< / a >
< / li > < li class = "masthead__menu-item" >
< a href = "/page-archive/" > Pages< / a >
< / li > < li class = "masthead__menu-item" >
< a href = "/collection-archive/" > Collections< / a >
< / li > < li class = "masthead__menu-item" >
< a href = "/about/" > About< / a >
< / li > < / ul >
< button class = "greedy-nav__toggle hidden" type = "button" >
< span class = "visually-hidden" > Toggle menu< / span >
< div class = "navicon" > < / div >
< / button >
< ul class = "hidden-links hidden" > < / ul >
< / nav >
< / div >
< / div >
< / div >
< div class = "initial-content" >
< nav class = "breadcrumbs" >
< ol itemscope itemtype = "https://schema.org/BreadcrumbList" >
< li itemprop = "itemListElement" itemscope itemtype = "https://schema.org/ListItem" >
< a href = "http://0.0.0.0:4000/" itemprop = "item" > < span itemprop = "name" > Home< / span > < / a >
< meta itemprop = "position" content = "1" / >
< / li >
< span class = "sep" > /< / span >
< li class = "current" > First Post< / li >
< / ol >
< / nav >
< div id = "main" role = "main" >
< div class = "sidebar sticky" >
< div itemscope itemtype = "https://schema.org/Person" >
< div class = "author__avatar" >
< img src = "/assets/images/bio-photo.jpg" alt = "Robert McGovern" itemprop = "image" >
< / div >
< div class = "author__content" >
< h3 class = "author__name" itemprop = "name" > Robert McGovern< / h3 >
< p class = "author__bio" itemprop = "description" >
Wannabe field researcher for the Hitchhikers Guide to the Galaxy
< / p >
< / div >
< div class = "author__urls-wrapper" >
< button class = "btn btn--inverse" > Follow< / button >
< ul class = "author__urls social-icons" >
< li itemprop = "homeLocation" itemscope itemtype = "https://schema.org/Place" >
< i class = "fas fa-fw fa-map-marker-alt" aria-hidden = "true" > < / i > < span itemprop = "name" > Sector ZZ9 Plural Z Alpha< / span >
< / li >
< li > < a href = "https://tarasis.net" rel = "nofollow noopener noreferrer" > < i class = "fas fa-fw fa-link" aria-hidden = "true" > < / i > Your Website< / a > < / li >
< li > < a href = "https://twitter.com/tarasis" rel = "nofollow noopener noreferrer" > < i class = "fab fa-fw fa-twitter-square" aria-hidden = "true" > < / i > Twitter< / a > < / li >
< li > < a href = "https://www.facebook.com/tarasis" rel = "nofollow noopener noreferrer" > < i class = "fab fa-fw fa-facebook" aria-hidden = "true" > < / i > Facebook< / a > < / li >
< li > < a href = "https://github.com/tarasis" rel = "nofollow noopener noreferrer" > < i class = "fab fa-fw fa-github" aria-hidden = "true" > < / i > GitHub< / a > < / li >
< li > < a href = "https://instagram.com/tarasis" rel = "nofollow noopener noreferrer" > < i class = "fab fa-fw fa-instagram" aria-hidden = "true" > < / i > Instagram< / a > < / li >
<!--
< li >
< a href = "http://link-to-whatever-social-network.com/user/" itemprop = "sameAs" rel = "nofollow noopener noreferrer" >
< i class = "fas fa-fw" aria-hidden = "true" > < / i > Custom Social Profile Link
< / a >
< / li >
-->
< / ul >
< / div >
< / div >
< / div >
< article class = "page" itemscope itemtype = "https://schema.org/CreativeWork" >
< meta itemprop = "headline" content = "First Post" >
2019-02-23 03:26:35 +01:00
< meta itemprop = "description" content = "Just a test post. This is the first, of a new blog that is powered by Jekyll" >
2019-02-23 01:47:05 +01:00
< meta itemprop = "datePublished" content = "February 22, 2019" >
< div class = "page__inner-wrap" >
< header >
< h1 id = "page-title" class = "page__title" itemprop = "headline" > First Post
< / h1 >
< p class = "page__meta" > < i class = "far fa-clock" aria-hidden = "true" > < / i >
less than 1 minute read
< / p >
< / header >
< section class = "page__content" itemprop = "text" >
2019-02-23 03:26:35 +01:00
< p > Just a test post. This is the first, of a new blog that is powered by < strong > Jekyll< / strong > < / p >
2019-02-23 01:47:05 +01:00
2019-02-23 03:26:35 +01:00
< h1 > hello world!< / h1 >
2019-02-23 01:47:05 +01:00
< / section >
< footer class = "page__meta" >
< p class = "page__date" > < strong > < i class = "fas fa-fw fa-calendar-alt" aria-hidden = "true" > < / i > Updated:< / strong > < time datetime = "2019-02-22T00:54:00+01:00" > February 22, 2019< / time > < / p >
< / footer >
< section class = "page__share" >
< h4 class = "page__share-title" > Share on< / h4 >
< a href = "https://twitter.com/intent/tweet?via=tarasis&text=First+Post%20http%3A%2F%2F0.0.0.0%3A4000%2Ffirst-post%2F" class = "btn btn--twitter" onclick = "window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title = "Share on Twitter" > < i class = "fab fa-fw fa-twitter" aria-hidden = "true" > < / i > < span > Twitter< / span > < / a >
< a href = "https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2F0.0.0.0%3A4000%2Ffirst-post%2F" class = "btn btn--facebook" onclick = "window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title = "Share on Facebook" > < i class = "fab fa-fw fa-facebook" aria-hidden = "true" > < / i > < span > Facebook< / span > < / a >
< a href = "https://plus.google.com/share?url=http%3A%2F%2F0.0.0.0%3A4000%2Ffirst-post%2F" class = "btn btn--google-plus" onclick = "window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title = "Share on Google Plus" > < i class = "fab fa-fw fa-google-plus" aria-hidden = "true" > < / i > < span > Google+< / span > < / a >
< a href = "https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2F0.0.0.0%3A4000%2Ffirst-post%2F" class = "btn btn--linkedin" onclick = "window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title = "Share on LinkedIn" > < i class = "fab fa-fw fa-linkedin" aria-hidden = "true" > < / i > < span > LinkedIn< / span > < / a >
< / section >
< nav class = "pagination" >
< a href = "/jekyll/update/welcome-to-jekyll/" class = "pagination--pager" title = "Welcome to Jekyll !
">Previous< / a >
< a href = "#" class = "pagination--pager disabled" > Next< / a >
< / nav >
< / div >
< / article >
< div class = "page__related" >
< h4 class = "page__related-title" > You may also enjoy< / h4 >
< div class = "grid__wrapper" >
< div class = "grid__item" >
< article class = "archive__item" itemscope itemtype = "https://schema.org/CreativeWork" >
< h2 class = "archive__item-title" itemprop = "headline" >
< a href = "/jekyll/update/welcome-to-jekyll/" rel = "permalink" > Welcome to Jekyll!
< / a >
< / h2 >
< p class = "page__meta" > < i class = "far fa-clock" aria-hidden = "true" > < / i >
less than 1 minute read
< / p >
< p class = "archive__item-excerpt" itemprop = "description" > You’ ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...< / p >
< / article >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "page__footer" >
< footer >
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
< div class = "page__footer-follow" >
< ul class = "social-icons" >
< li > < strong > Follow:< / strong > < / li >
< li > < a href = "https://twitter.com/" rel = "nofollow noopener noreferrer" > < i class = "fab fa-fw fa-twitter-square" aria-hidden = "true" > < / i > Twitter< / a > < / li >
< li > < a href = "https://github.com/" rel = "nofollow noopener noreferrer" > < i class = "fab fa-fw fa-github" aria-hidden = "true" > < / i > GitHub< / a > < / li >
< li > < a href = "https://instagram.com/" rel = "nofollow noopener noreferrer" > < i class = "fab fa-fw fa-instagram" aria-hidden = "true" > < / i > Instagram< / a > < / li >
< li > < a href = "/feed.xml" > < i class = "fas fa-fw fa-rss-square" aria-hidden = "true" > < / i > Feed< / a > < / li >
< / ul >
< / div >
< div class = "page__footer-copyright" > © 2019 Robert McGovern. Powered by < a href = "https://jekyllrb.com" rel = "nofollow" > Jekyll< / a > & < a href = "https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel = "nofollow" > Minimal Mistakes< / a > .< / div >
< / footer >
< / div >
< script src = "/assets/js/main.min.js" > < / script >
< script data-search-pseudo-elements defer src = "https://use.fontawesome.com/releases/v5.7.1/js/all.js" integrity = "sha384-eVEQC9zshBn0rFj4+TU78eNA19HMNigMviK/PU/FFjLXqa/GKPgX58rvt5Z8PLs7" crossorigin = "anonymous" > < / script >
< / body >
< / html >