mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-06 17:06:37 +00:00
Templatize title
This commit is contained in:
@@ -8,6 +8,7 @@ exclude:
|
||||
- elk-manual
|
||||
- prom-manual
|
||||
|
||||
title: "Swarm: from Zero to Hero (DC17EU)"
|
||||
chapters:
|
||||
- |
|
||||
class: title
|
||||
|
||||
@@ -4,13 +4,15 @@ exclude:
|
||||
|
||||
chat: "[Gitter](https://gitter.im/jpetazzo/workshop-20171026-prague)"
|
||||
|
||||
title: "Deploying and Scaling Microservices with Docker and Kubernetes"
|
||||
|
||||
chapters:
|
||||
- |
|
||||
class: title
|
||||
|
||||
.small[
|
||||
|
||||
Deploying and scaling microservices <br/> with Docker and Kubernetes
|
||||
Deploying and Scaling Microservices <br/> with Docker and Kubernetes
|
||||
|
||||
.small[.small[
|
||||
|
||||
|
||||
@@ -78,6 +78,7 @@ def generatefromyaml(manifest):
|
||||
html = html.replace("@@MARKDOWN@@", markdown)
|
||||
html = html.replace("@@EXCLUDE@@", exclude)
|
||||
html = html.replace("@@CHAT@@", manifest["chat"])
|
||||
html = html.replace("@@TITLE@@", manifest["title"])
|
||||
return html
|
||||
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ exclude:
|
||||
|
||||
chat: FIXME
|
||||
|
||||
title: Docker Orchestration Workshop
|
||||
|
||||
chapters:
|
||||
- |
|
||||
class: title
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Docker Orchestration Workshop</title>
|
||||
<title>@@TITLE@@</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" href="workshop.css">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user