mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-08-01 11:01:38 +00:00
netlify build instructions
This commit is contained in:
7
netlify.toml
Normal file
7
netlify.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[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"
|
Reference in New Issue
Block a user