Commit Graph

1275 Commits

Author SHA1 Message Date
curben b338ab9459 Add Open Graph meta tags
http://ogp.me/
https://stackoverflow.com/q/6535405
2018-10-26 18:42:35 +10:30
curben 175ab3937d Update hexo badge version in readme 2018-10-26 17:55:21 +10:30
curben 0e7fbcbd0b Use local package only and replace 'latest' with version number
https://firstdoit.com/no-need-for-globals-using-npm-dependencies-in-npm-scripts-3dfb478908?gi=9f1ea80a068
Specify 'latest' doesn't necessarily install the latest version
https://stackoverflow.com/a/39650983
2018-10-26 17:49:15 +10:30
curben 8f236bd28f Update instruction to view 'list questions' 2018-10-26 13:08:40 +10:30
curben 69ae2be8e0 Upgrade hexo to 3.8.0 2018-10-26 13:07:23 +10:30
curben 07afb16715 Use js standard style
https://standardjs.com/
2018-10-25 19:33:38 +10:30
curben e02bdab651 Update changes to readme 2018-10-25 15:07:04 +10:30
curben 7ce115df83 Fix links formatting 2018-10-25 14:54:27 +10:30
curben e1c4bf489f Add license 2018-10-25 14:50:01 +10:30
curben df6844e364 Add 'How to check validity of GitLab CI config' post 2018-10-25 14:03:04 +10:30
curben 715984f355 Add 'How to disable Control+Alt+S shortcut in MATE' post 2018-10-24 15:24:45 +10:30
curben 2cd6e3e6a5 Highlight button when hover over it 2018-10-20 19:04:52 +10:30
curben 673707964f Remove duplicate css rules 2018-10-20 13:53:38 +10:30
curben d8e1f57e9b Remove dotted outline on button
https://stackoverflow.com/q/71074/9645167
2018-10-20 13:38:41 +10:30
curben f397e5a17f Unify button styling across platforms
Revert edd32bb80d
2018-10-19 22:11:40 +10:30
curben edd32bb80d Use platform-native styling for button appearance
https://developer.mozilla.org/en-US/docs/Web/CSS/appearance
2018-10-19 21:13:15 +10:30
curben 6f16ecded9 Always show copy button 2018-10-19 20:52:39 +10:30
curben 1f0f664677 Load typing.js after jquery 2018-10-19 11:57:41 +10:30
curben 57303be096 Update typing.css using autoprefixer and normalize.css 2018-10-19 11:53:22 +10:30
curben 5bf25b03eb List removable windows 10 apps 2018-10-19 10:58:27 +10:30
curben a4ae8ad177 Remove duplicate and unused fonts 2018-10-18 19:39:01 +10:30
curben 89134018eb Add 'Edit multiple questions on LimeSurvey' post 2018-10-18 16:01:17 +10:30
curben ff42252056 Add bsdtar example 2018-10-17 19:12:15 +10:30
curben 68177361d4 Use 'Content is available under'
Instead of 'Licensed under' which sounds intimidating
2018-10-14 22:36:29 +10:30
curben d897263163 Add example of unzip stdin 2018-10-14 14:19:10 +10:30
curben 4f40f5b85a Add 'Change spellcheck language in Ghostwriter' post 2018-10-14 14:17:39 +10:30
curben 718a093777 Use alpine image instead of ubuntu
https://hub.docker.com/_/node/
https://github.com/nodejs/docker-node#image-variants
2018-10-13 20:33:14 +10:30
curben c73967c47f Add 'GNU vs BusyBox Unix tools' post 2018-10-13 14:08:32 +10:30
curben d56a73f241 Use latest version of node on netlify
Previous issue is fixed
89f80789b0

Possibly due to stricter/more consistent parsing of symlink on nodejs v10.12
https://github.com/nodejs/node/pull/22808
2018-10-11 17:18:54 +10:30
curben 89f80789b0 Use symbolic link instead of hard link
https://www.cyberciti.biz/tips/understanding-unixlinux-symbolic-soft-and-hard-links.html
https://www.cyberciti.biz/faq/creating-soft-link-or-symbolic-link/
2018-10-11 17:14:47 +10:30
curben f636ec012a Run hexo on gitlab ci for debugging 2018-10-11 17:02:47 +10:30
curben a4406ba3ef Downgrade nodejs to v10.11
Possible netlify bug
2018-10-11 12:15:21 +10:30
curben bb89c070b1 Add ignore policy to snyk 2018-10-11 11:38:56 +10:30
curben 9bb8a0d997 Add more example 2018-10-11 11:30:24 +10:30
curben f6d29560a0 Add security issue example 2018-10-11 10:36:02 +10:30
curben c79ae97add Add 'Default binaries in Alpine docker image' post 2018-10-10 20:54:49 +10:30
curben 54d74b4d1b Switch to cloudinary-jquery without file-upload function
- cloudinary-core 67.1KB
- cloudinary-jquery 66.5KB
- cloudinary-jquery-file-upload 71KB
2018-10-07 14:47:51 +10:30
curben 22d6784d2c Add links to configs 2018-10-07 11:52:03 +10:30
curben 7f1cb26fc1 hexo-all-minifier prerequisite 2018-10-06 18:43:47 +09:30
curben 5f68d6d09c Replace onwards with plus sign 2018-10-06 18:38:42 +09:30
curben 4eca4d9ebf Don't bundle js
HTTP/2 (supported by Netlify) offers multiplexing, so bundle/concat is not required
https://stackoverflow.com/a/36519379
Revert a4226f1413
2018-10-05 14:12:03 +09:30
curben 1e6074df9c Update repo link 2018-10-05 12:32:48 +09:30
curben c9350ba269 Simplify npm installation 2018-10-05 12:29:35 +09:30
curben 3f6655a33c Update hexo-yam to 0.6.0 2018-10-05 12:16:02 +09:30
curben 3d97dee41b In Archive page, display post title next line after post date 2018-10-04 14:37:30 +09:30
curben a4226f1413 Combine sri-fallback and typing
Save one HTTP request
2018-10-04 12:21:36 +09:30
curben 13b9218525 Use brighter colours, increase the size from 30px to 48px
svg optimised using svgo
https://www.npmjs.com/package/svgo
2018-10-03 18:48:15 +09:30
curben 33cde260e9 Add post excerpt 2018-10-03 10:21:34 +09:30
curben 983b522b7c Limit max width of picture to 500px, remove dpr_auto
https://cloudinary.com/documentation/responsive_images#automatic_image_width
dpr is not widely supported https://www.caniuse.com/#feat=client-hints-dpr-width-viewport
2018-10-02 21:11:43 +09:30
curben 74e0beae68 Don't hide desktop folder 2018-10-02 21:01:16 +09:30