1
Fork 0
Commit graph

41 commits

Author SHA1 Message Date
0eb23e82cd
Remove sentry
My JS doesn't have errors, and the less tracking on the site the better!
2020-03-30 17:27:30 +01:00
58d300f991
Remove the spellchecking
Maintaining the .spelling file is nasty!
2019-12-20 09:22:49 +00:00
449554f6b6
Hack around the lack of raw environment support in parcel
It only supports env files, so let's make one when creating a production build
2019-11-01 23:31:04 +00:00
43df6b6da4
Add a way of checking for broken links
Intentionally not run as part of CI, as it's a little messy with state. It's more a manual check
2019-11-01 23:18:23 +00:00
e7c9222801
Replace browserify with parcel
The build is slightly smarter, and deals with weird things better, although it is a bit slower.
2019-11-01 22:41:11 +00:00
60c66b5ab0
Extract mermaid logic into its own JS file, and correct conditional loading 2019-10-29 18:49:42 +00:00
48cae84b96
Use regular bash things to pass in extra arguments 2019-10-27 22:40:52 +00:00
f59c66c9f3
Install sentry error logging 2019-06-01 18:12:29 +01:00
e65f54ff62
Update to Hugo 0.55 2019-04-27 20:42:31 +01:00
ed493c8372
Change syntax highlight style to monokai 2019-03-16 16:29:31 +00:00
918e1eaa2b
Remove netlify hack
https://twitter.com/GoHugoIO/status/1106282569161687042
2019-03-16 13:25:31 +00:00
c5a297f795
Add matrix well-known file 2019-02-07 19:28:19 +00:00
22a91dd434
Remove double .min extension on CSS files 2018-12-16 14:51:54 +00:00
cfa3c5f66f
Only load lightgallery and mermaid on relevant pages 2018-12-16 14:30:46 +00:00
1128182535
Customize lightgallery and use all plugins 2018-12-01 20:52:38 +00:00
b216fbd24d
Avoid duplication of .min extension 2018-12-01 20:43:35 +00:00
e51f08c83a
Load highlight in separate CSS call 2018-12-01 17:53:05 +00:00
829e6d395d
Use fontawesome CSS rather than JS 2018-12-01 17:15:37 +00:00
02b02d3ac1
Use async scripts, and remove thumbnail plugin to make it easier 2018-12-01 17:03:46 +00:00
0e16ed30a8
Attempt workaround for netlify CGO issues
https://github.com/netlify/build-image/issues/183#issuecomment-419199649
2018-10-05 13:51:49 +01:00
cddfa935fa
Remove unnecessary security file 2018-08-22 13:23:39 +01:00
5442ae1cce
Swap out parel with browserify
It's so much faster!
2018-08-18 11:38:22 +01:00
1c63a94f14
Use Hugo to minify instead 2018-08-18 11:26:57 +01:00
e60feea08c
Remove / update dependencies 2018-08-18 11:11:57 +01:00
20c5a468e6
No need to recursive copy 2018-08-16 20:49:42 +01:00
b80c220110
Run link checker locally 2018-08-15 21:33:01 +01:00
7b8e616bea
Build CSS and JS with hugo 2018-08-15 21:05:51 +01:00
3e98bd1af8
Don't bundle all JS into 1 2018-08-15 19:52:30 +01:00
e80b80652e
Don't check for broken links anymore 2018-08-15 19:14:48 +01:00
7db8cdd1bc
Use parcel for JS bundling 2018-06-17 12:03:33 +01:00
bbd789ab23
Try running speedpack on netlify 2018-05-27 12:27:52 +01:00
e4bcf3e788
Remove speedpack for netlify optimisations 2018-05-27 10:52:25 +01:00
21df5e185c
Ignore html5up 2018-05-18 22:02:42 +01:00
0fe74baa7d
Add project bin dir to PATH 2018-05-18 21:32:08 +01:00
30c56cbf32
Don't run link checker safely 2018-05-18 21:15:17 +01:00
f133277b08
Replace makefile with bash scripts 2018-05-18 20:59:30 +01:00
966c5cf111 use Makefile for build 2017-04-30 12:02:21 +01:00
080256df66 Remove watching and cleanup build script 2017-04-30 11:32:15 +01:00
3dffd5fed0 Copy fonts 2017-04-22 19:39:22 +01:00
90bfd0803e Use build scss files 2017-04-21 22:17:57 +01:00
ab5c2042f6 Add basic build script 2017-04-21 20:06:33 +01:00