sz-jekyll-flex

sz-jekyll-flex

Jekyll 3.3 Qk/Quik Start (https://github.com/quikstart) Starter template / scaffold

Jekyll 3.3 Qk/Quik Start :zap: Starter template / scaffold

:crystal_ball: Live preview (gh-pages)

Features

  • 2 columns
  • sass boilerplate 1-7
  • normalize v.5.0.0
  • flexbox layout (mobile first)
  • toggle aside without JS

Usage

  • GH-Pages

    Fork repo, remove master branch and customize config.yml + /assets/css/style.scss with your site settings.

  • QK/Quik

    Install QK/Quik gem:

    ~ $ gem install quik
    

    Use like:

    ~ $ quik new sz-jekyll-flex
    

    This will download and run the sz-jekyll-flex.rb quik starter script:

    starting new Quik script {}; lets go
    Hello from the sz-jekyll-flex template
    Q: Name of the template? [blog]:
    

    Type your project name or push intro to use default name "blog":

    handle install_template StartZeroGnu/sz-jekyll-flex, {}
    

    Resulting in:

    <project-name>
    ├── assets
    │   └── css
    │       └── style.scss
    ├── _includes
    │   ├── burguer.html
    │   ├── disqus_comments.html
    │   ├── footer.html
    │   ├── google-analytics.html
    │   ├── head.html
    │   ├── nav.html
    │   └── title.html
    ├── _layouts
    │   ├── default.html
    │   ├── page.html
    │   └── post.html
    ├── _posts
    │   └── YYYY-MM-DD-my-example-post.md
    ├── _sass
    │   ├── abstracts
    │   │   ├── _functions.scss
    │   │   ├── _mixins.scss
    │   │   └── _variables.scss
    │   ├── base
    │   │   ├── _base.scss
    │   │   ├── _fonts.scss
    │   │   ├── _helpers.scss
    │   │   └── _typography.scss
    │   ├── components
    │   │   ├── _button.scss
    │   │   └── _icon.scss
    │   ├── layout
    │   │   └── _main.scss
    │   ├── pages
    │   │   └── _home.scss
    │   ├── themes
    │   │   └── _default.scss
    │   ├── vendor
    │   │   ├── _normalize.scss
    │   │   └── _syntax-highlighting.scss
    │   └── style.scss
    ├── _config.yml
    ├── .gitignore
    ├── about.md
    ├── Gemfile
    ├── index.html
    ├── LICENSE.txt
    └── README.md
    

    Now run Jekyll serve for a quick view:

    ~ $ bundle exec jekyll s
    

    Dance :musical_note: and celebrate :tada:

Credits and Thanks :clap:

Contributing

Bug reports and pull requests are welcome.

License

Script Public domain license · Template MIT license.