Commit Graph

945 Commits

Author SHA1 Message Date
MDLeom c52ec4a752
post: 'Using BusyBox httpd in AWS EC2 for testing' 2020-10-21 06:12:52 +00:00
MDLeom 4d0398a04f
fix(css): unset colour of 'mark'-ed line 2020-10-21 05:57:51 +00:00
MDLeom 4c2c62d56f
post(tags): add 'busybox' 2020-10-21 01:20:33 +00:00
MDLeom 46deb55264
page(about): add hicss preprint 2020-10-18 02:50:14 +00:00
MDLeom 9cc697b937
post(jest): no longer use module-export to declare config
- ce8c4a145b
2020-09-28 05:52:42 +00:00
MDLeom c6d0369b95
chore(dev-deps): update autoprefixer from 9.6.1 to 10.0.0
- add postcss as devDep due to new requirement
- Closes !26
2020-09-21 09:07:52 +00:00
MDLeom 778247fff6
post(nixos): add systemd start-rate limit for older nixos 2020-09-12 05:04:37 +00:00
MDLeom 1cb712b5e3
post(nixos): fix systemd start rate-limits
- https://github.com/NixOS/nixpkgs/pull/97512
2020-09-09 08:42:42 +00:00
MDLeom 7712e5efe7
chore(snyk): use snyk auth 2020-09-05 13:09:41 +00:00
MDLeom bc9ab239a1
fix: wrap variable in quote 2020-09-05 13:00:37 +00:00
MDLeom c6ed614570
post(dns-filtering): Safe Browsing testing 2020-09-03 06:39:16 +00:00
MDLeom b889e3d13c
post: "Override smartypants in marked.js renderer" 2020-08-30 09:54:13 +00:00
MDLeom 4f69beea5f
fix(css): set background colour of inline codeblock highlight 2020-08-30 09:53:08 +00:00
MDLeom 86c5649e74
post(caddy-2): must use "caddy reload" to reload config
- ce8860dbfe/init/caddy.service (L25)
2020-08-30 09:23:35 +00:00
MDLeom e12bca5baa
post(embed svg): update hexo-yam config 2020-08-29 11:03:02 +00:00
MDLeom 6e7a86542d
chore: update hexo from 5.0.0 to 5.1.1 2020-08-24 01:45:15 +00:00
MDLeom 176df56ffc
chore(snyk): update auth method
- https://support.snyk.io/hc/en-us/articles/360004008258#UUID-4f46843c-174d-f448-cadf-893cfd7dd858_section-idm4557419555668831541902780562
2020-08-24 01:42:34 +00:00
MDLeom df475584ae
fix(css): update to sanitize.css v12.0.1 2020-08-24 00:58:14 +00:00
MDLeom 1c230ef7c9 Merge branch 'renovate/sanitize.css-12.x' into 'master'
chore(deps): update dependency sanitize.css to v12

See merge request curben/blog!25
2020-08-24 00:55:47 +00:00
MDLeom 18327dc01b
chore(deps): test hexojs/hexo-renderer-marked#161 2020-08-23 10:39:58 +00:00
curben-bot 457da8603e chore(deps): update dependency sanitize.css to v12 2020-08-23 04:06:59 +00:00
MDLeom bdfc32e449
fix(css): remove unused style
- continue b37693b142
2020-08-21 12:48:25 +00:00
MDLeom c422ff91ee
refactor: utilise full_url_for()
- https://github.com/hexojs/hexo-generator-feed/pull/149
2020-08-21 12:37:10 +00:00
MDLeom 25aab0be28
refactor(titleCase): String index & String.substring()
- String.substr() is a deprecated API
- Convert the rest to lowercase
2020-08-19 08:41:57 +00:00
MDLeom 9490884b5a
feat(helper): titleCase
- simpler version of https://github.com/rvagg/titlecase
  * no exceptions
2020-08-19 03:29:17 +00:00
MDLeom bbdfe74b48
post(tags): rename 'node' to 'node.js' 2020-08-19 02:48:37 +00:00
MDLeom 9265c9024b
post: Snap-installed Node.js cannot spawn() a Node.js app 2020-08-19 02:47:57 +00:00
MDLeom b37693b142
fix(css): caption class
- 23372e0f11
2020-08-17 08:42:11 +00:00
MDLeom 2bbca77471
fix(css): caption class
- 23372e0f11
2020-08-17 08:40:45 +00:00
MDLeom cdb8dc5c28
fix(css): make permalink icon appears centre 2020-08-16 06:34:21 +00:00
MDLeom e1cdcf5f33
fix(layout): add default mobile menu 2020-08-16 03:46:16 +00:00
MDLeom f28c920fad
fix(layout): add default menu 2020-08-16 03:41:50 +00:00
MDLeom a8a23d535c
fix: move theme icons to theme's folder 2020-08-16 03:33:07 +00:00
MDLeom 75cc2a8dc9
fix(css): compatibility with hexojs/hexo-util#229
- https://github.com/hexojs/hexo-util/pull/229
2020-08-15 13:38:31 +00:00
MDLeom 9b3b9d569d
fix: move logos from theme to site 2020-08-15 13:28:30 +00:00
MDLeom 1e590c15af
chore: make css build to be optional 2020-08-15 13:26:27 +00:00
MDLeom bbe8f0d0da
page(about): add thesis full text 2020-08-12 05:19:39 +00:00
MDLeom 93c5ad783e
fix(theme): check dependencies 2020-08-10 08:29:36 +00:00
MDLeom 415a7591c8
ci(gitlab): switch back to npm 2020-08-10 04:11:10 +00:00
MDLeom 1e51f918ed
chore(deps): remove hexo-util workaround 2020-08-10 04:07:44 +00:00
MDLeom 6c9179a388
fix(layout): utilise url_for() to prepend root value 2020-08-09 11:56:09 +00:00
MDLeom 54d1a3856d
refactor: utilise feed_tag() helper
- https://hexo.io/docs/helpers#feed-tag
2020-08-09 11:51:22 +00:00
MDLeom a852f0e8ce
feat: add tag index page
- https://github.com/hexojs/hexo-generator-tag/pull/44
2020-08-09 11:46:13 +00:00
MDLeom 97d59bb2c7
ci(netlify): set default cache-control 2020-08-07 08:08:51 +00:00
MDLeom f32a721921
ci(netlify): fix header syntax 2020-08-07 07:44:22 +00:00
MDLeom ed3c9b7dc0
ci(netlify): add Clear-Site-Data header
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data
2020-08-07 07:11:23 +00:00
MDLeom b75903616a
ci(netlify): enable hsts preload 2020-08-07 06:29:45 +00:00
MDLeom 91ce67e0ac
ci(netlify): set 1-day cache for *.xml 2020-08-07 06:27:25 +00:00
MDLeom 327deb4781
ci(netlify): increase *.svg cache to 1-week 2020-08-05 08:31:56 +00:00
MDLeom 5ffaaec0dc
ci(netlify): increase *.css cache to 1-week 2020-08-05 08:17:06 +00:00