Skip to content

Commit

Permalink
removes unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
abitdodgy committed Mar 22, 2016
1 parent 76f1e4d commit 8fe09d5
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 149 deletions.
6 changes: 4 additions & 2 deletions _includes/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ <h2 class="display-4 m-b-2">Ramblings & Disquiet</h2>
<div class="row">
{% for post in site.posts %}
<div class="col-xs-12 m-b-2">
<time class="text-muted m-b-1" datetime="{{ post.date | date: '%Y-%m-%d' }}">{{ post.date | date: "%b %-d, %Y" }}</time>
<h4>
<time class="text-muted" datetime="{{ post.date | date: '%Y-%m-%d' }}">
{{ post.date | date: "%b %-d, %Y" }}
</time>
<h4 class="m-t-1">
{% if post.external_url %}
<a href="{{ post.external_url }}">{{ post.title }}</a>
{% else %}
Expand Down
6 changes: 0 additions & 6 deletions _includes/emoji.html

This file was deleted.

20 changes: 0 additions & 20 deletions _includes/header.html

This file was deleted.

10 changes: 1 addition & 9 deletions _includes/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@ <h2 class="display-4 m-b-2">Projects</h2>
<span class="lang lang-ruby">Ruby on Rails</span>.
Recently, I've gotten into functional programming, particularly
<span class="lang lang-elixir">Elixir</span>.
<!-- I have experience with a variety of technologies including
<span class="lang lang-sql">Postgresql</span>,
<span class="lang lang-coffeescript">CoffeeScript</span>,
<span class="lang lang-javascript">JavaScript</span>,
<span class="lang lang-coldfusion">ColdFusion</span>,
<span class="lang lang-scss">SCSS</span>,
and
<span class="lang lang-html">HTML</span>.
--> </p>
</p>
</header>

{% assign categories = site.projects | sort: 'position' | group_by: 'category' %}
Expand Down
7 changes: 0 additions & 7 deletions _layouts/jumbotron.html

This file was deleted.

2 changes: 0 additions & 2 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

//
// Custom CSS
@import "animation";
@import "emoji";
@import "intro";
@import "lang_bar";
@import "outro";
Expand Down
40 changes: 0 additions & 40 deletions _sass/_emoji.scss

This file was deleted.

62 changes: 0 additions & 62 deletions _sass/animation.scss

This file was deleted.

2 changes: 2 additions & 0 deletions _sass/bootstrap/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
$font-family-base: 'Roboto Slab', sans-serif;
$font-family-cursive: 'Handlee', cursive;

$display4-size: 3.5rem !default;

// Body
//
// Settings for the `<body>` element.
Expand Down
2 changes: 1 addition & 1 deletion _sass/bootstrap/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ $font-size-h6: 1rem !default;
$display1-size: 6rem !default;
$display2-size: 5.5rem !default;
$display3-size: 4.5rem !default;
$display4-size: 3rem !default;
$display4-size: 3.5rem !default;

$display1-weight: 300 !default;
$display2-weight: 300 !default;
Expand Down
Binary file removed assets/emoji/cloud.png
Binary file not shown.
Binary file removed assets/emoji/house.png
Binary file not shown.
Binary file removed assets/emoji/sun.png
Binary file not shown.
Binary file removed assets/emoji/tree.png
Binary file not shown.
Binary file removed assets/index/desert-min.jpg
Binary file not shown.

0 comments on commit 8fe09d5

Please sign in to comment.