|  curben | cbcb12b38a | fix(heading-link): remove <desc> from svg otherwise the text ends up on toc | 2019-08-12 12:51:11 +09:30 | 
				
					
						|  curben | 756a86b58a | fix(heading-link): fix svg path | 2019-08-12 12:47:00 +09:30 | 
				
					
						|  curben | 0e57c98c10 | docs(sitemap): add credit and clarify comments | 2019-08-19 10:19:36 +09:30 | 
				
					
						|  curben | 0a0798786e | style: remove semicolon | 2019-08-11 11:48:39 +09:30 | 
				
					
						|  curben | 6a457eb752 | fix(open_graph): remove unused social meta tags | 2019-08-11 11:47:59 +09:30 | 
				
					
						|  curben | 9f5e8de651 | refactor(open_graph): arrow function | 2019-08-11 11:44:42 +09:30 | 
				
					
						|  curben | 711244cfdf | fix(open_graph): skip image meta tags if post does not contain <img> | 2019-08-11 11:42:36 +09:30 | 
				
					
						|  curben | 9d94a13f94 | fix(open_graph): lazy load cheerio | 2019-08-11 11:39:48 +09:30 | 
				
					
						|  curben | 1f9a2bc56e | fix(open_graph): remove duplicate tags https://github.com/hexojs/hexo/pull/3668
https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started.html | 2019-08-11 11:28:11 +09:30 | 
				
					
						|  curben | 63150f5153 | feat: use meta_generator helper instead of filter https://github.com/hexojs/hexo/pull/3669 | 2019-08-11 11:11:01 +09:30 | 
				
					
						|  curben | bd7342314d | refactor: use 'sites' search parameter https://stackoverflow.com/a/7305734 | 2019-08-11 00:09:23 +09:30 | 
				
					
						|  curben | 919af586ce | fix: remove index.html from url | 2019-08-09 22:44:39 +09:30 | 
				
					
						|  curben | e20e621c73 | style: standard | 2019-08-09 22:32:51 +09:30 | 
				
					
						|  curben | 5e40a69534 | feat: add a link button next to a heading inspired by MDN Web Docs
https://developer.mozilla.org/en-US/ | 2019-08-09 22:12:07 +09:30 | 
				
					
						|  curben | a5dbc691ee | fix: post.excerpt can be specified in post https://github.com/hexojs/hexo/pull/3612 | 2019-08-09 13:55:10 +09:30 | 
				
					
						|  curben | 1380f98108 | fix: </html> appear after </head> | 2019-08-06 20:16:44 +09:30 | 
				
					
						|  curben | 007ece5fae | refactor: replace nanomatch with micromatch https://github.com/hexojs/hexo/pull/3538 | 2019-07-30 15:56:29 +09:30 | 
				
					
						|  curben | f2e4f12358 | fix(opengraph): don't lazy load cheerio | 2019-07-13 14:26:32 +09:30 | 
				
					
						|  curben | b7167f289a | refactor: use OR operator | 2019-07-10 21:17:17 +09:30 | 
				
					
						|  curben | c6a002b409 | feat(layout): add yearly and monthly archive links | 2019-07-07 11:13:34 +09:30 | 
				
					
						|  curben | ff2d2f0ea4 | fix: load clipboardjs only in post | 2019-06-30 16:55:49 +09:30 | 
				
					
						|  curben | 4055d5a2c2 | style: single quote | 2019-06-29 19:00:53 +09:30 | 
				
					
						|  curben | 2e017ecf98 | feat(cloudinary): add original resolution image link * increase width and limit height for embedded image | 2019-06-29 18:55:32 +09:30 | 
				
					
						|  curben | b9db47fe8c | fix(microformat): prepend class name only to <a> tag | 2019-06-28 17:49:12 +09:30 | 
				
					
						|  curben | 2d097644fd | fix(microformat): update syntax to h-entry of microformats2 * http://microformats.org/wiki/h-entry
* replaces hAtom | 2019-06-28 00:41:35 +09:30 | 
				
					
						|  curben | 8ce99181a4 | fix(schema): use valid "dateModified" * https://schema.org/dateModified | 2019-06-27 23:45:35 +09:30 | 
				
					
						|  curben | 2a242f59a6 | fix(schema): use "articleBody" for post content * Revert 5d216d3* https://schema.org/BlogPosting
* "text" is more suitable for itemtype="https://schema.org/Blog"
* https://schema.org/Blog is more suitable for homepage (list of posts)
* ref https://github.com/philwareham/schema-microdata-examples/blob/master/blog.html | 2019-06-27 23:44:46 +09:30 | 
				
					
						|  curben | 5f83dddf71 | fix(schema): add "headline" to post title * https://webmasters.stackexchange.com/a/98469 | 2019-06-27 22:39:54 +09:30 | 
				
					
						|  curben | 5d216d3edf | fix(schema): use "text" for post content * articleBody is only applicable for (news) Article
* https://schema.org/Blog
* https://schema.org/Article | 2019-06-27 22:22:29 +09:30 | 
				
					
						|  curben | 843a8fe74f | fix(schema): add license * https://blogs.pjjk.net/phil/licence-information-in-schema-org-and-lrmi/ | 2019-06-27 22:09:36 +09:30 | 
				
					
						|  curben | 8316503b5f | fix(schema): add "keywords" attribute to tags * https://stackoverflow.com/a/33056727 | 2019-06-27 22:01:04 +09:30 | 
				
					
						|  curben | 132e96f69a | fix(microformats): add 'published' class only to posts | 2019-06-26 20:24:29 +09:30 | 
				
					
						|  curben | b8f987934b | feat(microformats): add rel-license * http://microformats.org/wiki/rel-license | 2019-06-26 20:12:07 +09:30 | 
				
					
						|  curben | 17c823bfbd | feat(microformats): add hAtom class names * http://microformats.org/wiki/hatom | 2019-06-26 17:19:14 +09:30 | 
				
					
						|  curben | bdafe4a208 | feat(microformats): add tag * http://microformats.org/wiki/rel-tag | 2019-06-26 16:56:24 +09:30 | 
				
					
						|  curben | ec434af4ea | style: reduce tab spacing | 2019-06-26 16:26:23 +09:30 | 
				
					
						|  curben | 6b9395cebc | fix(sitemap): add sitemap location to <head> and robots.txt * https://github.com/h5bp/html5-boilerplate/pull/1918 | 2019-06-26 16:24:19 +09:30 | 
				
					
						|  curben | e9c907e480 | style(search): 'Powered by' instead of 'Search using' | 2019-06-23 17:10:15 +09:30 | 
				
					
						|  curben | 2b63f11742 | fix(tags): tag url in lowercase, display in titlecase * netlify uses lowercase url | 2019-06-21 11:28:05 +09:30 | 
				
					
						|  curben | aa3d94aa4b | feat: add link() helper * Based on link_to() helper, without unneeded attribute and option
* https://hexo.io/docs/helpers#link-to | 2019-06-15 20:42:07 +09:30 | 
				
					
						|  curben | 36201c2ada | fix(footer): add gitlab source link | 2019-06-15 20:29:07 +09:30 | 
				
					
						|  curben | e130371288 | feat(layout): Add page number to blog <title> | 2019-06-13 13:38:30 +09:30 | 
				
					
						|  curben | e4b065288c | fix(layout): set website's and blog's <title> | 2019-06-13 13:35:49 +09:30 | 
				
					
						|  curben | 1eaf01b8ed | style: replace 'using' with 'with' | 2019-06-13 10:18:25 +09:30 | 
				
					
						|  curben | 1ccf7038b8 | fix: Temporarily set the homepage to /blog | 2019-06-12 17:54:08 +09:30 | 
				
					
						|  curben | 6b5feb809e | docs(page): add Disclaimer page credit https://www.termsfeed.com/blog/disclaimer-examples/ | 2019-06-12 11:27:57 +09:30 | 
				
					
						|  curben | 2ae8f9b08e | fix(css): use sans-serif for content, serif for title * Based on Wikipedia style
* https://css-tricks.com/sans-serif/ | 2019-06-11 19:09:55 +09:30 | 
				
					
						|  curben | b99bcb4c26 | style: Add credit to loading.svg | 2019-06-10 18:23:17 +09:30 | 
				
					
						|  curben | fb36bca7f1 | refactor: use page.subtitle instead of page.excerpt * Source file (.md) looks a bit clearer this way.
* Remove unused options in openGraph.js | 2019-06-08 17:31:39 +09:30 | 
				
					
						|  curben | a5d1791b14 | feat(search): replace gitlab search with duckduckgo todo: algolia | 2019-06-07 18:39:51 +09:30 |