makehackvoid / makehackvoid.com

MHV public facing website
MIT License
9 stars 10 forks source link

Where should images be put? #6

Closed brendam closed 11 years ago

brendam commented 11 years ago

Need to know where local images should go and how to insert them in markdown pages.

klepas commented 11 years ago

Theme img data under img/ and everything else under files/? Get peeps to submit images with md entries for their pull reqs.

brendam commented 11 years ago

I've made an overlapping issue - realised that overall repository structure was what I was trying to understand see #11

cmrn commented 11 years ago

One thing to consider here is that ideally you want to keep the images for a post / project / whatever associated with the post. so maybe files/<post-identifier>/<files>? What would the post identifier be?

cmrn commented 11 years ago

N.B. - Reading http://jekyllrb.com/docs/posts/, they suggest assets/ rather than files/.

brendam commented 11 years ago

Drafted page on wiki - https://github.com/makehackvoid/makehackvoid.com/wiki/Assets-directory-structure

@klepas if you are happy with that page, you can close this issue

klepas commented 11 years ago

Happy with that. Feel free to expand the wiki page as required.