Skip to content

hexa1/gogo-assemble-bootstrap

Repository files navigation

Assemble.io + Twitter Bootstrap website starter

WIP: no release

Features

  • HTML5 base template
  • HTML5 structures (header, footer, aside, article, section)
  • jQuery (latest)
  • jQuery for > IE 8 selection
  • Modernizr.js shims
  • Bootstrap (latest)
  • Pretty urls (domain.com/page-basename/)
  • Canonical link rel
  • Open Graph tags
  • Twitter Card tags
  • Description meta tags
  • Google analytics
  • Schema.org stuctured data via ld+json
  • Social media integration (Twitter, Github, Google+, LinkedIn, Instagram, Facebook)
  • Privacy Policy (generic)
  • Terms of Service (generic)
  • (TODO) LESS auto-compile
  • Stylus auto-compile
  • 100+ Handlebars helpers
  • Sample helpers
  • Blog setup with sample posts
  • Template elements broken into partials
  • s3_website sample for uploading to AWS S3 + CloudFront
  • Utility scripts for building and livewatching
  • Grunt build pipeline
  • Image minification and optimization
  • Javascript compression
  • HTML minification
  • CSS minification
  • CSS optimization (remove unreferenced selectors)
  • Livereload
  • Sitemap generation (auto)
  • Feed (rss) generation (auto)
  • One .css and one .js file for entire site
  • (TODO) Cache busting via filename id
  • autoreload when assets/pages/posts/styles changes
  • (TODO) autorecompile Bootstrap (LESS)
  • (TODO) Jade Bootstrap partials
  • (TODO) Bootstrap handlebars templates

To Do

Getting Started

  1. npm install
  2. If using s3_website: gem install s3_website

Notes

Grunt tasks

  1. Production build: ./build.sh or grunt build:prod
  2. Preview production site: ./preview-prod or grunt watch:prod
  3. Live watch website + livereload in development: ./watch-dev.sh or grunt watch:dev

Useful Links

  • Documentation
  • Plugins - Plugins extend the core functionality of Assemble.
  • Helpers - Documentation for the helpers in the handlebars-helpers library.

About

Assemble.io + Twitter Bootstrap static website starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published