Commit Graph

210 Commits

Author SHA1 Message Date
dependabot[bot]
e0b851e1a1 💄 Rebuild CSS 2023-10-03 22:42:55 +00:00
dependabot[bot]
4b451e719c
📌 Bump prettier-plugin-tailwindcss from 0.5.4 to 0.5.5
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.4...v0.5.5)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 22:42:34 +00:00
James Panther
68184bc728
🔨 Preparing release v1.3.1 2023-09-10 11:02:04 +10:00
James Panther
5e77ae81b0
📝 Update changelog 2023-09-10 10:58:35 +10:00
James Panther
7179daef26
👷 Bump Hugo version in Netlify config 2023-09-10 10:56:36 +10:00
James Panther
c3a3db2775
🔀 Merge pull request #90 from jpanther/dependabot/npm_and_yarn/tailwindcss/typography-0.5.10
📌 Bump @tailwindcss/typography from 0.5.9 to 0.5.10
2023-09-10 10:53:15 +10:00
dependabot[bot]
9bc4e7118a 💄 Rebuild CSS 2023-09-10 00:49:48 +00:00
dependabot[bot]
247784aefb
📌 Bump @tailwindcss/typography from 0.5.9 to 0.5.10
Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.5.9 to 0.5.10.
- [Release notes](https://github.com/tailwindcss/typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindcss/typography/compare/v0.5.9...v0.5.10)

---
updated-dependencies:
- dependency-name: "@tailwindcss/typography"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-10 00:49:24 +00:00
James Panther
23afe56054
🔀 Merge pull request #89 from jpanther/dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.5.4
📌 Bump prettier-plugin-tailwindcss from 0.5.3 to 0.5.4
2023-09-10 10:48:36 +10:00
dependabot[bot]
9d7c2f4f8c
📌 Bump prettier-plugin-tailwindcss from 0.5.3 to 0.5.4
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.3...v0.5.4)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-10 00:44:40 +00:00
James Panther
7e80068ab7
🔀 Merge pull request #88 from hugo-sid/patch-1
👷 Specify `HUGO_VERSION` environment variable once in `netlify.toml`
2023-09-10 10:44:13 +10:00
James Panther
78a86d2923
Merge pull request #87 from jpanther/dependabot/npm_and_yarn/prettier-3.0.3
📌 Bump prettier from 3.0.2 to 3.0.3
2023-09-10 10:42:51 +10:00
James Panther
7e00d41956
Merge pull request #91 from jpanther/dependabot/github_actions/actions/checkout-4
👷 Bump actions/checkout from 3 to 4
2023-09-10 10:42:33 +10:00
dependabot[bot]
a44b4f938e
👷 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-09 23:00:57 +00:00
Sid
c015a25f3a
👷 Specify HUGO_VERSION environment variable once in netlify.toml
If an environment variable (`HUGO_VERSION` in this case) has the same value for all contexts (production, deploy-preview & branch-deploy), then there is no need to specify it for each context.

Specifying it once under [build.environment] should be enough.

From https://docs.netlify.com/configure-builds/file-based-configuration/#deploy-contexts :

"any property of a context-aware key, such as [build] or [[plugins]], will be applied to all contexts unless the same property key is present in a more specific context."
2023-08-31 11:30:51 +05:30
dependabot[bot]
47acd444fc
📌 Bump prettier from 3.0.2 to 3.0.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 23:14:55 +00:00
James Panther
e04209d6e8
🔀 Merge pull request #85 from jpanther/dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.5.3
📌 Bump prettier-plugin-tailwindcss from 0.5.2 to 0.5.3
2023-08-16 18:27:52 +10:00
dependabot[bot]
45b14f569c
📌 Bump prettier-plugin-tailwindcss from 0.5.2 to 0.5.3
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.2 to 0.5.3.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.2...v0.5.3)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-16 08:26:36 +00:00
James Panther
964ffe5511
🔀 Merge pull request #84 from jpanther/dependabot/npm_and_yarn/prettier-3.0.2
📌 Bump prettier from 3.0.1 to 3.0.2
2023-08-16 18:25:20 +10:00
dependabot[bot]
468dafe218
📌 Bump prettier from 3.0.1 to 3.0.2
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-15 23:54:18 +00:00
James Panther
c9435df7c9
🔀 Merge pull request #83 from jpanther/dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.5.2
📌 Bump prettier-plugin-tailwindcss from 0.3.0 to 0.5.2
2023-08-15 10:55:41 +10:00
dependabot[bot]
85b766b071
📌 Bump prettier-plugin-tailwindcss from 0.3.0 to 0.5.2
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.3.0 to 0.5.2.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.3.0...v0.5.2)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 07:09:05 +00:00
James Panther
d9f375c437
🔀 Merge pull request #77 from jpanther/dependabot/npm_and_yarn/tailwindcss-3.3.3
📌 Bump tailwindcss from 3.3.2 to 3.3.3
2023-08-14 17:08:21 +10:00
dependabot[bot]
578fb0f52e 💄 Rebuild CSS 2023-08-14 06:56:02 +00:00
dependabot[bot]
3d704884f6
📌 Bump tailwindcss from 3.3.2 to 3.3.3
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.3.3/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 06:55:44 +00:00
James Panther
e6f17a6803
🔀 Merge pull request #82 from jpanther/dependabot/npm_and_yarn/prettier-and-prettier-plugin-go-template-3.0.1
📌 Bump prettier and prettier-plugin-go-template
2023-08-14 16:54:53 +10:00
dependabot[bot]
3af2303a40 💄 Rebuild CSS 2023-08-03 23:51:58 +00:00
dependabot[bot]
38efcda952
📌 Bump prettier and prettier-plugin-go-template
Bumps [prettier](https://github.com/prettier/prettier) and [prettier-plugin-go-template](https://github.com/NiklasPor/prettier-plugin-go-template). These dependencies needed to be updated together.

Updates `prettier` from 2.8.8 to 3.0.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.1)

Updates `prettier-plugin-go-template` from 0.0.13 to 0.0.15
- [Changelog](https://github.com/NiklasPor/prettier-plugin-go-template/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NiklasPor/prettier-plugin-go-template/commits)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: prettier-plugin-go-template
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-03 23:51:38 +00:00
James Panther
4c30716cec
🔨 Preparing release v1.3.0 2023-06-04 11:05:11 +10:00
James Panther
0922877fc6
📝 Update changelog 2023-06-04 11:03:45 +10:00
James Panther
87874b3954
🍱 Fix missing tags from Stack-* SVG assets 2023-06-04 11:02:55 +10:00
James Panther
e258beb522
🍱 Update GitLab logo
Closes: #53
2023-06-04 11:02:21 +10:00
James Panther
25fb355ff7
🐛 Fix build error 2023-06-04 10:56:42 +10:00
James Panther
8653a4d170
👷 Update Netlify Hugo version 2023-06-04 10:53:03 +10:00
James Panther
e2a46a025e
📝 Update docs and css 2023-06-04 10:52:32 +10:00
James Panther
a5317a5c27
🔀 Merge pull request #52 from pesader/add-stack-links
 add support for stack overflow and stack exchange
2023-06-04 10:46:07 +10:00
James Panther
06ee62646a
Merge branch 'dev' of https://github.com/jpanther/lynx into dev 2023-06-04 10:44:45 +10:00
James Panther
323e97502c
🐛 Change analytics to use .IsProduction
Fixes: #73
2023-06-04 10:44:42 +10:00
James Panther
d019329eb1
📝 Update changelog 2023-06-04 10:42:57 +10:00
James Panther
6e372a80b3
🔀 Merge pull request #74 from jpanther/dependabot/npm_and_yarn/tailwindcss-3.3.2
📌 Bump tailwindcss from 3.2.4 to 3.3.2
2023-06-04 10:40:49 +10:00
dependabot[bot]
32d8911741 💄 Rebuild CSS 2023-05-29 00:08:03 +00:00
dependabot[bot]
50a23d089d
📌 Bump tailwindcss from 3.2.4 to 3.3.2
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.4 to 3.3.2.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.4...v3.3.2)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 00:07:45 +00:00
James Panther
e224abe574
🔀 Merge pull request #68 from jpanther/dependabot/npm_and_yarn/prettier-2.8.8
📌 Bump prettier from 2.8.7 to 2.8.8
2023-05-29 10:06:42 +10:00
dependabot[bot]
9bd19b9f6a
📌 Bump prettier from 2.8.7 to 2.8.8
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.7...2.8.8)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-28 23:56:39 +00:00
James Panther
1ae34754c0
🔀 Merge pull request #71 from jpanther/dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.3.0
📌 Bump prettier-plugin-tailwindcss from 0.2.6 to 0.3.0
2023-05-29 09:51:19 +10:00
dependabot[bot]
cd3a9fc9c8
📌 Bump prettier-plugin-tailwindcss from 0.2.6 to 0.3.0
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.2.6 to 0.3.0.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.2.6...v0.3.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 00:03:48 +00:00
James Panther
95908d3c89
🔀 Merge pull request #62 from jpanther/dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.2.6
📌 Bump prettier-plugin-tailwindcss from 0.2.5 to 0.2.6
2023-04-01 14:36:51 +11:00
pesader
133072abdb 🩹: ensure icons have fill="currentColor" property 2023-03-30 00:50:05 -03:00
dependabot[bot]
fa7fe1cdae
📌 Bump prettier-plugin-tailwindcss from 0.2.5 to 0.2.6
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.2.5...v0.2.6)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 23:01:53 +00:00
James Panther
99fca1e88c
🔀 Merge pull request #61 from jpanther/dependabot/npm_and_yarn/prettier-2.8.7
📌 Bump prettier from 2.8.4 to 2.8.7
2023-03-29 12:36:53 +11:00