# Handling Images in Grav

**URL:** https://discourse.julialang.org/t/handling-images-in-grav/20013
**Category:** Offtopic
**Created:** [January 24, 2019, 2:24am UTC](https://discourse.julialang.org/t/handling-images-in-grav/20013 "2019-01-24T02:24:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![anhphuong](https://avatars.discourse-cdn.com/v4/letter/a/a9a28c/32.png) [@anhphuong](https://discourse.julialang.org/u/anhphuong)
#### Post date: [January 24, 2019, 2:24am UTC](https://discourse.julialang.org/t/handling-images-in-grav/20013/1 "2019-01-24T02:24:11Z")

</div>

I’m trying to understand the best way to handle images in Grav.

I was considering a central image directory at /user/pages/images (as this would be easy to sync with production), but then I realised that page.media.images requires all associated image files to live in the individual page directory, along with the .md file that contains the content for the page.

Does this mean that I should just store my images in Git and use Git to deploy them along with the .md file, etc?
