curben
|
a36be09d24
|
feat(listTags): drop listTags in favor of official list_tags
- Hexo has added microformat and schema
* https://github.com/hexojs/hexo/pull/3678
|
2019-08-26 20:52:24 +09:30 |
curben
|
afb4741be6
|
feat(metaGenerator): drop metaGenerator in favor of Hexo's
* https://github.com/hexojs/hexo/pull/3671
|
2019-08-26 20:49:16 +09:30 |
curben
|
7dc55833fb
|
feat(assets): Statically cdn
|
2019-08-26 12:32:53 +09:30 |
curben
|
d4af69e1dc
|
fix(addJs): valid path
|
2019-08-26 09:27:38 +09:30 |
curben
|
65d463bc9d
|
feat(img): add image lazyloading
* https://dev.to/yashints/native-lazy-loading-is-landed-in-chrome-2kli
* https://github.com/mfranzke/loading-attribute-polyfill
|
2019-08-26 09:26:02 +09:30 |
curben
|
2753cd76ea
|
fix(addJs): must include .js extension
|
2019-08-26 09:14:11 +09:30 |
curben
|
b4ff248560
|
feat(addCss): add helper to embed css file
|
2019-08-26 09:12:05 +09:30 |
curben
|
2dacb8f5fe
|
fix: use addJs() helper
|
2019-08-26 08:15:31 +09:30 |
curben
|
78942640d2
|
style(meta_generator): camel case to metaGenerator()
|
2019-08-26 00:25:04 +09:30 |
curben
|
d6801b1c7f
|
refactor: remove unused "typo" class
* Previously removed in css
- bb7dd56322
|
2019-08-25 22:18:03 +09:30 |
curben
|
4baa40a641
|
refactor: use native responsive image function
* https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images
* https://cloudinary.com/blog/responsive_images_with_srcset_sizes_and_cloudinary
* https://www.html5rocks.com/en/tutorials/responsive/picture-element/
* https://alligator.io/html/picture-element/
* https://www.smashingmagazine.com/2014/05/responsive-images-done-right-guide-picture-srcset/
|
2019-08-25 16:07:58 +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
|
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
|
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
|
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
|
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
|
6b5feb809e
|
docs(page): add Disclaimer page
credit https://www.termsfeed.com/blog/disclaimer-examples/
|
2019-06-12 11:27:57 +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 |
curben
|
105de8515c
|
refactor(es6): arrow function
|
2019-06-07 09:42:16 +09:30 |
curben
|
60fa21c1ee
|
fix(post): Display post content without excerpt
https://hexo.io/docs/variables.html
|
2019-06-06 20:57:28 +09:30 |
curben
|
48db9251c6
|
feat(archive-page): Add post excerpt
|
2019-06-06 19:45:50 +09:30 |
curben
|
dec7ae72f7
|
feat: Add homepage link to mobile page title
|
2019-06-05 13:15:51 +09:30 |
curben
|
bb87e3b914
|
fix: display date using <span> instead of <a>
* unify date_format options
|
2019-06-04 13:55:43 +09:30 |
curben
|
ab5161bbc8
|
style: parse date only, ignore time
|
2019-06-04 13:35:48 +09:30 |
curben
|
fba0d3deab
|
feat(openGraph): add post's published time to meta tag
* Rename function name to camel case (standardjs)
* Skip timezone conversion, but not using the date() helper
* Open Graph tag is based on Wordpress Yoast, noticed through
https://dvt.name/2019/06/03/hacking-the-casio-f-91w-to-handle-1000-psi/
|
2019-06-03 22:56:46 +09:30 |
curben
|
60d62f94f3
|
feat: add search function to mobile page
* add a gap after search form to prevent misclick
* use addEventListener() instead of onclick()
- https://stackoverflow.com/a/34216918
|
2019-06-01 18:51:51 +09:30 |
curben
|
00fbcce468
|
refactor: unify HTTP header settings into _headers
|
2019-05-26 15:09:27 +09:30 |
curben
|
7ebcc03977
|
fix(open_graph): use data-src attribute in img tag
* compatibility with cloudinary (see scripts/cloudinary.js)
* helper has to be registered via a function
- https://github.com/hexojs/hexo/issues/1462#issuecomment-277474592
- https://github.com/hexojs/hexo/issues/743#issuecomment-168262852
- https://hexo.io/api/helper
- https://github.com/hexojs/hexo/blob/master/lib/plugins/helper/open_graph.js
|
2019-05-25 22:21:44 +09:30 |