simple gallery_responsive template
1.0.0
由Maxim Orlov設計和編碼的響應式畫廊一頁模板模板。
演示:http://website-templates.github.io/simple-gallery_responsive-template
使用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
該項目的代碼編輯器使用EditorConfig插件使用的根部有.editorConfig文件。它描述了CodeStyle,例如縮進樣式,落後空間等。在此處查看更多詳細信息
該樣板使用與外部數據配置一起使用的哈巴狗模板。主設置可以在dev/data/config.json文件中找到。它們可用於使用config.key-name的模板中使用
有一些解釋,這是一群灣任務
安裝Bower依賴關係並將其放置在Dev文件夾中。 gulp: gulp start
使用靜態服務器的開發任務。灣: gulp dev
構建任務。吞噬: gulp build
通過運行所有任務來再生和建立項目。吞噬: gulp rebuild
運行服務器而無需觀察更改。 Gulp: gulp server
該項目將browsersync用作靜態服務器,並具有啟用和配置的實時重新加載選項。
麻省理工學院