softwaresaved / CW-ideas

Originally a hack day project from CW21 on collating and analysing collaborative ideas and hack day projects from previous Collaborations Workshops. Contact @marioa
https://softwaresaved.github.io/CW-ideas/
MIT License
2 stars 1 forks source link

Viewing the images in the markdown #5

Closed marioa closed 1 year ago

marioa commented 3 years ago

The images point to ../images but they actually live in ../static/images so if someone is viewing just the markdown it will appear as though as all the images are broken - is there a way to link ../images to ../static/images?

marioa commented 1 year ago

You can add a symbolic link at the root level of the git repo:

$ ln -s static/images .

which then allows the images to be viewed but the symbolic must not be committed.