Skip to content

Commit

Permalink
Add articles section to SE portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsbruce committed Dec 12, 2024
1 parent 01a7075 commit 1236dbc
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 12 deletions.
15 changes: 15 additions & 0 deletions _pages/sales-engineering.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ tabs:
button: "Testimonials"
- id: summary
button: "Values"
- id: articles
button: "Thoughts"
---

<div class="summary-sections">
Expand Down Expand Up @@ -104,6 +106,19 @@ I now know that my balance of successful and happy lives in sales engineering.

</div>

<div id="articles" class="tabcontent">

{% assign posts = site.tags['sales engineering'] %}
<ul>
{% for post in posts %}
{% if post.url %}
<li>{{post.date | date: "%Y"}}: <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endif %}
{% endfor %}
</ul>

</div>

</div>

<style type="text/css">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
status: publish
categories:
- evangelism
tags: []
tags:
- sales engineering
meta:
_edit_last: '1'
_thumbnail_id: '745'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
- automation
- DevOps
- performance
tags: []
tags:
- sales engineering
meta:
_edit_last: '1'
_thumbnail_id: '759'
Expand Down
3 changes: 2 additions & 1 deletion _posts/2018/2018-12-22-value-chain-in-devops.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
status: publish
categories:
- DevOps
tags: []
tags:
- sales engineering
meta:
_thumbnail_id: '1184'
author:
Expand Down
3 changes: 2 additions & 1 deletion _posts/2019/2019-05-17-three-sixty-five.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
categories:
- advocacy
- teams
tags: []
tags:
- sales engineering
meta:
_wp_old_date: '2019-05-19'
_thumbnail_id: '1218'
Expand Down
3 changes: 2 additions & 1 deletion _posts/2019/2019-06-01-performance-engineer-vs-tester.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
- performance
- teams
- testing
tags: []
tags:
- sales engineering
meta:
_thumbnail_id: '1229'
author:
Expand Down
3 changes: 2 additions & 1 deletion _posts/2019/2019-09-15-this-is-why-devops.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
- advocacy
- DevOps
- quality
tags: []
tags:
- sales engineering
meta:
_thumbnail_id: '1254'
author:
Expand Down
3 changes: 2 additions & 1 deletion _posts/2019/2019-10-23-crossing-cross-functional-chasms.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
categories:
- DevOps
- teams
tags: []
tags:
- sales engineering
meta:
_thumbnail_id: '1270'
author:
Expand Down
3 changes: 2 additions & 1 deletion _posts/2019/2019-10-27-afterthoughts-on-hive-minding.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
- social
- teams
- Zen-in
tags: []
tags:
- sales engineering
meta:
_thumbnail_id: '1285'
author:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
- open source
- software
- teams
tags: []
tags:
- sales engineering
meta:
_wp_old_date: '2019-12-27'
_thumbnail_id: '1330'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ categories:
- engineering
- continuous
- DevOps
tags: []
tags:
- sales engineering
author:
login: pbruce
display_name: Paul Bruce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ categories:
- LLM
- RAG
- cloud
tags: []
tags:
- sales engineering
author:
login: pbruce
display_name: Paul Bruce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ categories:
- sales engineering
- demonstrations
- career
tags: []
tags:
- sales engineering
author:
login: pbruce
display_name: Paul Bruce
Expand Down

0 comments on commit 1236dbc

Please sign in to comment.