Skip to content

Commit

Permalink
remove stock tabs and added aboutme
Browse files Browse the repository at this point in the history
  • Loading branch information
truncj committed Mar 6, 2020
1 parent a1372a9 commit c291c9f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 18 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ url: "https://sylhare.github.io"

# THEME-SPECIFIC CONFIGURATION
title: Devops & Tinkering # site's title
description: "A website with blog posts and pages" # used by search engines
description: "A devops and cloud native focused blog" # used by search engines
avatar: assets/img/triangle.png # Empty for no avatar in navbar
favicon: assets/favicon.ico # Icon displayed in the tab

# Header and footer text
header_text: Trunk Blog # Change Blog header text
header_feature_image: assets/img/git.jpg
footer_text: >
Powered by <a href="https://jekyllrb.com/">Jekyll</a> with <a href="https://github.com/sylhare/Type-on-Strap">Type on Strap</a>
Any questions? Send me a message over on LinkedIn
# Blog
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
Expand Down
4 changes: 2 additions & 2 deletions _data/social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dribbble:
facebook:
flickr:
gitlab:
github: "sylhare"
github: "truncj"
instagram:
keybase:
linkedin: # Full URL
linkedin: "https://www.linkedin.com/in/joetruncale/"
pinterest:
reddit:
soundcloud:
Expand Down
Binary file added assets/img/about/joe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/blog/cardinality/lucky_charms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 4 additions & 8 deletions pages/about.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
---
layout: page
title: About
title: About Me
permalink: /about/
feature-img: "assets/img/pexels/circuit.jpeg"
tags: [About, Archive]
tags: []
---

Type on Strap is based on Type Theme, a free and open-source theme for [Jekyll](http://jekyllrb.com/), licensed under the MIT License.

Head over to the [theme's documentation](https://github.io/sylhare/Type-on-Strap) for much more information about Type on Strap or to install this theme on your own Jekyll site.

This file is an example of a page in Jekyll, that automatically shows up in the header navigation, you can delete or modify this file freely.

<img align="left" src="/assets/img/about/joe.png" width="40%" title="joe">
<p>Senior Cloud Consultant with a passion for helping companies adopt cloud-native best practices. Spending my time architecting resilient, highly-available and scalable solutions utilizing a diverse technology stack. Believer that tough problems always benefit from collaboration. Interested in crafting creative solutions to seemingly uninteresting problems.</p>
4 changes: 2 additions & 2 deletions pages/gallery.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
<!-- ---
layout: page
title: Gallery
subtitle: From the pexels folder
Expand All @@ -11,4 +11,4 @@ This is a photo gallery made from the static files in the `assets/img/pexels` fo
I wanted to create automatically a simple gallery from a folder without having to create a markdown page as you would for the portfolio.
{% include gallery.html gallery_path=page.gallery_path %}
{% include gallery.html gallery_path=page.gallery_path %} -->
4 changes: 2 additions & 2 deletions pages/portfolio.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
<!-- ---
layout: page
title : Portfolio
permalink: /portfolio/
Expand All @@ -7,4 +7,4 @@ feature-img: "assets/img/pexels/computer.jpeg"
tags: [Archive]
---
{% include portfolio.html %}
{% include portfolio.html %} -->
4 changes: 2 additions & 2 deletions pages/tags.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
<!-- ---
layout: tags
title: Tags
permalink: /tags/
icon: "fa-tags"
---

-->

0 comments on commit c291c9f

Please sign in to comment.