Skip to content

Releases: caspereijkens/portfolio-yuanyuanzhou

First deployment

30 Nov 11:16
9226c28
Compare
Choose a tag to compare

Basic file server for showing artist works.
The app is designed so that the content owner can login and upload their portfolio, which is then rendered in the landing page.
The app is made lean by using as much go standard library and html as possible. The only exception was the javascript to render the pdf nicely. I might switch from serving pdfs to html at a later point, to hopefully benefit from the more efficient format.