ixkaito / frasco

Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, TypeScript, Webpack, ESLint, imagemin, Browsersync, etc.
https://ixkaito.github.io/frasco/
MIT License
131 stars 20 forks source link

Add OGP and Google Analytics for default #11

Closed ixkaito closed 5 years ago

S1SYPHOS commented 7 years ago

What about Jekyll's SEO plugin, taking care of

  • Page title / description
  • Canonical URL
  • Next and previous URLs on paginated pages
  • JSON-LD Site and post metadata for richer indexing
  • Open graph title, description, site title, and URL (for Facebook, LinkedIn, etc.)
  • Twitter summary card metadata

much easier than doing it manually, very convenient - everything just one gem away :cake: While we're at it, how do you like bundler? Then instead of gem install jekyll you just do gem install bundler && bundle install, and include gems in Gemfile. I don't want to bloat it, just an idea, tell me what you think!

As for GA, that I could send a PR your way ..

ixkaito commented 7 years ago

@S1SYPHOS

Thanks!

What about Jekyll's SEO plugin

This looks good! I'll take a look at it.

While we're at it, how do you like bundler?

Yes, if we need more gems than jekyll, it'll be better. However, it might have some tricks on bundle exec.

ixkaito commented 5 years ago

Resolved. We already have OGP, Google Analytics and bundler.