diff --git a/package.json b/package.json index beef6387..e8601a57 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "The source for my personal site, blog and portfolio. Build using 11ty and hosted on Vercel.", "main": "index.html", "scripts": { - "start": "eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch", - "debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch", + "start": "ELEVENTY_PRODUCTION=false eleventy --serve && NODE_ENV=development npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch", + "debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve && NODE_ENV=development npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch", "lint": "eslint .", "lint:fix": "eslint . --fix", "build": "rm -rf .cache && ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production npx tailwindcss -i ./tailwind.css -c ./tailwind.config.js -o _site/assets/styles/tailwind.css", diff --git a/src/_data/env.js b/src/_data/env.js new file mode 100644 index 00000000..2cdcc8b1 --- /dev/null +++ b/src/_data/env.js @@ -0,0 +1,3 @@ +module.exports = async function () { + return process.env.NODE_ENV +} diff --git a/src/_includes/base.liquid b/src/_includes/base.liquid index f1a912de..3ccfe29d 100644 --- a/src/_includes/base.liquid +++ b/src/_includes/base.liquid @@ -29,11 +29,14 @@ - - + {% if env != 'development' %} + + + {% endif %} - Contact - - -- [Email](mailto:hi@coryd.dev) -- [Calendar](https://calendly.com/cdme) diff --git a/src/posts/2023/building-my-now-page-using-eleventy.md b/src/posts/2023/building-my-now-page-using-eleventy.md index 174b9406..bfd05f5d 100644 --- a/src/posts/2023/building-my-now-page-using-eleventy.md +++ b/src/posts/2023/building-my-now-page-using-eleventy.md @@ -88,7 +88,7 @@ artist: (media) => `https://cdn.coryd.dev/artists/${media.replace(/\s+/g, '-').toLowerCase()}.jpg`, ``` -These images are all cropped to `350x350` and hosted over on Bunny.net[^2]. +These images are all cropped to `350x350` and hosted over on Bunny.net[^2]. [Much like artists, we populate albums from data sourced from Last.fm](https://github.com/cdransf/coryd.dev/blob/e886857387661ceeba4f2b368989ec32f0c3f121/src/_data/albums.js) diff --git a/src/referrals.md b/src/referrals.md index 3e1f2c28..acb72b3f 100644 --- a/src/referrals.md +++ b/src/referrals.md @@ -11,9 +11,8 @@ title: Referrals Referral links for services I use. I save some money and you do as well if you choose to use them. -- Proton -- Fathom Analytics -- NextDNS -- DNSimple -- Bunny.net -- DigitalOcean +- Proton +- NextDNS +- DNSimple +- Bunny.net +- DigitalOcean diff --git a/src/uses.md b/src/uses.md index 353f48dd..53e6832c 100644 --- a/src/uses.md +++ b/src/uses.md @@ -49,11 +49,10 @@ Software and services that I use for work and my own enjoyment.

Services

-- Proton -- Fathom Analytics -- NextDNS -- DNSimple -- Bunny.net +- Proton +- NextDNS +- DNSimple +- Bunny.net - [1Password](https://1password.com) - [Slack](http://slack.com) - [Discord](http://discord.com)