Removing all of the trailing whitespace

This commit is contained in:
Barry Clark 2015-02-23 01:03:16 -05:00
parent a8a038dc32
commit f3ce4344d1
10 changed files with 28 additions and 28 deletions

View file

@ -37,7 +37,7 @@ Making a change to _config.yml (or any file in your repository) will force GitHu
> 3. Clone down your repository and make updates locally, then push them to your GitHub repository. > 3. Clone down your repository and make updates locally, then push them to your GitHub repository.
![_config.yml](/images/config.png "_config.yml") ![_config.yml](/images/config.png "_config.yml")
### Step 3) Publish your first blog post ### Step 3) Publish your first blog post
Edit `/_posts/2014-3-3-Hello-World.md` to publish your first blog post. This [Markdown Cheatsheet](http://www.jekyllnow.com/Markdown-Style-Guide/) might come in handy. Edit `/_posts/2014-3-3-Hello-World.md` to publish your first blog post. This [Markdown Cheatsheet](http://www.jekyllnow.com/Markdown-Style-Guide/) might come in handy.
@ -103,7 +103,7 @@ You can use the [Quick Start](https://github.com/barryclark/jekyll-now#quick-sta
## Credits ## Credits
- [Jekyll](https://github.com/jekyll/jekyll) - Thanks to its creators, contributors and maintainers. - [Jekyll](https://github.com/jekyll/jekyll) - Thanks to its creators, contributors and maintainers.
- [SVG icons](https://github.com/neilorangepeel/Free-Social-Icons) - Thanks, Neil Orange Peel. They're beautiful. - [SVG icons](https://github.com/neilorangepeel/Free-Social-Icons) - Thanks, Neil Orange Peel. They're beautiful.
- [Solarized Light Pygments](https://gist.github.com/edwardhotchkiss/2005058) - Thanks, Edward. - [Solarized Light Pygments](https://gist.github.com/edwardhotchkiss/2005058) - Thanks, Edward.
- [Joel Glovier](http://joelglovier.com/writing/) - Great Jekyll articles. I used Joel's feed.xml in this repository. - [Joel Glovier](http://joelglovier.com/writing/) - Great Jekyll articles. I used Joel's feed.xml in this repository.
- [David Furnes](https://github.com/dfurnes), [Jon Uy](https://github.com/jonuy), [Luke Patton](https://github.com/lkpttn) - Thanks for the design/code reviews. - [David Furnes](https://github.com/dfurnes), [Jon Uy](https://github.com/jonuy), [Luke Patton](https://github.com/lkpttn) - Thanks for the design/code reviews.

View file

@ -17,31 +17,31 @@ avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/je
# Includes an icon in the footer for each username you enter # Includes an icon in the footer for each username you enter
footer-links: footer-links:
dribbble: dribbble:
email: email:
facebook: facebook:
flickr: flickr:
github: barryclark/jekyll-now github: barryclark/jekyll-now
instagram: instagram:
linkedin: linkedin:
pinterest: pinterest:
rss: # just type anything here for a working RSS icon, make sure you set the "url" above! rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
twitter: jekyllrb twitter: jekyllrb
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
youtube: # channel/<your_long_string> or user/<user-name> youtube: # channel/<your_long_string> or user/<user-name>
# Enter your Disqus shortname (not your username) to enable commenting on posts # Enter your Disqus shortname (not your username) to enable commenting on posts
# You can find your shortname on the Settings page of your Disqus account # You can find your shortname on the Settings page of your Disqus account
disqus: disqus:
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking # Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics: google_analytics:
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co) # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
# Used for Sitemap.xml and your RSS feed # Used for Sitemap.xml and your RSS feed
url: url:
# If you're hosting your site at a Project repository on GitHub pages # If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name) # (http://yourusername.github.io/repository-name)
# and NOT your User repository (http://yourusername.github.io) # and NOT your User repository (http://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name" # then add in the baseurl here, like this: "/repository-name"

View file

@ -5,7 +5,7 @@
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto'); ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>

View file

@ -2,8 +2,8 @@
<div class="comments"> <div class="comments">
<div id="disqus_thread"></div> <div id="disqus_thread"></div>
<script type="text/javascript"> <script type="text/javascript">
var disqus_shortname = '{{ site.disqus }}'; var disqus_shortname = '{{ site.disqus }}';
(function() { (function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;

View file

@ -25,12 +25,12 @@
<div class="container"> <div class="container">
<header class="masthead clearfix"> <header class="masthead clearfix">
<a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a> <a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a>
<div class="site-info"> <div class="site-info">
<h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1> <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
<p class="site-description">{{ site.description }}</p> <p class="site-description">{{ site.description }}</p>
</div> </div>
<nav> <nav>
<a href="{{ site.baseurl }}/">Blog</a> <a href="{{ site.baseurl }}/">Blog</a>
<a href="{{ site.baseurl }}/about">About</a> <a href="{{ site.baseurl }}/about">About</a>

View file

@ -3,7 +3,7 @@ layout: default
--- ---
<article class="page"> <article class="page">
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
<div class="entry"> <div class="entry">

View file

@ -12,8 +12,8 @@ b, u, i, center,
dl, dt, dd, ol, ul, li, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, menu, nav, output, ruby, section, summary,
time, mark, audio, video { time, mark, audio, video {
margin: 0; margin: 0;
@ -24,7 +24,7 @@ time, mark, audio, video {
vertical-align: baseline; vertical-align: baseline;
} }
// HTML5 display-role reset for older browsers // HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { footer, header, hgroup, menu, nav, section {
display: block; display: block;
} }

View file

@ -4,7 +4,7 @@
// //
// Colors // Colors
$blue: #4183C4; $blue: #4183C4;
// Grays // Grays
$black: #000; $black: #000;

View file

@ -8,7 +8,7 @@ Some information about you!
### More Information ### More Information
A place to include any other types of information that you'd like to include about yourself. A place to include any other types of information that you'd like to include about yourself.
### Contact me ### Contact me

View file

@ -4,14 +4,14 @@ layout: default
<div class="posts"> <div class="posts">
{% for post in site.posts %} {% for post in site.posts %}
<article class="post"> <article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1> <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry"> <div class="entry">
{{ post.content | truncatewords:40}} {{ post.content | truncatewords:40}}
</div> </div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a> <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article> </article>
{% endfor %} {% endfor %}