reformat blog page
diff --git a/.sass-cache/217ffd7771fa7f94f8432db3481c121e32de7fcb/_layout.scssc b/.sass-cache/217ffd7771fa7f94f8432db3481c121e32de7fcb/_layout.scssc
index 62fc6c3..0ec7b3a 100644
--- a/.sass-cache/217ffd7771fa7f94f8432db3481c121e32de7fcb/_layout.scssc
+++ b/.sass-cache/217ffd7771fa7f94f8432db3481c121e32de7fcb/_layout.scssc
Binary files differ
diff --git a/_layouts/post.html b/_layouts/post.html
index 04a0875..4c87148 100755
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,7 +2,7 @@
 layout: default
 ---
 <br><br>
-<div class="container blog">
+<div class="container post">
   <h1>{{ page.title }}</h1>
   <time>{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</time>
   <hr>
diff --git a/_sass/_layout.scss b/_sass/_layout.scss
index a658af9..2b23ec6 100755
--- a/_sass/_layout.scss
+++ b/_sass/_layout.scss
@@ -332,11 +332,42 @@
 
 
 /**** BLOG FORMATTING ****/
-div.blog {
-  img {width: 100%;}
+div.post {
+  img {width: 80%;}
   iframe {width: 100%;}
 }
 
+div.blog img{
+   display: none;
+}
+
+div#posts {
+  margin-right: 180px;
+}
+
+div#contribute {
+  position:fixed;
+  right: 30px;
+  // border: 2px $base solid;
+  // border-radius: 15px;
+  width: 180px;
+  // padding: 5px 12px;
+  // background-color: $base;
+  h5 {font-weight: 400;}
+  hr {margin-top: 8px;}
+}
+@media (max-width: 800px) {
+  div#contribute {
+    position: static;
+  }
+  div.toc {
+    margin-right: 0px;
+  }
+}
+
+
+
+
 /**** FOOTER ****/
 footer {
   min-height: 250px;
diff --git a/_site/2015/06/09/gem5-horrors.html b/_site/2015/06/09/gem5-horrors.html
index 917ed0a..4532a2c 100644
--- a/_site/2015/06/09/gem5-horrors.html
+++ b/_site/2015/06/09/gem5-horrors.html
@@ -85,7 +85,7 @@
 
 	<main>
 		<br><br>
-<div class="container blog">
+<div class="container post">
   <h1>gem5 Horrors and what we can do about it</h1>
   <time>Jun 9, 2015 • Jason Lowe-Power</time>
   <hr>
@@ -427,7 +427,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/_site/2018/06/01/gem5-spectre.html b/_site/2018/06/01/gem5-spectre.html
index 6787a9e..361acd9 100644
--- a/_site/2018/06/01/gem5-spectre.html
+++ b/_site/2018/06/01/gem5-spectre.html
@@ -85,7 +85,7 @@
 
 	<main>
 		<br><br>
-<div class="container blog">
+<div class="container post">
   <h1>Visualizing Spectre with gem5</h1>
   <time>Jun 1, 2018 • Jason Lowe-Power</time>
   <hr>
@@ -568,7 +568,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/_site/about/index.html b/_site/about/index.html
index fc6a138..9dca1c3 100644
--- a/_site/about/index.html
+++ b/_site/about/index.html
@@ -127,7 +127,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/_site/blog/index.html b/_site/blog/index.html
index e5023f8..bf8d3a6 100644
--- a/_site/blog/index.html
+++ b/_site/blog/index.html
@@ -88,31 +88,77 @@
 <div class="container blog">
 	<h1 class="title">Blog</h1><br>
 
-	<div class="row">
-		<div class="col-md-1"></div>
-		<div class="col-md-10">
-			
-					<time>Jun 1, 2018</time>
-					<h3><a href="/2018/06/01/gem5-spectre.html">Visualizing Spectre with gem5</a></h3>
-					<br><hr><br>
-			
-					<time>Jan 13, 2017</time>
-					<h3><a href="/tools/2017/01/13/gem5-fs.html">Setting up gem5 full system</a></h3>
-					<br><hr><br>
-			
-					<time>Nov 24, 2015</time>
-					<h3><a href="/jekyll/update/2015/11/24/gem5-disks.html">Creating disk images for gem5</a></h3>
-					<br><hr><br>
-			
-					<time>Jun 9, 2015</time>
-					<h3><a href="/2015/06/09/gem5-horrors.html">gem5 Horrors and what we can do about it</a></h3>
-					<br><hr><br>
-			
-			<p>subscribe <a href="/feed.xml">via RSS</a></p>
-		</div>
-		<div class="col-md-1"></div>
+
+	<div id="contribute">
+		<h5>Contribute</h5><hr>
+		<a href="https://github.com/gem5/new-website/tree/master/"><p>Contribute to gem5 today</p></a><br>
 	</div>
 
+	<div id="posts">
+		
+				<h3><a href="/2018/06/01/gem5-spectre.html">Visualizing Spectre with gem5</a></h3>
+				<time>Jun 1, 2018</time>
+				<p>by Jason Lowe-Power</p>
+				<p><p><a href="https://meltdownattack.com/">Spectre and Meltdown</a> took much of our
+community by surprise. I personally found these attacks fascinating
+because they didn’t rely on a <em>bug</em> in any particular hardware
+implementation, but leveraged undefined behavior. Specifically, Spectre
+and Meltdown can exfiltrate potentially secret memory data by detecting
+the effects of speculative instructions <em>that are later squashed</em>.</p>
+
+<p>Very cool!</p>
+
+<p>Out of order processors are ver...</p>
+				<a href="/2018/06/01/gem5-spectre.html"><p>Read more...</p></a>
+				<br><hr><br>
+		
+				<h3><a href="/tools/2017/01/13/gem5-fs.html">Setting up gem5 full system</a></h3>
+				<time>Jan 13, 2017</time>
+				<p>by Jason Lowe-Power</p>
+				<p><p>This is partially a followup to <a href="http://www.lowepower.com/jason/creating-disk-images-for-gem5.html">Creating disk images for
+gem5</a>
+and partially how to setup x86 full system for gem5. In this post, I’ll
+discuss how to create a disk image from scratch and start using it with
+gem5.</p>
+
+<p>It is important for computer architecture research to use the most
+up-to-date software on the systems we are simulating. Too much computer
+architecture research reports results using kernels fro...</p>
+				<a href="/tools/2017/01/13/gem5-fs.html"><p>Read more...</p></a>
+				<br><hr><br>
+		
+				<h3><a href="/jekyll/update/2015/11/24/gem5-disks.html">Creating disk images for gem5</a></h3>
+				<time>Nov 24, 2015</time>
+				<p>by Jason Lowe-Power</p>
+				<p><p>When using gem5 in full-system mode, you have to have a disk image with
+the operating system and all of your data on it. This is just like
+having a physical disk in a physical machine. In this post, I’m going to
+walk through how to create a new disk and install a (semi-)current
+version of Ubuntu on the disk. By the end of this post, you should be
+able to create your own disk with whatever extra data and applications
+you want.</p>
+
+<p>This post assumes that you have already checked out a ve...</p>
+				<a href="/jekyll/update/2015/11/24/gem5-disks.html"><p>Read more...</p></a>
+				<br><hr><br>
+		
+				<h3><a href="/2015/06/09/gem5-horrors.html">gem5 Horrors and what we can do about it</a></h3>
+				<time>Jun 9, 2015</time>
+				<p>by Jason Lowe-Power</p>
+				<p><p><img src="/assets/img/gem5-horrors.png" alt="image" /></p>
+
+<p>This post is a post which mostly follows the talk that I am giving at
+the <a href="http://gem5.org/User_workshop_2015">gem5 Users Workshop</a>. This post
+contains some more details on problems that I skipped in my talk and
+some references that I was not able to include in a presentation. You
+can view my presentation on Google Drive
+<a href="https://docs.google.com/presentation/d/1QGA5UVaVJkkMITF2TXCY_KlwmfWef1KBzfDP6ocbj7I/pub?...</p>
+				<a href="/2015/06/09/gem5-horrors.html"><p>Read more...</p></a>
+				<br><hr><br>
+		
+		<p>subscribe <a href="/feed.xml">via RSS</a></p>
+</div>
+
 </div>
 
 	</main>
@@ -140,7 +186,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/_site/contact/index.html b/_site/contact/index.html
index 5d46e17..4aaae27 100644
--- a/_site/contact/index.html
+++ b/_site/contact/index.html
@@ -124,7 +124,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/_site/contributing/index.html b/_site/contributing/index.html
index abdd673..61865bb 100644
--- a/_site/contributing/index.html
+++ b/_site/contributing/index.html
@@ -586,7 +586,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/_site/css/main.css b/_site/css/main.css
index c5b7826..08abbf6 100644
--- a/_site/css/main.css
+++ b/_site/css/main.css
@@ -265,11 +265,32 @@
     text-decoration-color: black; }
 
 /**** BLOG FORMATTING ****/
-div.blog img {
-  width: 100%; }
-div.blog iframe {
+div.post img {
+  width: 80%; }
+div.post iframe {
   width: 100%; }
 
+div.blog img {
+  display: none; }
+
+div#posts {
+  margin-right: 180px; }
+
+div#contribute {
+  position: fixed;
+  right: 30px;
+  width: 180px; }
+  div#contribute h5 {
+    font-weight: 400; }
+  div#contribute hr {
+    margin-top: 8px; }
+
+@media (max-width: 800px) {
+  div#contribute {
+    position: static; }
+
+  div.toc {
+    margin-right: 0px; } }
 /**** FOOTER ****/
 footer {
   min-height: 250px;
diff --git a/_site/feed.xml b/_site/feed.xml
index fd5dbdb..d13aac2 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>http://localhost:4000/</link>
     <atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml" />
-    <pubDate>Mon, 21 Jan 2019 12:53:57 -0800</pubDate>
-    <lastBuildDate>Mon, 21 Jan 2019 12:53:57 -0800</lastBuildDate>
+    <pubDate>Mon, 28 Jan 2019 11:35:33 -0800</pubDate>
+    <lastBuildDate>Mon, 28 Jan 2019 11:35:33 -0800</lastBuildDate>
     <generator>Jekyll v3.7.4</generator>
     
       <item>
diff --git a/_site/governance/index.html b/_site/governance/index.html
index a8803f9..9cf56ec 100644
--- a/_site/governance/index.html
+++ b/_site/governance/index.html
@@ -335,7 +335,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/_site/help/index.html b/_site/help/index.html
index 630cf37..df312f8 100644
--- a/_site/help/index.html
+++ b/_site/help/index.html
@@ -127,7 +127,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/_site/index.html b/_site/index.html
index b0b0c07..36a47f9 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -179,7 +179,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/_site/jekyll/update/2015/11/24/gem5-disks.html b/_site/jekyll/update/2015/11/24/gem5-disks.html
index c37dc46..8e6d0ac 100644
--- a/_site/jekyll/update/2015/11/24/gem5-disks.html
+++ b/_site/jekyll/update/2015/11/24/gem5-disks.html
@@ -85,7 +85,7 @@
 
 	<main>
 		<br><br>
-<div class="container blog">
+<div class="container post">
   <h1>Creating disk images for gem5</h1>
   <time>Nov 24, 2015 • Jason Lowe-Power</time>
   <hr>
@@ -339,7 +339,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/_site/publications/index.html b/_site/publications/index.html
index ceff180..6485301 100644
--- a/_site/publications/index.html
+++ b/_site/publications/index.html
@@ -768,7 +768,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/_site/search/index.html b/_site/search/index.html
index 72edfb6..dc0b4b4 100644
--- a/_site/search/index.html
+++ b/_site/search/index.html
@@ -365,7 +365,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/_site/tools/2017/01/13/gem5-fs.html b/_site/tools/2017/01/13/gem5-fs.html
index cd44c9c..8a50191 100644
--- a/_site/tools/2017/01/13/gem5-fs.html
+++ b/_site/tools/2017/01/13/gem5-fs.html
@@ -85,7 +85,7 @@
 
 	<main>
 		<br><br>
-<div class="container blog">
+<div class="container post">
   <h1>Setting up gem5 full system</h1>
   <time>Jan 13, 2017 • Jason Lowe-Power</time>
   <hr>
@@ -375,7 +375,7 @@
 				<p>Help</p>
 				<p><a href="/search">Search</a></p>
 				<p><a href="#">Mailing Lists</a></p>
-				<p><a href="https://github.com/gem5/new-website/tree/master/">Source For This Site</a></p>
+				<p><a href="https://github.com/gem5/new-website/tree/master/">Website Source</a></p>
 			<br></div>
 
 		</div>
diff --git a/blog/index.html b/blog/index.html
index 579ba05..4ca2698 100755
--- a/blog/index.html
+++ b/blog/index.html
@@ -5,17 +5,22 @@
 <div class="container blog">
 	<h1 class="title">Blog</h1><br>
 
-	<div class="row">
-		<div class="col-md-1"></div>
-		<div class="col-md-10">
-			{% for post in site.posts %}
-					<time>{{ post.date | date: "%b %-d, %Y" }}</time>
-					<h3><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h3>
-					<br><hr><br>
-			{% endfor %}
-			<p>subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
-		</div>
-		<div class="col-md-1"></div>
+
+	<div id="contribute">
+		<h5>Contribute</h5><hr>
+		<a href="{{ site.sourceurl}}"><p>Contribute to gem5 today</p></a><br>
 	</div>
 
+	<div id="posts">
+		{% for post in site.posts %}
+				<h3><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h3>
+				<time>{{ post.date | date: "%b %-d, %Y" }}</time>
+				<p>by {{ post.author }}</p>
+				<p>{{ post.content | truncate: 500 }}</p>
+				<a href="{{ post.url | prepend: site.baseurl }}"><p>Read more...</p></a>
+				<br><hr><br>
+		{% endfor %}
+		<p>subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
+</div>
+
 </div>