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用作静态服务器,并具有启用和配置的实时重新加载选项。
麻省理工学院