tvl-depot/website/sandbox/contentful
William Carroll 0c71fc9d1d Drop support for dir-locals.nix, <nixpkgs>, etc.
In the spirit of Marie Kondo, I'm tidying up!

TL;DR:
- Prefer .envrc `use_nix` and delete all dir-locals.nix files
- Remove ~all references to <nixpkgs>, <unstable>, <depot> and prefer
  referencing each with briefcase.third_party.{pkgs,unstable,depot}
- Delete nixBufferFromShell function since I was only using that in
  dir-locals.nix files
2020-08-20 11:26:32 +01:00
..
src Run Prettier across projects 2020-03-27 10:59:50 +00:00
.envrc Drop support for dir-locals.nix, <nixpkgs>, etc. 2020-08-20 11:26:32 +01:00
.gitignore Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
default.nix Drop support for dir-locals.nix, <nixpkgs>, etc. 2020-08-20 11:26:32 +01:00
package.json Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
postcss.config.js Run Prettier across projects 2020-03-27 10:59:50 +00:00
README.md Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00
shell.nix Drop support for dir-locals.nix, <nixpkgs>, etc. 2020-08-20 11:26:32 +01:00
tailwind.config.js Run Prettier across projects 2020-03-27 10:59:50 +00:00
tsconfig.json Run Prettier across projects 2020-03-27 10:59:50 +00:00
yarn.lock Add sandbox project using Contentful CMS 2020-03-24 13:27:30 +00:00

Contentful

I have not used a CMS in a few years. I learned about Contentful from a Gatsby.js tutorial, and I wanted to learn more; I created a Contentful account, and I'm experimenting with the data here.

Developing

$ nix-shell
$ yarn run dev

Building

$ nix-build