mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 09:26:40 +00:00
7 lines
209 B
TOML
7 lines
209 B
TOML
[build]
|
|
command = "pandoc resume.md -o resume.html"
|
|
command = "python3 markdown.py"
|
|
command = "mkdir site"
|
|
command = "mv index.html site"
|
|
command = "mv style.css site"
|
|
publish = "site" |