Skip to content
Snippets Groups Projects
Commit 6fc4b080 authored by Mario Wenzel's avatar Mario Wenzel
Browse files

website basics

parent d35cfbe4
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd "$(dirname "$0")"
wget -O out/bootstrap.min.css https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css
echo "/* custom style */" >> out/bootstrap.min.css
cat style.css >> out/bootstrap.min.css
pandoc -s -T "Benchmarks of Deductive Database Systems, Relational Databases, and Graph Databases" --toc -c bootstrap.min.css index.md -o out/index.html
sed -i -e 's/<table>/<table class="table table-striped table-bordered table-sm">/g' out/*.html
body {
margin: 4em;
margin-top: 2em;
}
h3 {
font-size: 1.5rem;
padding-top: 0.5em;
}
h2 { padding-top: 1em; }
www/upload.sh 100644 → 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment