aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2015-02-23 01:03:16 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2015-02-23 01:03:16 -0500
commitf3ce4344d1d5d5cdf3212ba0e0d07cc1ba26bdea (patch)
tree1c0356b58244a72e4f0804d8fcd0314037cb7db6
parenta8a038dc32dfa97b268ea0c44cc0502033622f8d (diff)
downloadkompetenzbolzen.github.io-f3ce4344d1d5d5cdf3212ba0e0d07cc1ba26bdea.tar.gz
Removing all of the trailing whitespace
-rw-r--r--README.md4
-rw-r--r--_config.yml24
-rw-r--r--_includes/analytics.html2
-rw-r--r--_includes/disqus.html4
-rw-r--r--_layouts/default.html4
-rw-r--r--_layouts/page.html2
-rw-r--r--_scss/_reset.scss6
-rw-r--r--_scss/_variables.scss2
-rw-r--r--about.md2
-rw-r--r--index.html6
10 files changed, 28 insertions, 28 deletions
diff --git a/README.md b/README.md
index 5cfce17..edede77 100644
--- a/README.md
+++ b/README.md
@@ -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.
![_config.yml](/images/config.png "_config.yml")
-
+
### 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.
@@ -103,7 +103,7 @@ You can use the [Quick Start](https://github.com/barryclark/jekyll-now#quick-sta
## Credits
- [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.
- [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.
diff --git a/_config.yml b/_config.yml
index 06d80fe..7fd0a3e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -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
footer-links:
- dribbble:
- email:
- facebook:
- flickr:
+ dribbble:
+ email:
+ facebook:
+ flickr:
github: barryclark/jekyll-now
- instagram:
- linkedin:
- pinterest:
+ instagram:
+ linkedin:
+ pinterest:
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
twitter: jekyllrb
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
youtube: # channel/<your_long_string> or user/<user-name>
-
+
# 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
-disqus:
+disqus:
# 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)
# 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)
# and NOT your User repository (http://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
diff --git a/_includes/analytics.html b/_includes/analytics.html
index d8cdc0e..e70d8bf 100644
--- a/_includes/analytics.html
+++ b/_includes/analytics.html
@@ -5,7 +5,7 @@
(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)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
+
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
diff --git a/_includes/disqus.html b/_includes/disqus.html
index 453eef5..c4b4d23 100644
--- a/_includes/disqus.html
+++ b/_includes/disqus.html
@@ -2,8 +2,8 @@
<div class="comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
-
- var disqus_shortname = '{{ site.disqus }}';
+
+ var disqus_shortname = '{{ site.disqus }}';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
diff --git a/_layouts/default.html b/_layouts/default.html
index a69e734..c76dcbd 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -25,12 +25,12 @@
<div class="container">
<header class="masthead clearfix">
<a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a>
-
+
<div class="site-info">
<h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
<p class="site-description">{{ site.description }}</p>
</div>
-
+
<nav>
<a href="{{ site.baseurl }}/">Blog</a>
<a href="{{ site.baseurl }}/about">About</a>
diff --git a/_layouts/page.html b/_layouts/page.html
index cff5360..c8f0164 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -3,7 +3,7 @@ layout: default
---
<article class="page">
-
+
<h1>{{ page.title }}</h1>
<div class="entry">
diff --git a/_scss/_reset.scss b/_scss/_reset.scss
index fcf2bf0..120eebf 100644
--- a/_scss/_reset.scss
+++ b/_scss/_reset.scss
@@ -12,8 +12,8 @@ b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed,
-figure, figcaption, footer, header, hgroup,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
@@ -24,7 +24,7 @@ time, mark, audio, video {
vertical-align: baseline;
}
// HTML5 display-role reset for older browsers
-article, aside, details, figcaption, figure,
+article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
diff --git a/_scss/_variables.scss b/_scss/_variables.scss
index 5ec3394..e56c1c5 100644
--- a/_scss/_variables.scss
+++ b/_scss/_variables.scss
@@ -4,7 +4,7 @@
//
// Colors
-$blue: #4183C4;
+$blue: #4183C4;
// Grays
$black: #000;
diff --git a/about.md b/about.md
index db54e4d..bc21f57 100644
--- a/about.md
+++ b/about.md
@@ -8,7 +8,7 @@ Some information about you!
### 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
diff --git a/index.html b/index.html
index 0e3e137..d15ca42 100644
--- a/index.html
+++ b/index.html
@@ -4,14 +4,14 @@ layout: default
<div class="posts">
{% for post in site.posts %}
- <article class="post">
-
+ <article class="post">
+
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.content | truncatewords:40}}
</div>
-
+
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}