Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ GEM
ethon (0.11.0)
ffi (>= 1.3.0)
eventmachine (1.2.5)
eventmachine (1.2.5-x64-mingw32)
execjs (2.7.0)
faraday (0.14.0)
multipart-post (>= 1.2, < 3)
ffi (1.9.23)
ffi (1.9.23-x64-mingw32)
forwardable-extended (2.6.0)
gemoji (3.0.0)
github-pages (180)
Expand Down Expand Up @@ -209,6 +211,8 @@ GEM
net-dns (0.8.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogiri (1.8.2-x64-mingw32)
mini_portile2 (~> 2.3.0)
octokit (4.8.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.1)
Expand Down Expand Up @@ -242,9 +246,10 @@ GEM

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
github-pages

BUNDLED WITH
2.1.4
2.2.14
7 changes: 7 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ collections:
projects:
output: true
permalink: /projects/:path/
podcasts:
output: true
permalink: /podcasts/:path/

defaults:
- scope:
Expand Down Expand Up @@ -103,3 +106,7 @@ defaults:
type: projects
values:
layout: projects
- scope:
type: podcasts
values:
layout: podcasts
73 changes: 38 additions & 35 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,42 +46,45 @@
</button>
</div>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<ul class="navigation clearfix">

<li class="{% if page.title == 'Home' %}current {% endif %}dropdown">
<a href="/">Home</a>
</li>
<li class="{% if page.title == 'Specifications' %}current {% endif %}dropdown">
<a href="/specifications/">Specs</a>
</li>
<li class="{% if page.title == 'Extensions' %}current {% endif %}dropdown">
<a href="/extensions/">Extensions</a>
</li>
<li class="{% if page.title == 'News' %}current {% endif %}dropdown">
<a href="/news/">News</a>
</li>
<li class="{% if page.title == 'Services' %}current {% endif %}dropdown">
<a href="/services/">Services</a>
</li>
<li class="{% if page.title == 'Tools' %}current {% endif %}dropdown">
<a href="/tools/">Tools</a>
</li>
<li class="{% if page.title == 'Sectors' %}current {% endif %}dropdown">
<a href="/sectors/">Sectors</a>
</li>
<li class="{% if page.title == 'Videos' %}current {% endif %}dropdown">
<a href="/videos/">Videos</a>
</li>
<li class="{% if page.title == 'Projects' %}current {% endif %}dropdown">
<a href="/projects/">Projects</a>
</li>
<li class="{% if page.title == 'People' %}current {% endif %}dropdown">
<a href="/people/">People</a>
</li>
<li class="{% if page.title == 'Blog' %}current {% endif %}dropdown">
<a href="/blog/">Blog</a>
</li>
</ul>
<li class="{% if page.title == 'Home' %}current {% endif %}dropdown">
<a href="/">Home</a>
</li>
<li class="{% if page.title == 'Specifications' %}current {% endif %}dropdown">
<a href="/specifications/">Specs</a>
</li>
<li class="{% if page.title == 'Extensions' %}current {% endif %}dropdown">
<a href="/extensions/">Extensions</a>
</li>
<li class="{% if page.title == 'News' %}current {% endif %}dropdown">
<a href="/news/">News</a>
</li>
<li class="{% if page.title == 'Services' %}current {% endif %}dropdown">
<a href="/services/">Services</a>
</li>
<li class="{% if page.title == 'Tools' %}current {% endif %}dropdown">
<a href="/tools/">Tools</a>
</li>
<li class="{% if page.title == 'Sectors' %}current {% endif %}dropdown">
<a href="/sectors/">Sectors</a>
</li>
<li class="{% if page.title == 'Videos' %}current {% endif %}dropdown">
<a href="/videos/">Videos</a>
</li>
<li class="{% if page.title == 'Podcasts' %}current {% endif %}dropdown">
<a href="/podcasts/">Podcasts</a>
</li>
<li class="{% if page.title == 'Projects' %}current {% endif %}dropdown">
<a href="/projects/">Projects</a>
</li>
<li class="{% if page.title == 'People' %}current {% endif %}dropdown">
<a href="/people/">People</a>
</li>
<li class="{% if page.title == 'Blog' %}current {% endif %}dropdown">
<a href="/blog/">Blog</a>
</li>
</ul>
</div>
</nav>
</div>
Expand Down
55 changes: 55 additions & 0 deletions _includes/podcasts/podcasts-tag-tabs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!--Category Tabs Box-->
<div class="category-tabs-box">
<!--Product Tabs-->
<div class="prod-tabs tabs-box">
<!--Tab Btns-->
<div class="tab-btns tab-buttons clearfix">
<div class="pull-left">
<div class="category">Podcasts</div>
</div>
<div class="pull-right">
<div></div>
</div>
</div>
<!--Tabs Container-->
<div class="tabs-content">

<!--Tab / Active Tab-->
<div class="tab active-tab" id="prod-alls">
<div class="content">
<div class="row clearfix">

{% assign podcasts = site.podcasts %}
{% assign podcasts = podcasts | sort: 'x-rank' | reverse %}
{% for entry in podcasts limit:6 %}

{% assign website_url = '' %}
{% for common in entry.x-common %}
{% if common.type == 'x-website' %}
{% assign website_url = common.url %}
{% endif %}
{% endfor %}

<div class="news-block-two col-lg-6 col-md-6 col-sm-12">
<div class="inner-box">
<div class="image" style="border: 8px solid #ccc; width: 100%; height: 200px;">{{ entry.embed }}</div>
<div class="lower-box">
<h3><a href="{{ entry.url }}">{{ entry.name }}</a></h3>
<ul class="post-meta">
<li><span class="icon fa fa-clock-o"></span>{{ entry.date | date: "%b %d, %y" }}</li>
</ul>
<div class="text">{{ entry.description | truncate: 395 | strip_html }}</div>
<strong>Podcast:</strong> <a href="{{ website_url }}" target="_blank">{{ website_url }}</a>
</div>
</div>
</div>
{% endfor %}

</div>
</div>
</div>

</div>
</div>
</div>
<!--End Category Info Tabs-->
14 changes: 14 additions & 0 deletions _includes/podcasts/podcasts-tag-widget.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--Tag Widget-->
<div class="sidebar-widget categories-widget">
<div class="sidebar-title">
<h2>Tags</h2>
</div>
<ul class="cat-list">
{% assign tags = site.tags %}
{% assign tags = tags | sort: 'name' %}
{% for tag in tags limit: 25 %}
<li class="clearfix"><a href="/tags/{{ tag.name | replace: " ", "-" | downcase }}/#podcasts">{{ tag.name }}</a></li>
{% endfor %}
</ul>
</div>
<!--End Tag Widget-->
38 changes: 38 additions & 0 deletions _includes/podcasts/podcasts-widget.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!--Podcasts Widget-->
<div class="sidebar-widget posts-widget">
<!--Product widget Tabs-->
<div class="product-widget-tabs">
<!--Product Tabs-->
<div class="prod-tabs tabs-box">
<!--Tab Btns-->
<ul class="tab-btns tab-buttons clearfix">
<li data-tab="#prod-popular" class="tab-btn active-btn">Popular</li>
<li data-tab="#prod-recent" class="tab-btn">Recent</li>
</ul>
<!--Tabs Container-->
<div class="tabs-content">
<!--Tab / Active Tab-->
<div class="tab active-tab" id="prod-popular">
<div class="content">

{% assign podcasts = site.podcasts %}
{% assign podcasts = podcasts | sort: 'x-rank' | reverse %}
{% for entry in podcasts limit:6 %}

<article class="widget-post">
<div class="text"><a href="{{ entry.url }}">{{ entry.name }}</a></div>
<div class="post-info">{{ entry.date | date: "%b %d, %y" }}</div>
</article>

{% endfor %}

</div>
</div>
<!--Tab-->

</div>
</div>
</div>
<!--End Product Info Tabs-->
</div>
<!--End Post Widget-->
18 changes: 18 additions & 0 deletions _podcasts/apis-over-ipas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: post
name: APIs over IPAs
description: <p><span>A podcast Moesif on all things API. Nothing better than a good API discussion over a cool IPA!</span></p>
image: /images/podcasts/apis-over-ipas.png
tags:
- Podcasts
- OpenAPI
- Design
created: "2021-03-16"
modified: "2021-03-16"
url: https://www.moesif.com/blog/categories/podcasts/
specificationVersion: "0.14"
apis: []
x-common:
- type: x-website
url: https://www.moesif.com/blog/categories/podcasts/
...
19 changes: 19 additions & 0 deletions _podcasts/apis-unplugged.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: post
name: APIs Unplugged
description: <p><span>A podcast full of actionable insights for the API economy. Hosts Mike Amundsen and Matt McLarty
welcome guests to discuss digital business strategy, integration architecture, and the latest technology trends.</span></p>
image: /images/podcasts/apis-unplugged.png
tags:
- Podcast
- architecture
- strategy
created: "2021-03-16"
modified: "2021-03-16"
url: https://blogs.mulesoft.com/web-series/apis-unplugged/
specificationVersion: "0.14"
apis: []
x-common:
- type: x-website
url: https://blogs.mulesoft.com/web-series/apis-unplugged/
...
18 changes: 18 additions & 0 deletions _podcasts/apis-you-wont-hate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: post
name: APIs You Won't Hate
description: <p><span>A podcast wherein Phil Sturgeon, Mike Bifulco, and Matt Trask talk about news in the world of building and designing APIs, bikes, and climate awareness.</span></p>
image: /images/podcasts/apis-you-wont-hate.png
tags:
- Podcasts
- OpenAPI
- Design
created: "2021-03-16"
modified: "2021-03-16"
url: https://apisyouwonthate.com/podcast/
specificationVersion: "0.14"
apis: []
x-common:
- type: x-website
url: https://apisyouwonthate.com/podcast/
...
Original file line number Diff line number Diff line change
Expand Up @@ -93,42 +93,45 @@
</button>
</div>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">

<li class="dropdown">
<a href="/">Home</a>
</li>
<li class="dropdown">
<a href="/specifications/">Specs</a>
</li>
<li class="dropdown">
<a href="/extensions/">Extensions</a>
</li>
<li class="dropdown">
<a href="/news/">News</a>
</li>
<li class="dropdown">
<a href="/services/">Services</a>
</li>
<li class="dropdown">
<a href="/tools/">Tools</a>
</li>
<li class="dropdown">
<a href="/sectors/">Sectors</a>
</li>
<li class="dropdown">
<a href="/videos/">Videos</a>
</li>
<li class="dropdown">
<a href="/projects/">Projects</a>
</li>
<li class="dropdown">
<a href="/people/">People</a>
</li>
<li class="dropdown">
<a href="/blog/">Blog</a>
</li>
</ul>
<ul class="navigation clearfix">

<li class="dropdown">
<a href="/">Home</a>
</li>
<li class="dropdown">
<a href="/specifications/">Specs</a>
</li>
<li class="dropdown">
<a href="/extensions/">Extensions</a>
</li>
<li class="dropdown">
<a href="/news/">News</a>
</li>
<li class="dropdown">
<a href="/services/">Services</a>
</li>
<li class="dropdown">
<a href="/tools/">Tools</a>
</li>
<li class="dropdown">
<a href="/sectors/">Sectors</a>
</li>
<li class="dropdown">
<a href="/videos/">Videos</a>
</li>
<li class="dropdown">
<a href="/podcasts/">Podcasts</a>
</li>
<li class="dropdown">
<a href="/projects/">Projects</a>
</li>
<li class="dropdown">
<a href="/people/">People</a>
</li>
<li class="dropdown">
<a href="/blog/">Blog</a>
</li>
</ul>
</div>
</nav>
</div>
Expand Down
Loading