From c87835639c7a90f6c4c7eea6d034f76121e0c1c2 Mon Sep 17 00:00:00 2001 From: Julia Date: Mon, 4 Aug 2014 17:06:40 +0100 Subject: [PATCH 1/5] Update _config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 20303cc6d033d..3b195e1e0c154 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ # # Name of your site (displayed in the header) -name: Your Name +name: Julia # Short bio or description (displayed in the header) description: Web Developer from Somewhere @@ -70,4 +70,4 @@ exclude: - Gemfile - Gemfile.lock - LICENSE - - README.md \ No newline at end of file + - README.md From b0ab0b059eeb326db91bcf8b8c37a6b57556a33c Mon Sep 17 00:00:00 2001 From: finucane Date: Mon, 11 Aug 2014 07:11:22 +0200 Subject: [PATCH 2/5] update config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 3b195e1e0c154..b43e01e8c7410 100644 --- a/_config.yml +++ b/_config.yml @@ -21,12 +21,12 @@ footer-links: email: facebook: flickr: - github: barryclark/jekyll-now + github: finucane81/finucae81.github.io instagram: linkedin: pinterest: rss: # just type anything here for a working RSS icon, make sure you set the "url" above! - twitter: jekyllrb + twitter: # Your disqus shortname, entering this will enable commenting on posts disqus: From 4c3cc028bc063ec7e9a0115474b2b4b84bb2f8b5 Mon Sep 17 00:00:00 2001 From: finucane Date: Mon, 11 Aug 2014 20:13:02 +0200 Subject: [PATCH 3/5] Commented some of the lines --- _posts/2014-3-3-Hello-World.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_posts/2014-3-3-Hello-World.md b/_posts/2014-3-3-Hello-World.md index c469524e3efa3..a24836534589b 100644 --- a/_posts/2014-3-3-Hello-World.md +++ b/_posts/2014-3-3-Hello-World.md @@ -1,10 +1,10 @@ ---- -layout: post -title: You're up and running! ---- - -Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below :point_down:). - -![_config.yml]({{ site.baseurl }}/images/config.png) - -The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub. \ No newline at end of file +--- +layout: post +title: First Post +--- + +Hello World! + +/*![_config.yml]({{ site.baseurl }}/images/config.png)/* + +/*The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub./* From 4a14a3e9b3f99922fdad8b94fa0d2993e6b0480f Mon Sep 17 00:00:00 2001 From: finucane Date: Mon, 11 Aug 2014 20:17:25 +0200 Subject: [PATCH 4/5] made little changes to comments --- _posts/2014-3-3-Hello-World.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2014-3-3-Hello-World.md b/_posts/2014-3-3-Hello-World.md index a24836534589b..9b01561f4db94 100644 --- a/_posts/2014-3-3-Hello-World.md +++ b/_posts/2014-3-3-Hello-World.md @@ -5,6 +5,6 @@ title: First Post Hello World! -/*![_config.yml]({{ site.baseurl }}/images/config.png)/* +#![_config.yml]({{ site.baseurl }}/images/config.png)/* -/*The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub./* +#The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub. From 0cb62ae3434e366d770e7e4478044ed448e2e9c8 Mon Sep 17 00:00:00 2001 From: finucane Date: Mon, 11 Aug 2014 20:49:50 +0200 Subject: [PATCH 5/5] removed unnecessary code --- _posts/2014-3-3-Hello-World.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2014-3-3-Hello-World.md b/_posts/2014-3-3-Hello-World.md index 9b01561f4db94..a8308a167e393 100644 --- a/_posts/2014-3-3-Hello-World.md +++ b/_posts/2014-3-3-Hello-World.md @@ -5,6 +5,6 @@ title: First Post Hello World! -#![_config.yml]({{ site.baseurl }}/images/config.png)/* +#![_config.yml]({{ site.baseurl }}/images/config.png) #The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub.