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 --embed-resources -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
|
||||||
- cp ./www/index.html /shared/index.html
|
- cp ./www/index.html /shared/index.html
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
|
@@ -23,9 +23,6 @@ $for(css)$
|
|||||||
<link rel="stylesheet" href="$css$" />
|
<link rel="stylesheet" href="$css$" />
|
||||||
$endfor$
|
$endfor$
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
:root {
|
|
||||||
--width-content: 1080px;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
Reference in New Issue
Block a user