Commit Graph

1114 Commits

Author SHA1 Message Date
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 ba1db670f4
post: fix github link 2019-09-06 08:04:21 +01:00
curben a429e0fd81
fix(copy-button): add button to every codeblock 2019-09-06 08:02:44 +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 2b02f04485
post: new workaround for aliexpress 2019-09-04 04:00:47 +01:00
curben 98c227aba9
docs(image_helper): mention responsive image and Imgpx 2019-09-04 03:46:35 +01:00
curben 613b8a33ec
refactor(copy-button): replace cheerio with regex 2019-09-04 03:36:08 +01:00
curben 48980eb925
post: grammar 2019-09-04 03:18:23 +01:00
curben 3fca979939
style: standard 2019-09-04 03:05:13 +01:00
curben ffd57460c7
fix(openGraph): only add article: tag for posts only 2019-09-04 02:35:28 +01:00
curben 07ab8c08d7
fix(openGraph): URL api error handling 2019-09-04 02:31:06 +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 57edece785
post: Transfer new domains to Cloudflare Registrar 2019-09-04 01:24:24 +01:00
curben 8ba353e726
fix(image_tag): rename 'cloudinary' tag plugin to 'image' 2019-09-03 20:37:52 +01:00
curben c919e44572
feat(img): drop Cloudinary
- move site assets to gitlab
- update path name
2019-09-03 20:26:50 +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 73a6301ab2
fix(CSP): no longer load directly from cdn
- thanks for netlify reverse proxy
2019-09-03 17:42:21 +01:00
curben 024ac67308
feat(img): reverse proxy /img/ to cdn 2019-09-03 17:40:30 +01:00
curben 7bd7df521a
feat(img): reverse proxy /img/ to cdn (initial) 2019-09-03 17:24:18 +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 63401efe64
fix: remove 301 post redirect
- conflict with proxy redirect
2019-09-03 17:08:10 +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 0f2b236652
feat: add custom 404 page
https://www.netlify.com/docs/redirects/
2019-09-03 15:54:19 +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