curben
e59bfdbca6
refactor(css): custom properties
...
- https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
- https://css-irl.info/7-uses-for-css-custom-properties/
2019-12-20 02:33:57 +00:00
curben
763f7dc008
fix(mobile-menu): background-color
2019-12-18 06:19:47 +00:00
curben
f2c46c4a11
fix(svg): xml namespace should use http, not https
2019-12-18 05:57:25 +00:00
curben
ff34956550
feat: use page's screenshot as og:image
...
- Some microbrowser loads all "og:image" images before choosing one
- Now there is only one "og:image" tag and it's a screenshot of the page
- https://24ways.org/2019/microbrowsers-are-everywhere/
2019-12-18 02:46:39 +00:00
curben
1df434b5e6
fix(font-color): compatibility with light theme
2019-12-18 01:22:38 +00:00
curben
f2169903ea
fix(svg): xml namespace should use http, not https
...
- https://github.com/hexojs/hexo-generator-feed/pull/105
2019-12-18 01:12:47 +00:00
curben
80fec3c2f4
refactor(feed): replace encodeURI with encodeURL
2019-12-12 09:00:03 +00:00
curben
d70dea4097
refactor(sitemap): let to const
2019-12-12 08:58:09 +00:00
curben
5e5ef3fe47
fix(feed,sitemap): namespace should not be https
...
- https://github.com/hexojs/hexo-generator-feed/pull/105
2019-11-17 04:45:26 +00:00
curben
887f9ec116
refactor(helpers): js() and css() helpers now support custom attributes
...
- https://github.com/hexojs/hexo/pull/3681
- https://github.com/hexojs/hexo/pull/3690
2019-11-14 02:27:25 +00:00
curben
5cd412bda6
fix(css): add homepage link to mobile-nav
...
- mistakenly removed in 78397dad37
2019-11-14 02:22:14 +00:00
curben
1524f00c05
fix(css): header-hr set to straight line
2019-11-14 02:17:48 +00:00
curben
8f5ae5ee9d
fix(css): make blockquote more obvious
2019-11-14 02:11:14 +00:00
curben
248ab79ac4
fix(css): codeblock background width
2019-11-14 02:06:15 +00:00
curben
8bfbe48148
fix(search): use config.url instead of hardcoded url
2019-11-12 10:19:27 +00:00
curben
78397dad37
fix(search): do not send referrer
...
- https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types
- https://github.com/whatwg/html/issues/2983
- https://github.com/whatwg/html/pull/4332
2019-11-12 10:10:30 +00:00
curben
740e671023
page(about): add npm handle
2019-11-11 01:54:06 +00:00
curben
bed321c987
fix(theme): rename js and css to 'chameleon'
...
- Continuation of 5a381f7032
2019-11-09 08:54:48 +00:00
curben
8b510a0380
refactor(sitemap): Array.concat() to Array.push()
2019-11-04 10:44:30 +00:00
curben
6d18a37e09
fix(css): set list-style to disc for toc
2019-10-28 05:32:24 +00:00
curben
98d2ed587e
fix: set language to en-GB
2019-10-27 03:30:36 +00:00
curben
313daae655
refactor(layout): remove unused variable
2019-10-24 08:53:06 +01:00
curben
e953758c88
fix(paginator): disable escape
2019-10-24 05:03:12 +01:00
curben
ffa9c8c5be
fix(copy_button): enable dotAll/'s' flag
...
- <pre> could span multiple lines
2019-10-19 04:12:15 +01:00
curben
eeec6b5838
fix(copy_button): compatibility with hljs newer syntax
2019-10-19 04:07:59 +01:00
curben
66211e7d9c
fix(css): set codeblock width to minimum
2019-10-18 07:12:59 +01:00
curben
07c59dc42a
fix(css): remove unused class
2019-10-18 07:09:51 +01:00
curben
3170c9f88d
feat(code_highlight): update to newer syntax
...
- use Dracula theme
- https://github.com/hexojs/hexo-util/issues/19
- https://github.com/dracula/highlightjs
2019-10-18 07:06:18 +01:00
curben
1986365f37
fix(layout): head layout shouldn't be cached due to Open Graph
2019-10-18 03:32:28 +01:00
curben
2f062354fa
fix(open_graph): escape html characters in description
2019-10-18 03:31:47 +01:00
curben
d6cccfb940
fix(open_graph): remove trailing index.html from url
2019-10-18 02:17:59 +01:00
curben
d122f5fa6e
style(open_graph): move image-related function to continuous lines
2019-10-18 02:12:43 +01:00
curben
1b6841e9ef
feat(open_graph): add article:author
2019-10-18 02:10:57 +01:00
curben
b545b38c1e
feat(open_graph): remove duplicate twitter tags
...
- https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/markup
- prioritise site.config than theme.config
2019-10-18 02:04:31 +01:00
curben
07b342bb27
feat(open_graph): replace keywords with article:tag
...
- https://yoast.com/meta-keywords/
- add date-related tags to all pages
2019-10-18 01:53:01 +01:00
curben
774346e67d
fix(css): set table heading colours
2019-10-17 12:10:01 +01:00
curben
c3ed7a9840
style: http to https
2019-10-17 11:24:55 +01:00
curben
7bc55954d6
refactor(css): remove unused class
2019-10-17 11:19:42 +01:00
curben
bda9bdfbc5
fix(css): align badge to the left
2019-10-17 11:16:06 +01:00
curben
8c8c334eaa
fix(feed): compatibility with hexo 4
...
- permalink variable is now encoded by default
- es6-fy
- remove categories list
2019-10-17 10:28:40 +01:00
curben
c61fdab84f
fix(sitemap): modernise
...
- 'index.html' removal function is replaced by pretty_urls config
- add homepage
- remove uriencode, permalink is now encoded by default in Hexo v4+
- es6-fy
2019-10-17 07:01:35 +01:00
curben
772fc46cee
feat(layout): remove about layout and associated configs
2019-10-17 06:44:57 +01:00
curben
5b0556ec16
fix(css): unset margin-left of toc
2019-10-17 06:42:10 +01:00
curben
f187cad58a
fix(css): use disc style for index-list
2019-10-17 06:35:47 +01:00
curben
f92b7e0b53
feat: add post and tag lists to homepage
2019-10-17 06:26:26 +01:00
curben
e57d471d24
perf: cache head and header partials
...
- https://hexo.io/docs/templates#Optimization
2019-10-14 13:51:19 +01:00
curben
14c57d7009
fix: move scripts to theme
...
- portability
2019-10-06 10:52:28 +01:00
curben
0c49c77c46
page(about): add github & gitlab badges
2019-10-01 03:59:59 +01:00
curben
bbb8d30e59
docs: add readme to theme
2019-09-15 19:09:38 +01:00
curben
c1d0b8c873
fix(footer): update theme name
2019-09-14 05:06:12 +01:00
curben
5a381f7032
fix: rename typing to chameleon theme
2019-09-11 06:48:43 +01:00
curben
dd9004bac5
fix(css): force pointer cursor on <a>
...
- partially revert bdef12bcb6
2019-09-06 14:09:46 +01:00
curben
bdef12bcb6
fix(css): remove unnecessary rules
2019-09-06 14:07:22 +01:00
curben
479c75c536
fix(css): longer .home <hr>
2019-09-06 14:06:26 +01:00
curben
259ca5040d
fix(css): do not override a:hover colour
2019-09-06 14:04:29 +01:00
curben
4e27e35029
fix(css): thinner <hr>
2019-09-06 13:56:26 +01:00
curben
e43e5e751a
fix(css): article-nav-link colour
2019-09-06 13:53:35 +01:00
curben
5eec3c9d84
fix(css): tag page <hr>
2019-09-06 13:47:12 +01:00
curben
d9636bd2fd
fix(css): page navigation apperance
...
- partially revert 7ac3b846c1
2019-09-06 13:34:56 +01:00
curben
0426c53a77
fix(css): <hr> appearance
...
- partially revert 9ace0ace5f
2019-09-06 13:32:26 +01:00
curben
7ac3b846c1
fix(css): archive page-nav color to have more contrast
2019-09-06 11:04:05 +01:00
curben
9ace0ace5f
refactor(css): remove unused rules
2019-09-06 10:53:34 +01:00
curben
135aa1a7b3
fix(css): codeblock background
...
- also fix compatibility with Dark Reader regarding height rule
- https://stackoverflow.com/a/6654996
2019-09-06 10:47:49 +01:00
curben
586adc63cd
feat(css): add prefers-color-scheme
...
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
2019-09-06 07:20:55 +01:00
curben
9d72e9b0d8
fix(css): remove dark class
2019-09-04 06:57:03 +01:00
curben
8f2c3037cf
fix(css): underline link icon when hover
2019-09-04 06:39:39 +01:00
curben
6576e6953a
refactor(css): remove duplicates
2019-09-04 06:29:54 +01:00
curben
19940eebcb
refactor(css): background-color to background
2019-09-04 06:26:24 +01:00
curben
32a76d0f6d
refactor(css): remove unused rule
2019-09-04 06:25:07 +01:00
curben
1d5966e191
feat: remove metaGenerator helper
...
- svg issue has been fixed https://github.com/hexojs/hexo/pull/3697
2019-09-04 01:26:51 +01:00
curben
82470cb0e3
fix(css): page height should be max
2019-09-03 18:16:29 +01:00
curben
43fa5cd8c4
fix(css): fix italic <em> color
...
- Dark Reader
2019-09-03 18:03:23 +01:00
curben
ef5678015e
fix(css): bold font color
...
- compatibility with Dark Reader
2019-09-03 17:58:46 +01:00
curben
6f4c24155c
fix(css): codeblock font color
...
- compatibility with Dark Reader
2019-09-03 17:56:31 +01:00
curben
c35ebb1516
fix(css): override sanitize.css cursor rule
2019-09-03 17:53:42 +01:00
curben
aabd85edb8
fix(css): link font color should be consistent with text
2019-09-03 17:49:14 +01:00
curben
6a79558512
feat(js): reverse proxy /libs/ to cdn
2019-09-03 17:21:29 +01:00
curben
aad3d15fbb
fix(css): override link font colour in archive page
2019-09-03 17:15:37 +01:00
curben
6fd9f505d5
Revert "fix: move /about/ page to homepage"
...
Revert 2cd9094dc5
and d732bcc88b
2019-09-03 17:06:29 +01:00
curben
d732bcc88b
fix: add homepage
2019-09-03 17:01:48 +01:00
curben
ae3fc838bc
fix: remove jquery embed test
2019-09-03 16:40:40 +01:00
curben
2cd9094dc5
fix: move /about/ page to homepage
2019-09-03 16:39:19 +01:00
curben
b010379741
feat: load js from cdn using Netlify's reverse proxy
...
- https://www.netlify.com/docs/redirects/
2019-09-03 16:10:18 +01:00
curben
9a6506447d
fix(favicon): update colour #3f72af
2019-09-03 15:45:30 +01:00
curben
2b0f0f91ac
fix(favicon): update colour
2019-09-03 15:33:10 +01:00
curben
a840663f9d
feat(feed): use new site icon
2019-09-03 15:26:28 +01:00
curben
e34533c5fc
feat: update favicon
2019-09-03 13:37:23 +01:00
curben
3b4e5e2240
fix(css): de-duplicate rule
2019-08-30 20:12:32 +01:00
curben
2fa38ae0ed
fix(css): drop sanitize/typography to simplify font
2019-08-30 20:12:28 +01:00
curben
b5d2790081
fix(css): center the search icon
2019-08-30 19:40:29 +01:00
curben
5f473b6253
fix(css): put search box to center in mobile view
2019-08-30 19:33:27 +01:00
curben
f86c829d78
fix(css): add margin between lines
2019-08-30 19:32:35 +01:00
curben
570754d1d5
fix(css): use relative length (em)
2019-08-30 19:31:03 +01:00
curben
ab18204496
fix(css): consistent appearance on published/updated dates and tags
2019-08-30 19:02:42 +01:00
curben
1a7f5a9693
fix(css): use relative length (em)
2019-08-30 18:51:33 +01:00
curben
73d7028e36
refactor(css): remove duplicate color rules
2019-08-30 18:46:41 +01:00
curben
06c10c36d8
style(css): ordering
2019-08-30 18:31:30 +01:00
curben
1e72e7db77
refactor(css): remove unused rules
2019-08-30 18:29:18 +01:00
curben
cf59e6df8b
fix(css): set codeblock margin consistent with img
2019-08-30 18:28:42 +01:00
curben
2abffc6977
style(css): ordering
2019-08-30 18:19:30 +01:00
curben
c8e9d0d0b4
fix(css): remove unused css rules
2019-08-30 18:16:03 +01:00
curben
64b7c25ce7
fix(css): use sanitize/typography font
2019-08-30 18:13:02 +01:00
curben
e6969c729e
style(layout): spacing
2019-08-30 18:00:31 +01:00
curben
a33601013b
fix(theme): unify language config
2019-08-30 17:18:23 +01:00
curben
0da56daf5d
fix(js): defer clipboard.min.js
...
- https://stackoverflow.com/a/32413638
2019-08-30 11:20:40 +01:00
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