You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
231 B
10 lines
231 B
10 months ago
|
html:
|
||
|
pandoc -s weather_station.md --toc --toc-depth=1 -c ./css/mvp.css \
|
||
|
--template template.html -o weather_station.html
|
||
|
|
||
|
pdf:
|
||
|
pandoc weather_station.md --toc -o weather_station.pdf --pdf-engine=xelatex
|
||
|
|
||
|
clean:
|
||
|
rm -rvf build
|