1
Fork 0

change website index to be asciidoc

This commit is contained in:
Jake Wheat 2015-08-08 21:19:18 +03:00
parent 61e7a89416
commit 60963de5e0
2 changed files with 136 additions and 127 deletions

View file

@ -11,7 +11,8 @@ cp website/main.css build
cp website/ocean.css build
# index
pandoc --from=markdown --to=html website/index.txt -o build/index.html -c main.css --title=simple-sql-parser --toc
asciidoctor website/index.asciidoc -o build/index.html
#pandoc --from=markdown --to=html website/index.txt -o build/index.html -c main.css --title=simple-sql-parser --toc
pandoc --from=markdown --to=html website/supported_sql.txt -o build/supported_sql.html -c main.css '--title=simple-sql-parser supported SQL' --toc
# tpch sql file
# pandoc src/tpch.sql -s --highlight-style kate -o tpch.sql.html