This commit is contained in:
@@ -14,7 +14,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
#- pandoc --standalone --output=index.html --metadata title="SMT Readme" -t html5 README.md
|
#- pandoc --standalone --output=index.html --metadata title="SMT Readme" -t html5 README.md
|
||||||
# From https://gitlab.com/vimalkvn/pandoc-mvp-css
|
# From https://gitlab.com/vimalkvn/pandoc-mvp-css
|
||||||
- pandoc -s README.md --toc --toc-depth=2 -c www/mvp.css --template template.html -o ./www/index.html --metadata title="SMT Readme"
|
- pandoc -s README.md --embed-resources -c www/mvp.css --template template.html -o ./www/index.html --metadata title="SMT Readme"
|
||||||
- cp ./www/index.html /shared/index.html
|
- cp ./www/index.html /shared/index.html
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
|
@@ -48,6 +48,7 @@ $include-before$
|
|||||||
$endfor$
|
$endfor$
|
||||||
$if(title)$
|
$if(title)$
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
|
<!--
|
||||||
<nav id="$idprefix$TOC">
|
<nav id="$idprefix$TOC">
|
||||||
<a href="/"><img alt="Logo" src="$logo$" height="70"></a>
|
<a href="/"><img alt="Logo" src="$logo$" height="70"></a>
|
||||||
$if(toc)$
|
$if(toc)$
|
||||||
@@ -58,6 +59,7 @@ $if(title)$
|
|||||||
</ul>
|
</ul>
|
||||||
$endif$
|
$endif$
|
||||||
</nav>
|
</nav>
|
||||||
|
-->
|
||||||
<h1 class="title">$title$</h1>
|
<h1 class="title">$title$</h1>
|
||||||
$if(subtitle)$
|
$if(subtitle)$
|
||||||
<p class="subtitle">$subtitle$</p>
|
<p class="subtitle">$subtitle$</p>
|
||||||
|
Reference in New Issue
Block a user