Skip to content

Commit

Permalink
Small style updates and adding descriptions back in for posts
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Feb 27, 2023
1 parent 0b151ef commit c8d6841
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 23 deletions.
5 changes: 1 addition & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@
title: Brian Clifton
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://clifton.io" # the base hostname & protocol for your site, e.g. http://example.com

# generate social links in footer
twitter_username: _brianclifton
Expand Down
5 changes: 3 additions & 2 deletions _posts/2015-05-18-ocd-and-anxiety-a-closer-look.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: "OCD and anxiety: a closer look"
date: 2015-05-18 21:42:00 -0700
title: "OCD and anxiety: a closer look"
description: "I live with Obsessive-compulsive disorder. I have it mostly under control, but sometimes there are bad days. This post elaborates on some of my challenges."
date: 2015-05-18 21:42:00 -0700
categories: ocd
---

Expand Down
5 changes: 3 additions & 2 deletions _posts/2015-10-22-lessons-ive-learned.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: "Lessons I’ve learned in the last 12 years"
date: 2015-10-22 06:57:00 -0700
title: "Lessons I’ve learned in the last 12 years"
description: "Life changing lessons I've learned in my career as a software engineer. TL;DR: there's always room for improvement :)"
date: 2015-10-22 06:57:00 -0700
categories: career related
---

Expand Down
5 changes: 3 additions & 2 deletions _posts/2016-04-09-sharing-my-love-for-programming.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: "Sharing my love for programming with kids"
date: 2016-04-09 09:14:00 -0700
title: "Sharing my love for programming with kids"
description: "Pictures and info about a talk that Matt Smith and I did. We talked about programming with two classes at Madison #1 Middle School in Phoenix, AZ."
date: 2016-04-09 09:14:00 -0700
categories: giving back
---

Expand Down
5 changes: 3 additions & 2 deletions _posts/2016-04-15-an-introduction-to-hosting.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: "An introduction to hosting"
date: 2016-04-15 09:00:00 -0700
title: "An introduction to hosting"
description: "What is hosting? This post answers that question by sharing examples and also explaining how your web browser communicates with hosting accounts."
date: 2016-04-15 09:00:00 -0700
categories: hosting
---

Expand Down
5 changes: 3 additions & 2 deletions _posts/2016-08-07-leaving-godaddy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: "Why I left a job I loved"
date: 2016-08-07 13:06:00 -0700
title: "Why I left a job I loved"
description: "After 8 great years at GoDaddy and still loving my job, I left to join a small San Francisco startup, Brave Software. Why? Read and find out :)"
date: 2016-08-07 13:06:00 -0700
categories: career related
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post
title: "Why I'm not interested in self-driving cars"
description: "I can definitely appreciate why folks want to solve the self-driving cars problem. But I personally believe that it's an overly complex problem which is not worth solving."
date: 2018-02-07 23:28:00 -0700
categories: thoughts
---
Expand Down
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: About me
description: Some info about myself and my career.
nav_title: About
url: /about/
permalink: /about/
Expand All @@ -16,7 +17,6 @@ It's been amazing seeing our company and product grow!
<image src="/assets/about-brave-brendan.jpg" height="200px" />
<image src="/assets/about-brave-chrome-cake.jpg" height="200px" />
<image src="/assets/about-brave-cake-cut.jpg" height="200px" />

</div>

-----
Expand Down
10 changes: 9 additions & 1 deletion assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ body {

li {
display: inline-block;
padding-right: 40px;
}
li + li {
padding-top: 0;
Expand All @@ -75,6 +74,15 @@ body {

.svg-icon {
fill: #337ab7;
transform: scale(2.5);
margin-left: 25px;
margin-right: 25px;
}
.svg-icon:hover {
fill: #23527c;
}
.username {
display: none;
}
}

Expand Down
6 changes: 2 additions & 4 deletions blog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: home
title: Blog
title: Blog - Thoughts, stories and ideas.
description: Blog index. You'll find all entries here (newer entries on top).
nav_title: Blog
url: /blog/
permalink: /blog/
Expand Down
4 changes: 1 addition & 3 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: default-landing
description: Brian Clifton is an American computer programmer and businessman living in Chandler, Arizona.
---

<div class="landing-portrait-jumbo">
Expand Down
1 change: 1 addition & 0 deletions learn.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Learn programming
description: Learn about programming! This post has a lot of great info to help get you started.
nav_title: Learn
url: /learn/
permalink: /learn/
Expand Down

0 comments on commit c8d6841

Please sign in to comment.