Commit Graph

439 Commits

Author SHA1 Message Date
Pat Hawks f909777f3c
jsonify page.url instead of using quotes 2016-03-02 08:22:33 -08:00
Pat Hawks 2ada2f6a49 Merge pull request #65 from jekyll/pr/seo_page_title
Fix og:title condition and remove redundant tags
2016-03-02 08:15:05 -08:00
Pat Hawks 55ead7fcb8
Remove obsolete twitter:image test 2016-03-01 21:20:31 -08:00
Pat Hawks 2c808aced6
Do not repeat Open Graph tags for Twitter 2016-03-01 21:14:32 -08:00
Pat Hawks 38e688fcd9
Check for existance of seo_page_title before outputting 2016-03-01 21:14:18 -08:00
Ben Balter 82a7c66e03 Merge pull request #63 from XhmikosR/quotes
Be consistent with the quotes in output.
2016-03-01 12:12:21 -05:00
XhmikosR 5fb86bfa7b Be consistent with the quotes in output. 2016-03-01 18:47:37 +02:00
Ben Balter c25345339b Merge pull request #62 from XhmikosR/patch-2
Remove spaces before `:`.
2016-03-01 11:46:04 -05:00
XhmikosR dae68cb01e Remove spaces before `:`. 2016-03-01 18:31:12 +02:00
Ben Balter 41f9030372 Merge pull request #61 from XhmikosR/patch-1
Update README.md
2016-03-01 10:38:45 -05:00
XhmikosR 407ee8ee0c Update README.md
Fix indentation.
2016-03-01 09:18:13 +02:00
Bo Turnbow 4cb0b75bfa Update JSON-LD output to current usage for site logo and page image 2016-02-26 16:13:29 -07:00
Ben Balter ebfe8418aa Merge pull request #59 from jekyll/minify
Minify json ld and test
2016-02-25 15:02:11 -05:00
Ben Balter 1e6b9e55e9 minify json ld and test 2016-02-25 13:56:13 -05:00
Ben Balter b77a20d3d9 Bump to 1.3.1 2016-02-25 13:20:58 -05:00
Ben Balter 3aa3f4b88e require version 2016-02-25 13:20:47 -05:00
Ben Balter 7c4f8e2fe4 Bump to 1.3.0 2016-02-25 10:58:35 -05:00
Ben Balter 38afc5a4d0 Merge pull request #28 from jekyll/pr/json-ld
Consolidate and clean up JSON-LD
2016-02-25 10:50:37 -05:00
Ben Balter d233305d0f Merge pull request #57 from boturnbow/master
Update twitter:image to output full url
2016-02-23 18:27:56 -05:00
Bo Turnbow b95a725033 Merge branch 'master' of github.com:boturnbow/jekyll-seo-tag 2016-02-23 15:58:01 -07:00
Bo Turnbow b247d8bcbe Update docs for site logo and page image 2016-02-23 15:57:38 -07:00
Bo Turnbow 2d0101bd1e Change site logo to expect a rooted url 2016-02-23 15:57:25 -07:00
Bo Turnbow b42501b45a Per Ben Balter, change usage to a rooted image url 2016-02-23 15:54:17 -07:00
Bo Turnbow 03e498b6e9 Merge branch 'master' into master 2016-02-23 13:16:37 -07:00
Ben Balter ab428c54ba Merge pull request #55 from jekyll/jekyll-3
Require Jekyll ~> 3
2016-02-23 14:47:40 -05:00
Bo Turnbow 738f4efea7 Update twitter:image to output full url 2016-02-23 11:54:52 -07:00
Pat Hawks 11dea25ac8
DRY up JSON-LD 2016-02-22 18:31:59 -08:00
Pat Hawks f3e0e78993
Include sameAs links on About page 2016-02-22 18:13:43 -08:00
Pat Hawks f193c6fb39 Document advanced options 2016-02-22 17:59:12 -08:00
Carlos Garcés 09924c03ff Use seo_description instead of page.description
seo_description is used in the meta tags but not in the ld+json
If page.description is not set, the the description at ld+json will be null.
2016-02-22 17:59:12 -08:00
Pat Hawks c51ef4db83 Fix JSON-LD tests
There is no reason to test for `site` variables each time we check
JSON-LD. Let's only test what we say we are going to test at each stage.
2016-02-22 17:59:12 -08:00
Pat Hawks a9c7499319 Consolidate JSON-LD blocks 2016-02-22 17:59:12 -08:00
Ben Balter 507c498267 Update Travis badge to use Jekyll namespace 2016-02-22 15:08:53 -05:00
Ben Balter 235dde496d Merge pull request #56 from benbalter/pr/and-or
Support article:publisher without fb:app_id
2016-02-21 20:43:53 -05:00
Pat Hawks 93ffe7defd
Support article:publisher without fb:app_id 2016-02-21 16:28:03 -08:00
Ben Balter 6f57ca4ee3 properly namespace the version 2016-02-21 15:14:49 -05:00
Ben Balter 644e596abd require jekyll ~> 3 2016-02-21 14:50:42 -05:00
Ben Balter 256a2d6f52 Bump to 1.2.0 2016-02-21 14:40:26 -05:00
Ben Balter d688aa049a Merge pull request #54 from benbalter/bb/title-optional
Make <title> Optional
2016-02-21 14:33:33 -05:00
Ben Balter 3ed713ebc6 document how to disable title tags 2016-02-21 14:29:12 -05:00
Ben Balter 81be1da466 use title=false, not title: false 2016-02-21 14:25:15 -05:00
Ben Balter 6bc8a57315 Merge branch 'master' into pr/title-optional 2016-02-21 14:16:00 -05:00
Ben Balter 0210a770dd Merge pull request #52 from benbalter/bb/global-author
Support for global author data
2016-02-21 14:02:32 -05:00
Ben Balter 739be5a785 document how to use `authors` 2016-02-21 13:55:49 -05:00
Ben Balter f1cdf62b53 add support for authors an an array 2016-02-21 13:52:49 -05:00
Ben Balter e7bf98bfb9 Merge pull request #53 from yous/fix-markdown
Fix markdown for code snippets
2016-02-21 13:48:06 -05:00
Chayoung You 944074d21c Fix markdown for code snippets 2016-02-21 13:20:12 +09:00
Ben Balter 902126fd4b stricter rubocop 2016-02-20 17:50:07 -05:00
Ben Balter c9690e61cd italicize tldr 2016-02-20 17:48:29 -05:00
Ben Balter 60a1e5169b document 2016-02-20 17:47:52 -05:00