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. diff --git a/_config.yml b/_config.yml index 7e79316..dd68b83 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,11 @@ # Site settings -title: My Blog -email: coolwebconfs@gmail.com -description: My simple blog. -baseurl: "" +title: Blog +email: errin.johnson@gmail.com +description: Progress on a simple and basic website. +baseurl: "/blog" 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 - diff --git a/_posts/2015-05-15-first-post.md b/_posts/2015-05-15-first-post.md deleted file mode 100644 index 3169ea3..0000000 --- a/_posts/2015-05-15-first-post.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "My First Post" -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. - -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! diff --git a/_posts/2015-08-23-updateWebsite.md b/_posts/2015-08-23-updateWebsite.md new file mode 100644 index 0000000..ae6c6e6 --- /dev/null +++ b/_posts/2015-08-23-updateWebsite.md @@ -0,0 +1,5 @@ +--- +title: "Website Update" + +--- +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. diff --git a/_posts/2015-08-25-PortfolioUpdate.md b/_posts/2015-08-25-PortfolioUpdate.md new file mode 100644 index 0000000..b2d13cb --- /dev/null +++ b/_posts/2015-08-25-PortfolioUpdate.md @@ -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. diff --git a/_posts/2015-08-25-PortfolioUpdate1.md b/_posts/2015-08-25-PortfolioUpdate1.md new file mode 100644 index 0000000..b2d13cb --- /dev/null +++ b/_posts/2015-08-25-PortfolioUpdate1.md @@ -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.