From 3af36f796ef11f15fa0b8194e01cf5f62c145bd2 Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Thu, 20 Aug 2015 23:34:28 -0400 Subject: [PATCH 01/13] Update site config --- _config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 7e79316..f5acecd 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,11 @@ # Site settings -title: My Blog -email: coolwebconfs@gmail.com -description: My simple blog. +title: Blog +email: errin.johnson@gmail.com +description: Progress on a simple and basic website. baseurl: "" url: "" -twitter_username: -avatar: "" # Set footer avatar +twitter_username: errinjohnson64 +avatar: "https://pbs.twimg.com/profile_images/2160145196/2011wdanandnashvilleconference_183_400x400.JPG" # Set footer avatar paginate: 3 # Build settings @@ -19,8 +19,8 @@ defaults: path: "" type: "posts" values: - author: "My Author" # Set default author name - categories: "cats" + author: "errin johnson" # Set default author name + categories: "web progress" layout: "post" comments: true - From f3b0aaf241e9bd8b8c0c0868e2a7ab4dcdd2fa3e Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Thu, 20 Aug 2015 23:41:48 -0400 Subject: [PATCH 02/13] added base url --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index f5acecd..dd68b83 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ title: Blog email: errin.johnson@gmail.com description: Progress on a simple and basic website. -baseurl: "" +baseurl: "/blog" url: "" twitter_username: errinjohnson64 avatar: "https://pbs.twimg.com/profile_images/2160145196/2011wdanandnashvilleconference_183_400x400.JPG" # Set footer avatar From df6eae674123f2eb9be3c5a2c739e46c685dd19a Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Thu, 20 Aug 2015 23:49:15 -0400 Subject: [PATCH 03/13] changing readme file creating new blog for website, based on confs-themes templates --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cb22f8..56529a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,2 @@ -# confs-theme -The theme files for the WebConfs blog. +Creating a simple basic website , starting from scratch, purpose to measure progress and time to complete. adding simple blog is part of project. From 1b86ad1dedc2f4436589174e2a30678a6ed01b5c Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Fri, 21 Aug 2015 00:12:21 -0400 Subject: [PATCH 04/13] created blog with jekyll and hosted on github gh-pages --- _posts/2015-05-15-first-post.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/_posts/2015-05-15-first-post.md b/_posts/2015-05-15-first-post.md index 3169ea3..84fea48 100644 --- a/_posts/2015-05-15-first-post.md +++ b/_posts/2015-05-15-first-post.md @@ -4,10 +4,15 @@ categories: sample image: feat-img.jpg --- -Hi there. This will be your first blog post—I hope you're excited! To get started, give this post a new title by replacing "My First Post" with your post's title. +I created a blog post—with jekyll and hosted on github gh-pages. No developer tools needed and no server side installations and configurations. -You can change the post's author name in the `_config.yml` file, or add an `author` variable in the front matter block. - -To change the post image, replace the image name with your new image. If you don't want to use an image in this post, delete the image variable in the front matter. - -Have fun blogging! +Below is the previous basic html blog. Should look familar, i just copied and pasted the HTML. +

Blog

+

August 19, 2015 11:24 PM

+ +

Update on progress with website. I am focused on best practices, Agile mindset, and data management, I felt the wonderful resouces within Github, that im already familiar with and the simple course on treehouse, I am excited to be implenting this process to host a blog within my simple basic website.

+

It doesnt require me to download and install Ruby or Jekyll on my PC; there is no servers or databases needed. I can use my new amazon aws 3s storage for url's links on my git hub pages, create a jekyll folder within amazon's aws 3s which will give me simple maintence and a central location for my blog, which i can then embedd into my website. Its late and getting ready for Tech Feast tomorrow, will have the simple blog post up and running tomorrow after the conference.

+

August 18, 2015 7:35 PM

+ +

I am currently starting from scratch to create a simple website using HTML5, CSS3, Sass, basic JS, basic PHP, frameworks including but not limited to Zurb Foundations. Im starting project basic website Monday, 8/17/2015 and to have completed by Sunday 08/23/2015.

+

Purpose to see how long it takes me to start from scratch with my existing skills and have a self-evident webpage.

From c2e4944c67a6a433347a8784d447d3d39d1ac154 Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Sat, 22 Aug 2015 10:10:12 -0400 Subject: [PATCH 05/13] Update and rename 2015-05-15-first-post.md to 2015-05-22-first-post.md --- _posts/{2015-05-15-first-post.md => 2015-05-22-first-post.md} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename _posts/{2015-05-15-first-post.md => 2015-05-22-first-post.md} (97%) diff --git a/_posts/2015-05-15-first-post.md b/_posts/2015-05-22-first-post.md similarity index 97% rename from _posts/2015-05-15-first-post.md rename to _posts/2015-05-22-first-post.md index 84fea48..742118f 100644 --- a/_posts/2015-05-15-first-post.md +++ b/_posts/2015-05-22-first-post.md @@ -1,6 +1,5 @@ --- -title: "My First Post" -categories: sample +title: "Website Update" image: feat-img.jpg --- From 22b71c8d068b5a262506de5f84d6ee017b08c2d1 Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Sat, 22 Aug 2015 10:14:18 -0400 Subject: [PATCH 06/13] Update 2015-05-22-first-post.md --- _posts/2015-05-22-first-post.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/_posts/2015-05-22-first-post.md b/_posts/2015-05-22-first-post.md index 742118f..f1e6f83 100644 --- a/_posts/2015-05-22-first-post.md +++ b/_posts/2015-05-22-first-post.md @@ -2,16 +2,4 @@ title: "Website Update" image: feat-img.jpg --- - -I created a blog post—with jekyll and hosted on github gh-pages. No developer tools needed and no server side installations and configurations. - -Below is the previous basic html blog. Should look familar, i just copied and pasted the HTML. -

Blog

-

August 19, 2015 11:24 PM

- -

Update on progress with website. I am focused on best practices, Agile mindset, and data management, I felt the wonderful resouces within Github, that im already familiar with and the simple course on treehouse, I am excited to be implenting this process to host a blog within my simple basic website.

-

It doesnt require me to download and install Ruby or Jekyll on my PC; there is no servers or databases needed. I can use my new amazon aws 3s storage for url's links on my git hub pages, create a jekyll folder within amazon's aws 3s which will give me simple maintence and a central location for my blog, which i can then embedd into my website. Its late and getting ready for Tech Feast tomorrow, will have the simple blog post up and running tomorrow after the conference.

-

August 18, 2015 7:35 PM

- -

I am currently starting from scratch to create a simple website using HTML5, CSS3, Sass, basic JS, basic PHP, frameworks including but not limited to Zurb Foundations. Im starting project basic website Monday, 8/17/2015 and to have completed by Sunday 08/23/2015.

-

Purpose to see how long it takes me to start from scratch with my existing skills and have a self-evident webpage.

+I just added a page to my blog for testing purposes, and embedded blog in my website using http://embed.ly/code. I am realizing more and more I am about the user experience, interactive websites. :) From 1aee7b8cfdc4f94658edd7ea62a40e63d3eb8c47 Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Sat, 22 Aug 2015 10:14:55 -0400 Subject: [PATCH 07/13] Update 2015-05-22-first-post.md --- _posts/2015-05-22-first-post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-05-22-first-post.md b/_posts/2015-05-22-first-post.md index f1e6f83..0b61740 100644 --- a/_posts/2015-05-22-first-post.md +++ b/_posts/2015-05-22-first-post.md @@ -2,4 +2,4 @@ title: "Website Update" image: feat-img.jpg --- -I just added a page to my blog for testing purposes, and embedded blog in my website using http://embed.ly/code. I am realizing more and more I am about the user experience, interactive websites. :) +I just added a page to my blog for testing purposes, and then I embedded the blog in my website using http://embed.ly/code. I am realizing more and more I am about the user experience, interactive websites. :) From 5e837ae07c9c7cb3865372be1c1620eca399358a Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Sun, 23 Aug 2015 23:27:34 -0400 Subject: [PATCH 08/13] Update and rename 2015-05-22-first-post.md to 2015-08-23-updateWebsite.md --- _posts/2015-05-22-first-post.md | 5 ----- _posts/2015-08-23-updateWebsite.md | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 _posts/2015-05-22-first-post.md create mode 100644 _posts/2015-08-23-updateWebsite.md diff --git a/_posts/2015-05-22-first-post.md b/_posts/2015-05-22-first-post.md deleted file mode 100644 index 0b61740..0000000 --- a/_posts/2015-05-22-first-post.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Website Update" -image: feat-img.jpg ---- -I just added a page to my blog for testing purposes, and then I embedded the blog in my website using http://embed.ly/code. I am realizing more and more I am about the user experience, interactive websites. :) diff --git a/_posts/2015-08-23-updateWebsite.md b/_posts/2015-08-23-updateWebsite.md new file mode 100644 index 0000000..4407bf0 --- /dev/null +++ b/_posts/2015-08-23-updateWebsite.md @@ -0,0 +1,4 @@ +--- +title: "Website Update" +image: feat-img.jpg +--- I finished my week long basic website project based on my current skills. I was able to create a responsive basic one page about me, linked to portfolio. The portfolio has not be created, it does have the basic foundation to add the project now. I used the languages HTML5, CSS, PHP, Framework[foundation] and Jekyll to create the blog. The site is published. From 4e0bac2a40b2c7217549d529a447bbe6f135c4d9 Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Tue, 25 Aug 2015 18:54:45 -0400 Subject: [PATCH 09/13] use github central #45965129755426 use git as my central data hub. I push from a local machine and pull from my remote. T --- _posts/2015-05-15-first-post.md | 18 ------------------ _posts/2015-08-25-website_progress | 12 ++++++++++++ 2 files changed, 12 insertions(+), 18 deletions(-) delete mode 100644 _posts/2015-05-15-first-post.md create mode 100644 _posts/2015-08-25-website_progress diff --git a/_posts/2015-05-15-first-post.md b/_posts/2015-05-15-first-post.md deleted file mode 100644 index 84fea48..0000000 --- a/_posts/2015-05-15-first-post.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "My First Post" -categories: sample -image: feat-img.jpg ---- - -I created a blog post—with jekyll and hosted on github gh-pages. No developer tools needed and no server side installations and configurations. - -Below is the previous basic html blog. Should look familar, i just copied and pasted the HTML. -

Blog

-

August 19, 2015 11:24 PM

- -

Update on progress with website. I am focused on best practices, Agile mindset, and data management, I felt the wonderful resouces within Github, that im already familiar with and the simple course on treehouse, I am excited to be implenting this process to host a blog within my simple basic website.

-

It doesnt require me to download and install Ruby or Jekyll on my PC; there is no servers or databases needed. I can use my new amazon aws 3s storage for url's links on my git hub pages, create a jekyll folder within amazon's aws 3s which will give me simple maintence and a central location for my blog, which i can then embedd into my website. Its late and getting ready for Tech Feast tomorrow, will have the simple blog post up and running tomorrow after the conference.

-

August 18, 2015 7:35 PM

- -

I am currently starting from scratch to create a simple website using HTML5, CSS3, Sass, basic JS, basic PHP, frameworks including but not limited to Zurb Foundations. Im starting project basic website Monday, 8/17/2015 and to have completed by Sunday 08/23/2015.

-

Purpose to see how long it takes me to start from scratch with my existing skills and have a self-evident webpage.

diff --git a/_posts/2015-08-25-website_progress b/_posts/2015-08-25-website_progress new file mode 100644 index 0000000..b2d13cb --- /dev/null +++ b/_posts/2015-08-25-website_progress @@ -0,0 +1,12 @@ +--- +title: "Process of publishing clean code" +categories: agile +--- + +Update: Website New Portfolio +My Thinking processes are keeping the code D.R.Y. and Agile. Today, I started posting my Code Louisville projects from the January Front-End Cohort. I am displaying my code challenges. + +I code from a local machine and push to my central github repo; I ssh from my local machine to my remote site and then I "git pull" to make my changes live. I feel this process of publishing my code keeps the code very manageable and a lot less prone to error. + +The github also gives me the opportunity to work as a team and have contributors. +I feel I am starting to understand how to create a website from scratch with a good D.R.Y and Agile foundation and its process. From 4169cba5154bfbf0d8dbb85cbc692ebc734e4dbf Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Tue, 25 Aug 2015 19:03:27 -0400 Subject: [PATCH 10/13] typos corrections --- _posts/2015-08-23-updateWebsite.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_posts/2015-08-23-updateWebsite.md b/_posts/2015-08-23-updateWebsite.md index 4407bf0..ae6c6e6 100644 --- a/_posts/2015-08-23-updateWebsite.md +++ b/_posts/2015-08-23-updateWebsite.md @@ -1,4 +1,5 @@ --- title: "Website Update" -image: feat-img.jpg ---- I finished my week long basic website project based on my current skills. I was able to create a responsive basic one page about me, linked to portfolio. The portfolio has not be created, it does have the basic foundation to add the project now. I used the languages HTML5, CSS, PHP, Framework[foundation] and Jekyll to create the blog. The site is published. + +--- +I finished my week long basic website project based on my current skills. I was able to create a responsive basic one page about me, linked to portfolio. The portfolio has not be created, it does have the basic foundation to add the project now. I used the languages HTML5, CSS, PHP, Framework[foundation] and Jekyll to create the blog. The site is published. From 978bab99743788cca68f9c864af19813fb24580f Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Tue, 25 Aug 2015 20:56:22 -0400 Subject: [PATCH 11/13] correcting posting errors --- .../{2015-08-25-website_progress => 2015-08-25-PortfolioUpdate} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _posts/{2015-08-25-website_progress => 2015-08-25-PortfolioUpdate} (100%) diff --git a/_posts/2015-08-25-website_progress b/_posts/2015-08-25-PortfolioUpdate similarity index 100% rename from _posts/2015-08-25-website_progress rename to _posts/2015-08-25-PortfolioUpdate From 079f8693944b101f9c241a54e783c906e8264877 Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Tue, 25 Aug 2015 20:59:19 -0400 Subject: [PATCH 12/13] correcting posting errors, missing .md extentsion --- ...{2015-08-25-website_progress => 2015-08-25-PortfolioUpdate.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _posts/{2015-08-25-website_progress => 2015-08-25-PortfolioUpdate.md} (100%) diff --git a/_posts/2015-08-25-website_progress b/_posts/2015-08-25-PortfolioUpdate.md similarity index 100% rename from _posts/2015-08-25-website_progress rename to _posts/2015-08-25-PortfolioUpdate.md From 8ef3027fe4774404871840428b396774076803a3 Mon Sep 17 00:00:00 2001 From: Errin Johnson Date: Tue, 25 Aug 2015 21:01:31 -0400 Subject: [PATCH 13/13] Rename 2015-08-25-PortfolioUpdate.md to 2015-08-25-PortfolioUpdate1.md --- ...{2015-08-25-PortfolioUpdate => 2015-08-25-PortfolioUpdate1.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _posts/{2015-08-25-PortfolioUpdate => 2015-08-25-PortfolioUpdate1.md} (100%) diff --git a/_posts/2015-08-25-PortfolioUpdate b/_posts/2015-08-25-PortfolioUpdate1.md similarity index 100% rename from _posts/2015-08-25-PortfolioUpdate rename to _posts/2015-08-25-PortfolioUpdate1.md