I downloaded resume.mw from https://github.com/kochrt/kochrt.github.io/blob/master/resume.mw, as mentioned in https://github.com/mark-when/resume
I did not modify the file in any way.
Then
It generated 113k big resume.html but the file does not render in the browser.
I opened the file, it has a lot of code in the script tag
body has just the following
<body>
<div id="app"></div>
</body>
I expected to see something like https://robko.ch/resume - or at least some text (even if CSS is missing)
I downloaded
resume.mwfrom https://github.com/kochrt/kochrt.github.io/blob/master/resume.mw, as mentioned in https://github.com/mark-when/resumeI did not modify the file in any way.
Then
It generated 113k big
resume.htmlbut the file does not render in the browser.I opened the file, it has a lot of code in the
scripttagbody has just the following
I expected to see something like https://robko.ch/resume - or at least some text (even if CSS is missing)