Skip to content

Commit

Permalink
taking out compass references
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmaierjr committed Apr 7, 2017
1 parent 06039f8 commit b3bdf74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![preview Long Haul](/preview.jpg)

Long Haul is a minimal jekyll theme built with COMPASS / SASS / SUSY and focuses on long form blog posts. It is meant to be used as a starting point for a jekyll blog/website.
Long Haul is a minimal jekyll theme built with SASS / GULP / BROWSERSYNC / AUTOPREFIXER and focuses on long form blog posts. It is meant to be used as a starting point for a jekyll blog/website.

If you really enjoy Long Haul and want to give me credit somewhere on the internet send or tweet out your experience with Long Haul and tag me [@brianmaierjr](https://twitter.com/brianmaierjr).

Expand Down
5 changes: 2 additions & 3 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ title: About Long Haul

<div class="post">
<h1 class="pageTitle">About Long Haul</h1>
<img src="{{ '/assets/img/touring.jpg' | prepend: site.baseurl }}" alt="">
<img src="{{ '/assets/img/touring.jpg' | prepend: site.baseurl }}" alt="">
<p class="intro">Long Haul is a minimal, long form <a href="http://jekyllrb.com">Jekyll</a> Theme. It can be used as is or customized to your hearts desire.</p>
<p>Long Haul was created in honor of all the hard working touring bicycles that have traversed the globe time and time again. Take it for a spin.</p>
<h2>Features</h2>
<ul>
<li>Built with <a href="http://sass-lang.com/">SASS</a> + <a href="http://compass-style.org/">COMPASS</a></li>
<li>Layout with <a href="http://susy.oddbird.net/">SUSY Grid</a></li>
<li>Built with SASS + GULP + BROWSERSYNC + AUTOPREFIXER</li>
<li>SVG Social Icons from <a href="http://customizr.net/icons/">Customizr</a></li>
<li><a href="http://responsive-nav.com/">Responsive Nav Menu</a></li>
<li><a href="https://github.com/snaptortoise/jekyll-rss-feeds">XML Feed for RSS Readers</a></li>
Expand Down
2 changes: 1 addition & 1 deletion contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: Contact Long Haul
<p>If you have questions about the theme feel free to <a href="mailto:brimaidesigns@gmail.com">email me</a> or create an issue on <a href="https://github.com/brianmaierjr/long-haul">GitHub</a>. Enjoy!</p>
</div>
<form action="http://formspree.io/your@mail.com" method="POST">
<label for="name">Name</label>
<label for="name">Name</label>
<input type="text" id="name" name="name" class="full-width"><br>
<label for="email">Email Address</label>
<input type="email" id="email" name="_replyto" class="full-width"><br>
Expand Down

0 comments on commit b3bdf74

Please sign in to comment.