Skip to content

🚧 work in progress - Boilerplate to work with Jekyll.

License

Notifications You must be signed in to change notification settings

Qualy-org/qualy-jekyll

Repository files navigation

Getting Starter

Requires:

Using

# Clone repository
$ [email protected]:Qualy-org/soon-jekyll-generator.git
$ cd name_project

# Install dependencies
$ npm install

# Run
$ gulp

Structure

name_project
├── _data
│   └── categories.yml
├── _includes
│   ├── footer.html
│   ├── header.html
│   └── head.html
├── _layouts
│   ├── blog_categories.html
│   ├── compress.html
│   ├── default.html
│   ├── page.html
│   └── post.html
├── _sass
│   ├── mixins
│   │   └── _breakpoint.scss
│   ├── modules
│   │   ├── _buttons.scss
│   │   ├── _clearfix.scss
│   │   ├── _components.scss
│   │   ├── _defaults.scss
│   │   ├── _reset.scss
│   │   ├── _typography.scss
│   │   └── _vars.scss
│   ├── partials
│   │   ├── _footer.scss
│   │   ├── _header.scss
│   │   ├── _main.scss
│   │   └── _nav.scss
│   │── vendor
│   │    └── _external.scss
│   └── main.scss
├── categories
│   └── categories.md
├── pages
│   └── page.md
│── src
│    ├── fonts
|    │   └── OpenSans-Regular.ttf
|    ├── image
|    │   └── qualy.png
|    └── js
|        └── test.js
├── _config.yml
├── feed.xml
├── gulpfile.js
├── index.html
├── LICENSE
├── package.json
├── _posts
└── README.md

	

Plugins

  • BrowserSync
  • AutoPrefefixer
  • Concat
  • Sass
  • Uglify

License

MIT © Anderson Menezes

About

🚧 work in progress - Boilerplate to work with Jekyll.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published