Commit graph

29 commits

Author SHA1 Message Date
Louis Hollingworth 9241dc0783
Switch to Astro
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2022-10-01 19:35:07 +01:00
renovate[bot] 555ead3d34
Update dependency vite to v3 2022-08-03 07:25:59 +00:00
renovate[bot] 9c04628859
Update dependency nuxt to v3.0.0-rc.6 2022-08-03 07:20:26 +00:00
Louis Hollingworth 11bd096706
Merge pull request #22 from Lucxjo/renovate/sass-1.x 2022-08-03 08:17:09 +01:00
renovate[bot] 72fc39ee9f
Update dependency sass to v1.54.1 2022-08-03 07:15:28 +00:00
Louis Hollingworth 3b8bd583f5
Merge pull request #18 from Lucxjo/renovate/intlify-nuxt3-0.x 2022-08-03 08:14:03 +01:00
renovate[bot] 89dd352244
Update dependency @nuxtjs/i18n to v7.2.3 2022-08-01 18:43:09 +00:00
renovate[bot] 903257a4d8
Update dependency @intlify/nuxt3 to v0.2.3 2022-07-07 03:34:20 +00:00
renovate[bot] 1113bfc9c5
Update dependency sass-loader to v13.0.2 2022-06-27 12:08:47 +00:00
renovate[bot] bbcbf66d4e
Update dependency sass to v1.53.0 2022-06-23 07:14:56 +00:00
Louis Hollingworth 32b0c7bef8
Corrected engines field
Hopefully this corrects a vercel issue

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2022-06-22 21:06:19 +01:00
Louis Hollingworth d9d8363322
Updated to use pnpm
Now enforcing use of node 17 (not using 18 due to dep. issue)

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2022-06-22 21:04:13 +01:00
renovate[bot] 45d5391380
Pin dependencies 2022-06-22 14:52:27 +00:00
Louis Hollingworth 8893bd5eff
Update package.json
Tailwind no longer needed, removing.

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2022-06-22 15:49:32 +01:00
Louis Hollingworth 38cea3d8dd
Update package.json
Prepare for switch to pnpm, added to engines. May have issues building until I can --shamefully-hoist.

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
2022-06-22 09:38:24 +01:00
dependabot[bot] 379eb9b9d6
Bump nuxt from 3.0.0-rc.3 to 3.0.0-rc.4
Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 3.0.0-rc.3 to 3.0.0-rc.4.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-14 04:56:44 +00:00
dependabot[bot] 4fa722f3b6
Bump sass from 1.52.2 to 1.52.3
Bumps [sass](https://github.com/sass/dart-sass) from 1.52.2 to 1.52.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.52.2...1.52.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-09 04:47:40 +00:00
dependabot[bot] d4eca4ce83
Bump nuxt from 3.0.0-rc.1 to 3.0.0-rc.3
Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 3.0.0-rc.1 to 3.0.0-rc.3.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 09:02:18 +00:00
Louis Hollingworth 0010bc5d42
Files changed for docker cleanup
Need to optimise docker builds but that can wait
2022-05-22 17:51:25 +01:00
Louis Hollingworth a8d464a63c
Port almost complete
I18n will not be completed as part of port.
Just Metadata left to do!
2022-05-22 17:35:47 +01:00
Louis Hollingworth ca7034738b
Started the styling
Need to look into how to properly deal with styling in nuxt
2022-05-21 21:28:41 +01:00
Louis Hollingworth f1c76c22a7
Added basic nuxt stuff
Added index, translations (not currently working), and removed further unnecessary stuff
2022-05-21 21:03:12 +01:00
Louis Hollingworth 42d960090e
Removed all Next.js files in preparation to move to Nuxt 2022-04-26 18:35:54 +01:00
Ludoviko b05897f0b5
Updated to NextJS 12 2022-01-01 22:39:27 +00:00
Ludoviko d424504547
Updated website design. Added a birthday command generator 2021-09-17 19:16:10 +01:00
Ludoviko 3a7194b33d
Updated design to a tailwindcss based design. Already looking better on mobile.
Some optimisation still needs to be done
2021-09-02 21:27:37 +01:00
Ludoviko 75d94341c5
Added Analytics 2021-07-24 14:31:40 +01:00
Ludoviko 1ee4053c4c
Added links to homepage 2021-07-23 19:35:41 +01:00
Ludoviko 9b77a46acc
Initial commit from Create Next App 2021-07-23 17:14:54 +01:00