Responsive Gallery Einseitige Vorlagenvorlage, entworfen und codiert von Maxim Orlov.
Demo: http://website-templates.github.io/simple-gallery_responsive-template
Produktmodelle erstellt mit http://magicmockups.com/
./
├── .editorconfig
├── README.md
├── automation.sh
|
├── gulp_tasks/ * gulp tasks
| ├── config/ * gulp tasks config
│ | ├── paths.js
│ | ├── settings.js
│ | └── aliases.js
│ |
| └── task.js
│
├── gulpfile.js
├── package.json
|
├── screenshots/ * responsive test screenshots
|
├── dev/ * site source
│ ├── images/ * image sources
| │
│ ├── pug/ * templates
| | ├── blocks/ * blocks library
| │ | └── block.pug
| │ ├── helpers/ * helper mixins
| │ ├── vendor/ * third-party code
| │ ├── layouts/ * page layouts
| │ └── pages/ * main pages templates
| │
│ ├── js/ * compiled and source js
| | ├── vendor/ * vendor scripts library
| | ├── lib/ * site scripts library
| │ ├── head.js * head scripts
| │ └── body.js * vendor scripts
| │
| ├── stylus/ * stylus preprocessor styles
| | ├── blocks/ * blocks library
| │ | └── block.styl
| │ ├── helpers/ * mixins and vars
| │ ├── vendor/ * third-party code
| │ ├── custom.styl
| │ ├── noscript.styl
| │ └── screen.styl
| │
│ ├── helpers/ * helper files
| | ├── favicon.ico
| | └── .htaccess
| │
│ ├── fonts/ * font sources
| │
│ └── data/ * configs and data for templates
│
└── build/ * built source
├── index.html
├── page.html
|
└── static/ * static assets
├── css/ * minified styles
|
├── images/ * minified images
│
├── js/ * minified assembled js
|
└── fonts/ * @font-face-ready webfonts
Dieses Projekt hat eine Datei .DitorConfig -Datei am Root, die von Ihrem Code -Editor mit EditorConfig Plugin verwendet wird. Es beschreibt den Codestyle wie ein Einrückungsstil, nachfolgende Weißespace usw. Weitere Details finden Sie hier
Diese Kesselplatte verwendet Mopsvorlagen mit externen Datenkonfigurationen. Haupteinstellungen finden Sie in dev/data/config.json -Datei. Und sie sind für die Verwendung in Vorlagen mit config.key-name verfügbar
Hier kommen Gruppen von Gulp -Aufgaben mit einigen Erklärungen
Installieren Sie Bower -Abhängigkeiten und platzieren Sie sie in Entwickler. Gulp: gulp start
Dev -Aufgabe mit statischer Server. Gulp: gulp dev
Aufgabe erstellen. Schluck: gulp build
Wiederherstellen und erstellen Sie das Projekt, indem Sie alle Aufgaben ausführen. Schluck: gulp rebuild
Führen Sie den Server aus, ohne nach Änderungen zu achten. Gulp: gulp server
Dieses Projekt verwendet BrowserSync als statischer Server mit aktivierter und konfigurierter Live -Reload -Option.
MIT