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/ or user/ - + # 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'); 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 @@