Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3af36f7
Update site config
errinjohnson Aug 21, 2015
f3b0aaf
added base url
errinjohnson Aug 21, 2015
419f926
Merge pull request #1 from errinjohnson/master
errinjohnson Aug 21, 2015
df6eae6
changing readme file
errinjohnson Aug 21, 2015
1b86ad1
created blog with jekyll and hosted on github gh-pages
errinjohnson Aug 21, 2015
7b6bf00
Merge pull request #2 from errinjohnson/gh-pages
errinjohnson Aug 21, 2015
1da0f25
Merge pull request #3 from errinjohnson/master
errinjohnson Aug 21, 2015
c2e4944
Update and rename 2015-05-15-first-post.md to 2015-05-22-first-post.md
errinjohnson Aug 22, 2015
22b71c8
Update 2015-05-22-first-post.md
errinjohnson Aug 22, 2015
1aee7b8
Update 2015-05-22-first-post.md
errinjohnson Aug 22, 2015
5e837ae
Update and rename 2015-05-22-first-post.md to 2015-08-23-updateWebsit…
errinjohnson Aug 24, 2015
4e0bac2
use github central #45965129755426
errinjohnson Aug 25, 2015
f483564
Merge pull request #4 from errinjohnson/gh-pages
errinjohnson Aug 25, 2015
bdb7865
Merge pull request #5 from errinjohnson/master
errinjohnson Aug 25, 2015
9f6d183
Merge pull request #6 from errinjohnson/gh-pages
errinjohnson Aug 25, 2015
4169cba
typos corrections
errinjohnson Aug 25, 2015
3e74e44
Merge pull request #7 from errinjohnson/master
errinjohnson Aug 25, 2015
978bab9
correcting posting errors
errinjohnson Aug 26, 2015
079f869
correcting posting errors, missing .md extentsion
errinjohnson Aug 26, 2015
82f6d8c
Merge pull request #8 from errinjohnson/gh-pages
errinjohnson Aug 26, 2015
8ef3027
Rename 2015-08-25-PortfolioUpdate.md to 2015-08-25-PortfolioUpdate1.md
errinjohnson Aug 26, 2015
eed6605
Merge pull request #9 from errinjohnson/master
errinjohnson Aug 26, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 8 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
-
Expand Down
13 changes: 0 additions & 13 deletions _posts/2015-05-15-first-post.md

This file was deleted.

5 changes: 5 additions & 0 deletions _posts/2015-08-23-updateWebsite.md
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 12 additions & 0 deletions _posts/2015-08-25-PortfolioUpdate.md
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 12 additions & 0 deletions _posts/2015-08-25-PortfolioUpdate1.md
Original file line number Diff line number Diff line change
@@ -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.