Here you'll find my ad hoc thoughts, front-end experiments, technical articles, and anything else that I want. That's the beauty of having your own website: it can be whatever you want it to be!
theAdhocracy is built on the Jamstack, a modern tech stack wtih ReactJS at the heart. Specifically:
It's also built on the foundations of the IndieWeb, with accessibility (#a11y) at its core. If you can spot any improvements than can be made feel free to ping me a message (Twitter is probably best) or make a pull request.
You can find me all over the place:
- Web: theAdhocracy
- CV: resume
- GitHub: profile psst you're here now
- LinkedIn: murraychampernowne
- Mastodon: @theAdhocracy
Or just subscribe to my blog via RSS to stay up to date 😀
- npm
- Prettier
- Node
The Netlify CLI is required to perform local production builds.
netlify dev --context production
: runs a local development server using the live server configuration.netlify build --context production
: forces a full build using the same settings as the production server. (Note: you cannot preview this build.)
The default behaviour assumes that --content production
is set, so that can be omitted from both of the above commands without changing the output. Included purely for documentation purposes. Other options include e.g. --content deploy-preview
.
Full documentation: Netlify CLI Docs.