Add pandoc metadata frontmatter with title
This commit is contained in:
parent
b7ba1b1997
commit
40a96a81a7
2 changed files with 7 additions and 3 deletions
6
posts/html/scripts-em-ocaml.md.html
generated
6
posts/html/scripts-em-ocaml.md.html
generated
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="generator" content="pandoc" />
|
<meta name="generator" content="pandoc" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
<title>basename</title>
|
<title>Scripts em OCaml</title>
|
||||||
<style>
|
<style>
|
||||||
code{white-space: pre-wrap;}
|
code{white-space: pre-wrap;}
|
||||||
span.smallcaps{font-variant: small-caps;}
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
|
@ -79,7 +79,9 @@
|
||||||
<link rel="stylesheet" href="../../assets/style.css" />
|
<link rel="stylesheet" href="../../assets/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="scripts-em-ocaml">Scripts em OCaml</h1>
|
<header id="title-block-header">
|
||||||
|
<h1 class="title">Scripts em OCaml</h1>
|
||||||
|
</header>
|
||||||
<p>Este blog gera suas postagens com o Pandoc, mas quem faz o trabalho
|
<p>Este blog gera suas postagens com o Pandoc, mas quem faz o trabalho
|
||||||
lógico de identificar os arquivos e montar os comandos é um pequeno
|
lógico de identificar os arquivos e montar os comandos é um pequeno
|
||||||
script em OCaml.</p>
|
script em OCaml.</p>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
# Scripts em OCaml
|
---
|
||||||
|
title: Scripts em OCaml
|
||||||
|
---
|
||||||
|
|
||||||
Este blog gera suas postagens com o Pandoc, mas quem faz o trabalho lógico de identificar os arquivos e montar os comandos é um pequeno script em OCaml.
|
Este blog gera suas postagens com o Pandoc, mas quem faz o trabalho lógico de identificar os arquivos e montar os comandos é um pequeno script em OCaml.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue