Process hugo config for inferring basedir automatically
Allow setting class of SrcSet wrapper
Update copyright year
Improve extension and format handling of content files
Update to Netlify CMS 1.9.2 - mostly bugfixes and some new minor features
Update dependencies, most notably Webpack 4
Bugfix: person cards not rendered correctly
Configure eslint, should work with any local IDE/editor setup, but you can also run yarn lint
Show react warnings in the console
Rename directory images to media
Bugfix: fix markdown content in person pages
Minify hugo markup
85
Implement buildData, a way to fetch remote data to be used during the build process, for those cases where it's not necessary for the client to make requests to data we know won't change (basically we're SSR'ing remote data)
86
Fix case sensitivity bug in responsive images
89
Move settings to data directory, so they can be used within the $.Data variable in hugo
91
Implement Facebook Pixel
92
Update dependencies, most notably Autoprefixer 5 and Babel 7
80
basedir
automaticallyyarn lint
images
tomedia
85
buildData
, a way to fetch remote data to be used during the build process, for those cases where it's not necessary for the client to make requests to data we know won't change (basically we're SSR'ing remote data)86
89
$.Data
variable in hugo91
92