Closed ShaharNaveh closed 3 months ago
Name | Link |
---|---|
Latest commit | ff565f207773c8f2803a6552c657af51f7e9ab30 |
Latest deploy log | https://app.netlify.com/sites/hugo-hextra/deploys/667eb050eaa4510008ba93bd |
Deploy Preview | https://deploy-preview-418--hugo-hextra.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Thanks, will take a look
thanks, I included your change in #441 where I put the pdf shortcode in Others
section.
Added missing documentation for the pdf shortcode.
I was conflicted whether to use an external URL or reference a path for the example. On one hand it's more stable to include a sample pdf file in the repo and referencing it from the example, but on the other hand adding a few bytes for each
git clone
from now on can hurt the performance of CI/CD pipelines.Ended up with using an external URL, but it won't be difficult changing it.
Another more "stable" option is to upload the sample pdf file to a github comment and to reference that URL instead of a completely external one.