diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..4830dc4 --- /dev/null +++ b/shell.nix @@ -0,0 +1,6 @@ +{pkgs ? import {}}: +pkgs.mkShell { + nativeBuildInputs = with pkgs.buildPackages; [ + nodejs + ]; +} diff --git a/src/content/projects/camouflage-store/index.mdx b/src/content/projects/camouflage-store/index.mdx index 5165ccc..17b5ae0 100644 --- a/src/content/projects/camouflage-store/index.mdx +++ b/src/content/projects/camouflage-store/index.mdx @@ -1,6 +1,6 @@ --- title: "Camouflage Store" -description: "My role in setting up & managing an ecommerce store and creating informational YouTube content." +description: "Migrating and managing an ecommerce store, in addition to creating informational video content." #date: 2020-12-03T09:17:23+00:00 # Date of site creation date: 2022-10-18 # Date Persuit theme was purchased updated: 2024-12-05