Commit Graph

225 Commits

Author SHA1 Message Date
curben 2cde665dbb
fix(css): remove top margin of <hr> outside of article
- compatibility with Dark Reader
2019-08-30 09:10:55 +01:00
curben b6acf222e2
feat(lazy_loading): remove loading-attribute-polyfill due to requirement of inline script
* it requires 'unsafe-inline' for script-src policy
2019-08-30 08:23:06 +01:00
curben 1b29dac14b
fix(css): override input padding in sanitize/forms
* conflict with padding-left of .searchBox
2019-08-30 06:05:49 +01:00
curben 020ba39fff
fix(head): meta generator tag should be after <title>
- so that browser can parse <title> asap
2019-08-30 05:50:48 +01:00
curben 63a8fccc48 Revert "fix(head): meta generator tag should be after <title>"
This reverts commit 710b9b25a1.
2019-08-30 05:50:10 +01:00
curben 9740be51ae
fix(css): Restrict sizing to the page width in all browsers
* especially in mobile browsers
2019-08-30 05:48:26 +01:00
curben 710b9b25a1
fix(head): meta generator tag should be after <title>
- so that browser can parse <title> asap
2019-08-30 05:43:20 +01:00
curben 2207579d19 feat(metaGenerator): restore metaGenerator
* hexo's meta_generator also append to <title> of <svg>
Revert "feat(metaGenerator): drop metaGenerator in favor of Hexo's"
This reverts commit afb4741be6.
2019-08-30 05:40:35 +01:00
curben 156c10460a
fix(css): increase margin between .article-tag-list-item
* also use relative length (em)
2019-08-30 05:36:54 +01:00
curben 9649e13b1d
fix(css): remove margin and padding for .article-meta 2019-08-30 05:34:54 +01:00
curben e4593d3f87
fix(css): remove sanitize/page 2019-08-30 04:04:07 +01:00
curben baa5e896ad
style(sri-fallback): add credit 2019-08-26 20:57:00 +09:30
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 910dde814f
feat: add sanitize.css (via postcss-normalize) and autoprefixer 2019-08-26 00:39:10 +09:30
curben 31d99f0dab
style(css): specify combinations of sanitize.css
* rename back to typing.css
2019-08-26 00:28:20 +09:30
curben 78942640d2
style(meta_generator): camel case to metaGenerator() 2019-08-26 00:25:04 +09:30
curben 82e79cf4c7
chore(css): sanitize.css and autoprefixer 2019-08-25 23:16:17 +09:30
curben 0da12db2ab
refactor(css): remove browser prefix
* To be added back using autoprefixer
2019-08-25 22:30:44 +09:30
curben d6801b1c7f
refactor: remove unused "typo" class
* Previously removed in css
  - bb7dd56322
2019-08-25 22:18:03 +09:30
curben bb7dd56322
refactor(css): de-normalize to declutter
* remove css rules found in normalize.css and typo.css
  - https://github.com/necolas/normalize.css
  - https://github.com/sofish/typo.css
2019-08-25 22:14:21 +09:30
curben 18f5c1d5d5
refactor(css): remove unused property
* added by https://github.com/sofish/typo.css
2019-08-25 19:21:05 +09:30
curben a75a36714b
fix(css): set maximum height of img element 2019-08-25 17:24:05 +09:30
curben a15d53f6f9
refactor(cloudinary): remove unused loading.svg 2019-08-25 17:19:09 +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 35daa88cfb
chore: move scripts to root folder 2019-08-25 14:37:12 +09:30
curben 801392b35d
feat: RSS feed 2019-08-12 20:32:22 +09:30
curben 93a2494d0a
fix(svg): add credit 2019-08-12 20:08:52 +09:30
curben f58819bb3a
fix(open_graph): exclude svg files 2019-08-12 19:15:10 +09:30
curben 5f06b4d260
refactor(open_graph): drop cheerio and use regex
https://github.com/hexojs/hexo/pull/3680
2019-08-12 17:41:48 +09:30
curben 8c01309128
fix(css): improve appearance of links
- remove underline when hover, makes hover more visible
- remove underline from link icon
- fill link icon with link's colour (inspired by MDN)
2019-08-12 13:57:03 +09:30
curben c7c89099fb
fix(heading-link): adjust the svg height to be similar to font's 2019-08-12 13:16:35 +09:30
curben b573092e2f
fix(css): add padding between images 2019-08-12 13:12:34 +09:30
curben 2779d94d55
refactor(css): remove unused property 2019-08-12 13:09:51 +09:30
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