Jekyll 3.3 Qk/Quik Start โก Starter template / scaffold
๐ฎ Live preview (gh-pages)
- 2 columns
- sass boilerplate 1-7
- normalize v.5.0.0
- flexbox layout (mobile first)
- toggle aside without JS
-
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 ๐ต and celebrate ๐
- Qk/Quik Start by Gerald Bauer
- Sass boilerplate by Hugo Giraudel
- Normalize by Nicolas Gallagher
- Jekyll by Tom Preston-Werner
- Minima by Parker Moore
Bug reports and pull requests are welcome.