Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 7c794fe

Browse files
authored
Merge pull request #72 from barcelonapm/talk/pplu
Add pplu's talk on containers
2 parents 5490688 + 09c3a10 commit 7c794fe

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

2018/_src/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,12 @@ talks:
118118
icon: 'fa-refresh'
119119
duration: 50
120120
accepted: true
121+
- author: 'Jose Luis Martínez'
122+
name: 'Performance through lightweight'
123+
slug: 'performance-through-lightweight'
124+
description: >
125+
La tecnología de contenedores se está utilizando en mucho ámbitos.
126+
Esta charla está enfocada a exponer recetas y técnicas para hacer que tus contenedores sean más ligeros.
127+
icon: 'fa-car'
128+
duration: 20
129+
accepted: true
474 KB
Loading

2018/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,23 @@ <h4>Manuel Rivero</h4>
393393
</li>
394394

395395

396+
397+
398+
<li class="icon fa-car" id="/talks/performance-through-lightweight">
399+
400+
401+
<h3>Performance through lightweight</h3>
402+
<h4>Jose Luis Martínez</h4>
403+
404+
<p>
405+
La tecnología de contenedores se está utilizando en mucho ámbitos. Esta charla está enfocada a exponer recetas y técnicas para hacer que tus contenedores sean más ligeros.
406+
</p>
407+
408+
409+
410+
</li>
411+
412+
396413
</ul>
397414

398415
</div>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<html>
2+
<head>
3+
<title>Barcelona Perl & Friends 2018</title>
4+
<meta name="twitter:card" content="summary_large_image" />
5+
<meta name="twitter:title" content= "Jose Luis Martínez - Performance through lightweight"/>
6+
<meta property="og:site_name" content="Barcelona Perl & Friends 2018"/>
7+
<meta property="og:url" content="friends.barcelona.pm" />
8+
<meta property="og:description" content="La tecnología de contenedores se está utilizando en mucho ámbitos. Esta charla está enfocada a exponer recetas y técnicas para hacer que tus contenedores sean más ligeros.
9+
" />
10+
<meta property="og:image" content="http://friends.barcelona.pm/2018/images/talks/performance-through-lightweight.png" />
11+
</head>
12+
<body>
13+
<script>
14+
window.location.href = window.location.href.replace(/.html$/,"").replace(/\/talks\//,'#/talks/');
15+
</script>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)