Skip to content

Commit 7129412

Browse files
committed
refactor case-study/ies to industry/ies
1 parent 78a3ec9 commit 7129412

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+50
-89
lines changed

_config.yml

+7-55
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ excerpt_separator: <!--more-->
4040

4141
# Search exclude
4242
exclude_urls:
43-
- /blog/casestudies/index.html
43+
- /blog/industries/index.html
4444
- /blog/feature/index.html
4545
- /blog/hardware/index.html
4646
- /blog/job/index.html
4747
- /blog/news/index.html
4848
- /blog/nuvla-marketplace/index.html
4949
- /blog/partner/index.html
50-
- /blog/tag/casestudies/index.html
50+
- /blog/tag/industries/index.html
5151
- /404.html
5252

5353

@@ -64,11 +64,11 @@ collections:
6464
output: false
6565
platform:
6666
output: false
67-
casestudies:
67+
industries:
6868
output: true
69-
casestudies-benefits:
69+
industries-benefits:
7070
output: false
71-
casestudies-tackle:
71+
industries-tackle:
7272
output: false
7373
jobs:
7474
output: true
@@ -148,10 +148,10 @@ defaults:
148148
-
149149
scope:
150150
path: ""
151-
type: casestudies
151+
type: industries
152152
values:
153153
product-name: Industry
154-
category: casestudy
154+
category: industry
155155
breadcrumbs:
156156
- name: Home
157157
target: /
@@ -232,54 +232,6 @@ defaults:
232232
values:
233233
category: Nuvla-marketplace
234234
permalink: /marketplace#app-vendors
235-
# -
236-
# scope:
237-
# path: "*/manufacturing"
238-
# type: casestudies-benefits
239-
# values:
240-
# permalink: /case-studies/manufacturing
241-
# -
242-
# scope:
243-
# path: "*/retail"
244-
# type: casestudies-benefits
245-
# values:
246-
# permalink: /case-studies/retail
247-
# -
248-
# scope:
249-
# path: "*/transport"
250-
# type: casestudies-benefits
251-
# values:
252-
# permalink: /case-studies/transport
253-
# -
254-
# scope:
255-
# path: "*/logistics"
256-
# type: casestudies-benefits
257-
# values:
258-
# permalink: /case-studies/logistics
259-
# -
260-
# scope:
261-
# path: "*/manufacturing"
262-
# type: casestudies-tackle
263-
# values:
264-
# permalink: /case-studies/manufacturing
265-
# -
266-
# scope:
267-
# path: "*/retail"
268-
# type: casestudies-tackle
269-
# values:
270-
# permalink: /case-studies/retail
271-
# -
272-
# scope:
273-
# path: "*/transport"
274-
# type: casestudies-tackle
275-
# values:
276-
# permalink: /case-studies/transport
277-
# -
278-
# scope:
279-
# path: "*/logistics"
280-
# type: casestudies-tackle
281-
# values:
282-
# permalink: /case-studies/logistics
283235

284236

285237
# Build settings

_includes/casestudy-card.html

-11
This file was deleted.

_includes/industry-card.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<div class="col-lg-4">
2+
<div class="shadow">
3+
<div class="activities-image-wrapper">
4+
<img src="/assets/img/industry/{{ industry.image }}">
5+
</div>
6+
<h3 class="text-primary">{{ industry.product-title }}</h3>
7+
<p class="text-dark text-big">{{ industry.product-description }}<br></p>
8+
<p>{{ industry.product-summary }}</p>
9+
<a class="btn btn-light" role="button" href="{{ industry.url }}">Learn more</a>
10+
</div>
11+
</div>

_casestudies/logistics.md _industries/logistics.md

+4-2

_casestudies/manufacturing.md _industries/manufacturing.md

+4-2

_casestudies/retail.md _industries/retail.md

+4-2

_casestudies/transport.md _industries/transport.md

+4-2

_layouts/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2 class="text-light"><strong>Where we come from</strong></h2>
3131
<div class="col-lg-7 primary-box-text">
3232
<p class="text-light">The&nbsp;<a href="/nuvlaedge">NuvlaEdge</a>&nbsp;software turns any x86 or ARM hardware platform into a smart edge device. Think of NuvlaEdge as the Linux or Windows of edge devices (in fact, it is based on Linux). Nuvla.io also provides a private app store, with the same convenience as the Apple App Store, but for deploying apps at the edge and in the cloud. As long as your app is containerised, you can deploy it with Nuvla in a click! It’s that easy to use!<br></p>
3333
<p class="text-light">We believe Nuvla.io will accelerate AI deployment at the edge and take away management complexity, while giving you full control over your data.<br></p>
34-
<p class="text-light">Our customers use it to deploy&nbsp;<a href="/case-studies/transport">transport</a>,&nbsp;<a href="case-studies/retail">retail</a>,&nbsp;<a href="case-studies/manufacturing">manufacturing</a>&nbsp;applications, and more applications. What will you do with it?&nbsp;<a href="/contact#breadcrumbs">Let us know</a>.<br></p>
34+
<p class="text-light">Our customers use it to deploy&nbsp;<a href="/industries/logistics">logistics &amp; shipping</a>,&nbsp;<a href="/industries/transport">transport</a>,&nbsp;<a href="/industries/retail">retail</a>,&nbsp;<a href="industries/manufacturing">manufacturing</a>&nbsp;applications, and more. What will you do with it?&nbsp;<a href="/contact#breadcrumbs">Let us know</a>.<br></p>
3535
<p class="text-light">Creating complex and sophisticated software and services like NuvlaEdge and Nuvla.io is not trivial. We pour all our passion and energy into writing the best software possible. We hope you’ll have as much fun using our products and services as we have creating them. If you do, please tell us, and if ever we’re not meeting your expectations, we’d really appreciate you sharing your thoughts.<br></p>
3636
</div>
3737
</div>

_layouts/case-studies.html _layouts/industries.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
</div>
1111
<div class="container-fluid">
1212
<div class="container section text-center">
13-
<div id="case-studies" class="anchor-position"></div>
13+
<div id="industries" class="anchor-position"></div>
1414
<h2><strong>SixSq in action, delivering positive outcomes at scale.</strong><br></h2>
1515
<div class="row row-col-feature row-col-activities">
16-
{% for casestudy in site.casestudies %}
17-
{% include casestudy-card.html %}
16+
{% for industry in site.industries %}
17+
{% include industry-card.html %}
1818
{% endfor %}
1919
</div>
2020
</div>

_layouts/logistics.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2 class="text-light"><strong>The power of edge for logistics &amp; shipping </
3434
<div id="features" class="anchor-position"></div>
3535
<h2>Addressing the challenges of Logistics &amp; Shipping<br></h2>
3636
<div class="row row-col-feature">
37-
{% for post in site.casestudies-benefits %}
37+
{% for post in site.industries-benefits %}
3838
{% if post.category == 'logistics' %}
3939
{% include feature.html %}
4040
{% endif %}
@@ -48,7 +48,7 @@ <h2>Addressing the challenges of Logistics &amp; Shipping<br></h2>
4848
<div id="features" class="anchor-position"></div>
4949
<h2>Nuvla.io in Logistics &amp; Shipping<br></h2>
5050
<div class="row row-col-feature">
51-
{% for post in site.casestudies-tackle %}
51+
{% for post in site.industries-tackle %}
5252
{% if post.category == 'logistics' %}
5353
{% include feature-color.html %}
5454
{% endif %}
@@ -95,7 +95,7 @@ <h2 class="text-center text-light">Nuvla.io Marketplace<br></h2>
9595

9696
<div class="container section section-limited-width">
9797
<div class="row">
98-
<div class="col-lg-10 offset-lg-1"><img src="/assets/img/casestudy/logistics-diagram.png"></div>
98+
<div class="col-lg-10 offset-lg-1"><img src="/assets/img/industry/logistics-diagram.png"></div>
9999
</div>
100100
</div>
101101

_layouts/manufacturing.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2 class="text-light">Discover how Nuvla.io enables manufacturing at the edge a
3333
<div id="features" class="anchor-position"></div>
3434
<h2>Benefits of edge computing in manufacturing<br></h2>
3535
<div class="row row-col-feature">
36-
{% for post in site.casestudies-benefits %}
36+
{% for post in site.industries-benefits %}
3737
{% if post.category == 'manufacturing' %}
3838
{% include feature.html %}
3939
{% endif %}

_layouts/retail.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 class="text-light">Discover how Nuvla enables retail, at the edge as a servi
3232
<div id="features" class="anchor-position"></div>
3333
<h2>Benefits of edge computing in retail<br></h2>
3434
<div class="row row-col-feature">
35-
{% for post in site.casestudies-benefits %}
35+
{% for post in site.industries-benefits %}
3636
{% if post.category == 'retail' %}
3737
{% include feature.html %}
3838
{% endif %}

_layouts/transport.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ <h2 class="text-light">Discover how Nuvla enables transport at the edge as a ser
2626
</div>
2727
<div class="container section section-limited-width">
2828
<div class="row">
29-
<div class="col-lg-10 offset-lg-1"><img src="/assets/img/casestudy/transport-diagram.png"></div>
29+
<div class="col-lg-10 offset-lg-1"><img src="/assets/img/industry/transport-diagram.png"></div>
3030
</div>
3131
</div>
3232
<div class="container-fluid bg-gray">
3333
<div class="container section text-center">
3434
<div id="features" class="anchor-position"></div>
3535
<h2>Benefits of edge computing in transport<br></h2>
3636
<div class="row row-col-feature">
37-
{% for post in site.casestudies-benefits %}
37+
{% for post in site.industries-benefits %}
3838
{% if post.category == 'transport' %}
3939
{% include feature.html %}
4040
{% endif %}
File renamed without changes.

blog/discover/_posts/2022-05-03-4-ways-to-know-if-you-need-edge-computing.md

+1-1

blog/discover/_posts/2023-07-19-edge-computing-and-sustainable-development-goals.md

+1-1

industries.md

+2-1

news/_posts/2019-09-24-news-monthey.md

+1-1

0 commit comments

Comments
 (0)