Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xavortm/42ef11bd90c7d05e18cf to your computer and use it in GitHub Desktop.
Save xavortm/42ef11bd90c7d05e18cf to your computer and use it in GitHub Desktop.
// ------------------------------------------------------------------------
// Name: Photoshop projects naming and orgazniation guide.
// Author: Alex Dimitrov.
// License: (CC BY-SA 4.0) - http://creativecommons.org/licenses/by-sa/4.0/
// ------------------------------------------------------------------------
Inside project name flder:
==========================
PSD
| - index.psd
| - index_e2.psd // Example 2
| - index_e3.psd // Example 3
| - index-mansonary.psd // Another index page
| - about.psd
| - blog.psd
| - blog-single.psd
| - blog-archive.psd
| - contacts.psd
| - LINKED // Here are the linked objects.
| - logo.psb
| - header-1.psb
| - header-2.psb
| - header-3.psb
| - banner-1.psb
JPG
| - index_p1.jpg
| - index_p2.jpg
| - index_p2.jpg
| - about_p1.jpg
| - about_p1_e1.jpg
| - about_p1_e2.jpg
| - about_p1_e3.jpg
| - about_p2.jpg
ASSETS
| - slider-img-1.png
| - slider-img-2.png
| - slider-img-3.png
| - article-photo-1.png
| - article-photo-2.png
| - article-photo-3.png
| - user-profile-1.png
| - user-profile-2.png
| - user-profile-3.png
| - user-profile-4.png
-------------------------------------
(pass like secound try)
file_p1 == file - pass 1
file_p2 == file - pass 2
-------------------------------------
file_p1_e1 == file - pass 1 edition 1
file_p1_e2 == file - pass 1 edition 2
file_p2_e1 == file - pass 2 edition 1
-------------------------------------
Underscores are used for parts and editions.
Dashes are used for file names and types of name.
Example:
file-name-1.jpg but file-name-1_e2
index-mansonary.jpg but index-mansonary_e2.jpg
Inside PSD files:
==========================
HELPERS // Cursors for hover, info text. (not part of design)
| - CURSORS
| - INFOTEXT
HEADER // What will be the same in all pages. (so no sliders)
| - Top menu
| - Logo
| - Banner
| - Main menu
| - BG
SIDEBAR // Main sidebar
| - Widget: Recent posts
| - Widget Title
| - Widget Content
| - Widget: Subscribe box
| - Widget Title
| - Widget Content
SIDEBAR 2 // If there is another, it comes like that.
MAIN // The main content of the page.
| - Section: Slider
| - Section: Articles
| - Section: Category 1
| - Section: Category 2
| - Section: Category 3
FOOTER // What could that be? o.O
| - Widget: Tweets
| - Widget: Flickr
| - Widget: Subscribe
| - Widget: Categories
| - SUB FOOTER
| - Info
| - Social links
BACKGROUND // All background images and effects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment