Add quotes in markdown title to prevent parsing error

master
nschoe 9 years ago
parent e49b5ee2c0
commit 04841cd4c9

@ -1,5 +1,5 @@
---
title: Let's Have Fun With WebRTC! - Part 1
title: "Let's Have Fun With WebRTC! - Part 1"
description: WebRTC is a new technology that allows peer-to-peer media communication. It is fast (it relies on UDP), it is secure (all payload is encrypted -mandatory), and the best, simplest APIs have been implemented in web browsers, so all of this is available right now, without the need of any external softwares or plugins! In this series of articles, we will build some cool applications together to demonstrate the power of WebRTC!
toc: yes
tags: webrtc,web

@ -1,5 +1,5 @@
---
title: Overview of Common A.I. Algorithms and Their Application To the N-Queens Problem - Part I
title: "Overview of Common A.I. Algorithms and Their Application To the N-Queens Problem - Part I"
description: In this article, we will see four general-purpose A.I. algorithms (W, X, Y and Z). We will understand how they work in the background, what they are usually used for and how we can implement them to solve the problem of the N-Queens.
toc: yes
tags: ai,algorithms,haskell

@ -1,5 +1,5 @@
---
title: Docker: Taming the Beast - Part I
title: "Docker: Taming the Beast - Part I"
description: Docker is the new hype these days. Claiming to replace virtual machines, it promises faster delivery times, better software separations, reproducible development -and production- environments. This first post aims at presenting Docker, the concepts of containers, the differences between Docker and virtual machines, and lay the basics for the following posts.
toc: yes
tags: docker,container,continuous-integration,continuous-delivery

@ -1,5 +1,5 @@
---
title: Docker: Taming the Beast - Part II
title: "Docker: Taming the Beast - Part II"
description: In this second article, it's about time we began playing with docker commands. We will begin by seeing how to install docker, and then we will cover the fundamentals. This is very important because everything else will rely on the good understanding of Docker fundamentals / terminology.
toc: yes
tags: docker,container,continuous-integration,continuous-delivery

@ -1,5 +1,5 @@
---
title: Docker: Taming the Beast - Part III: Building Images
title: "Docker: Taming the Beast - Part III: Building Images"
description: In part III, we will explore as much as we can of the BUILD time, that is, how to write correct Dockerfiles, how to build images, what happens when images are built, the good practices, the traps to avoid, etc.
toc: yes
tags: docker,container,continuous-integration,continuous-delivery

Loading…
Cancel
Save