From 0905f17a279641c9c7d590893ce8eeacdccc4123 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Tue, 22 Aug 2017 12:43:26 +0200 Subject: [PATCH] Add images customization sections --- docs/en/customization/images.md | 11 +++++++++++ docs/es/customization/images.md | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 docs/en/customization/images.md create mode 100644 docs/es/customization/images.md diff --git a/docs/en/customization/images.md b/docs/en/customization/images.md new file mode 100644 index 000000000..07edccbae --- /dev/null +++ b/docs/en/customization/images.md @@ -0,0 +1,11 @@ +# Images + +If you want to overwrite any image, firstly you need to findout the filename, and by defaul it will be located under `app/assets/images`. For example if you want to change the header logo (`app/assets/images/logo_header.png`) you must create another file with the exact same file name under `app/assets/images/custom` folder. The images and icons that you will most likely want to change are: + +* apple-touch-icon-200.png +* icon_home.png +* logo_email.png +* logo_header.png +* map.jpg +* social_media_icon.png +* social_media_icon_twitter.png diff --git a/docs/es/customization/images.md b/docs/es/customization/images.md new file mode 100644 index 000000000..335119627 --- /dev/null +++ b/docs/es/customization/images.md @@ -0,0 +1,11 @@ +# Imágenes + +Si quieres sobreescribir alguna imagen debes primero fijarte el nombre que tiene, por defecto se encuentran en `app/assets/images`. Por ejemplo si quieres modificar `app/assets/images/logo_header.png` debes poner otra con ese mismo nombre en el directorio `app/assets/images/custom`. Los iconos que seguramente quieras modificar son: + +* apple-touch-icon-200.png +* icon_home.png +* logo_email.png +* logo_header.png +* map.jpg +* social_media_icon.png +* social_media_icon_twitter.png