This commit is contained in:
@@ -14,7 +14,7 @@ steps:
|
||||
commands:
|
||||
#- pandoc --standalone --output=index.html --metadata title="SMT Readme" -t html5 README.md
|
||||
# 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
|
||||
|
||||
- name: build
|
||||
|
@@ -23,9 +23,6 @@ $for(css)$
|
||||
<link rel="stylesheet" href="$css$" />
|
||||
$endfor$
|
||||
<style type="text/css">
|
||||
:root {
|
||||
--width-content: 1080px;
|
||||
}
|
||||
|
||||
nav {
|
||||
justify-content: space-around;
|
||||
|
Reference in New Issue
Block a user