Navigation Menu

Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
mshick committed Jun 14, 2019
1 parent 76fd447 commit 94f34cd
Show file tree
Hide file tree
Showing 13 changed files with 9,508 additions and 35 deletions.
3 changes: 1 addition & 2 deletions 404.html
@@ -1,7 +1,6 @@
---
title: Not Found
date:
layout: page

---
Sorry, the page requested could not be found...
Sorry, the page requested could not be found...
4 changes: 0 additions & 4 deletions _assets/stylesheets/components/_page.scss
Expand Up @@ -2,7 +2,3 @@
@include revelatory-paragraph();
@include revelatory-headings();
}

.page-content {
font-size: typeScale(3);
}
8 changes: 0 additions & 8 deletions _assets/stylesheets/components/_post.scss
Expand Up @@ -3,14 +3,6 @@
@include revelatory-headings();
}

.post-content {
font-size: typeScale(3);
}

.post-title {
margin-bottom: 1lh;
}

.post-teaser {
margin-bottom: $spacing-m;
}
Expand Down
5 changes: 4 additions & 1 deletion _layouts/index.html
Expand Up @@ -3,7 +3,10 @@
---

<article row class="page clearfix">
<div class="page-content">
<h2 class="_mbm">
{{ page.title }}
</h2>
<div class="page-content _ts3">
{{ content }}

{% if site.posts.size > 0 %}
Expand Down
5 changes: 4 additions & 1 deletion _layouts/page.html
Expand Up @@ -3,7 +3,10 @@
---

<article row class="page clearfix">
<div class="page-content">
<h2 class="_mbm">
{{ page.title }}
</h2>
<div class="page-content _ts3">
{{ content }}
</div>
</article>
4 changes: 2 additions & 2 deletions _layouts/post.html
Expand Up @@ -8,11 +8,11 @@
<div grid>
<div column{% if has_image %}="8"{% endif %}>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<h1 class="post-title _mbm" itemprop="name headline">
{{ page.title }}
</h1>
</header>
<div class="post-content" itemprop="articleBody">
<div class="post-content _ts3" itemprop="articleBody">
{{ content }}
</div>
</div>
Expand Down
9 changes: 1 addition & 8 deletions about.md
@@ -1,17 +1,10 @@
---
layout: post
layout: page
title: About
excerpt:
I’m a freelance writer in Tucson, Arizona. I’ve written for a variety of
places both print and web, including Grantland, Pitchfork, the Ringer, Rolling Stone,
the Oxford American, Vulture/New York and Deadspin.
---

My name's Mike Powell. I live in Tucson, Arizona. I’ve written for the New York Times Magazine, the Paris Review, Grantland, the Ringer, the Oxford American, Vulture/New York. I've also written a lot about music for Pitchfork; you can find that stuff [here](https://pitchfork.com/staff/mike-powell/).

[Here](https://twitter.com/sternlunch) is my Twitter page. My email address is [revelatory@gmail.com](mailto:revelatory@gmail.com). I'll respond if you write.

- Hello
- There

![]({{ site.baseurl }}/uploads/images/self portrait.png)
8,506 changes: 8,505 additions & 1 deletion assets/javascripts/scripts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/javascripts/scripts.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/stylesheets/sprite.css.html
Expand Up @@ -76,7 +76,7 @@ <h2>twitter</h2>

</section>
<footer>
<p>Generated at Fri, 14 Jun 2019 22:24:28 GMT by <a href="https://github.com/jkphl/svg-sprite" target="_blank">svg-sprite</a>.</p>
<p>Generated at Fri, 14 Jun 2019 22:36:34 GMT by <a href="https://github.com/jkphl/svg-sprite" target="_blank">svg-sprite</a>.</p>
</footer>
</body>
</html>
988 changes: 987 additions & 1 deletion assets/stylesheets/styles.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/stylesheets/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions index.md
@@ -1,12 +1,8 @@
---
layout: index
body_class: body--homepage
title: Some Writing
excerpt: Mike Powell writes.
title: Recent & favorite writing
---

## Recent & favorite writing

A [short essay for _The New York Times Magazine_](https://www.nytimes.com/2019/06/04/magazine/letter-of-recommendation-washing-dishes.html) about dishwashing (I like it).

An [archive of columns](https://www.theparisreview.org/blog/tag/zonies/) I wrote for _the Paris Review_ about living in Arizona (I like it).
Expand Down

0 comments on commit 94f34cd

Please sign in to comment.