fastai / fast_template

A template for really easy blogging with GitHub Pages
https://www.fast.ai/2020/01/16/fast_template/
255 stars 177 forks source link

Image attachment with private repositories #48

Open dclipca opened 3 years ago

dclipca commented 3 years ago

Hi! Sometimes in my posts I tend to have sensitive API keys and so I use a private repository for hosting the blog. In using a private repository, the images become inaccessible via direct link and are not able to be attached into a post using syntax like ![Image of fast.ai logo](images/logo.png). Do you have any suggestions on this?