Commit graph

49 commits

Author SHA1 Message Date
2a88186e32
Merge pull request from Lucxjo/dependabot/npm_and_yarn/nuxt-3.0.0-rc.4 2022-06-14 07:03:58 +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
c706d795e0
Merge pull request from Lucxjo/dependabot/npm_and_yarn/sass-1.52.3 2022-06-09 07:13:26 +01: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
d834ef355a
Merge pull request from Lucxjo/dependabot/npm_and_yarn/nuxt-3.0.0-rc.3 2022-06-07 10:08:42 +01: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
9e631f9f60
Create codeql-analysis.yml 2022-06-07 09:58:55 +01:00
993c29ee87
Create dependabot.yml 2022-06-07 09:57:25 +01:00
a96fbb524d
Update index.scss
Remaining `.grid` in the media section updated to `.grid-3`
2022-05-24 19:34:03 +01:00
7592a99846
Update docker-publish.yml
Hardcoded image name, apparently it has issues with capitals
2022-05-24 19:28:18 +01:00
589e2b584f
Update docker-publish.yml
Missing dollar sign for env added
2022-05-24 19:26:30 +01:00
c4ae29d19e
Update docker-publish.yml
Corrected latest tag
2022-05-24 19:25:16 +01:00
1fc7e2ecf2
Update docker-publish.yml
Add latest tag
2022-05-24 19:19:37 +01:00
9a41abc731
Update docker-publish.yml 2022-05-24 19:09:09 +01:00
70fe2c6ef2
Create docker-publish.yml 2022-05-24 18:16:34 +01:00
4e4b9841a4
Delete .yarn/cache directory 2022-05-23 20:55:11 +01:00
26e91acd9c
Added new time utility 2022-05-23 20:37:02 +01:00
f2aef2012b
Added a simple NavBar on some pages 2022-05-22 22:04:20 +01:00
8cb418dbba
Merge pull request from Lucxjo/port/nuxt
Port/nuxt
2022-05-22 19:09:45 +02:00
da65d2381e
Added Head tags
Ready for pull and build
2022-05-22 18:09:17 +01:00
0010bc5d42
Files changed for docker cleanup
Need to optimise docker builds but that can wait
2022-05-22 17:51:25 +01:00
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
9edc8b71f7
Updated LinkCard
LinkCard now uses vue-router when it is an internal resource
2022-05-22 17:15:42 +01:00
ca2f305a0a
Code cleanup. Added utilities index
Utilities has been added since it is my aim to have all of the staff forms and timezones added to the site
2022-05-22 16:57:52 +01:00
67ffe0c200
Create birthdays.vue
Added the birthdays page back
2022-05-22 16:40:23 +01:00
0304bf763c
Link cards simplified
Description of LinkCards is no longer displayed. This should make things simpler
2022-05-21 22:42:40 +01:00
b230abc48b
Added LinkCard
LinkCard is the component that deals with links on the homepage.
2022-05-21 22:10:00 +01:00
ca7034738b
Started the styling
Need to look into how to properly deal with styling in nuxt
2022-05-21 21:28:41 +01:00
f1c76c22a7
Added basic nuxt stuff
Added index, translations (not currently working), and removed further unnecessary stuff
2022-05-21 21:03:12 +01:00
42d960090e
Removed all Next.js files in preparation to move to Nuxt 2022-04-26 18:35:54 +01:00
ef9aadd68a
Links no longer rely on the link shortener
Corrected Website name to correct Swedish form.
Corrected card layout
2022-04-24 14:07:20 +01:00
Ludoviko
06cc898770
Updated for Matrix
Corrected copy to clipboard
2022-01-09 21:08:34 +00:00
Ludoviko
b45268b2c5
Added mode automated docker builds 2022-01-01 23:18:50 +00:00
Ludoviko
b05897f0b5
Updated to NextJS 12 2022-01-01 22:39:27 +00:00
Ludoviko
16fee4031d
Updated birthday command 2022-01-01 22:34:58 +00:00
Ludoviko
b28c1b6488
Corrected copy to keyboard 2021-09-17 21:03:03 +01:00
Ludoviko
b0132e4efe
Updated some more stylings 2021-09-17 19:21:45 +01: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
1f21e18241
Updated site for separate Short.io 2021-08-10 21:23:11 +01:00
Ludoviko
2cfa16fb07
Updated /discord 2021-07-24 21:04:47 +01:00
Ludoviko
75d94341c5
Added Analytics 2021-07-24 14:31:40 +01:00
Ludoviko
25c29c8a11
Added OpenGraph stuff 2021-07-24 09:27:00 +01:00
Ludoviko
c09b7ee281
Added image 2021-07-23 21:31:56 +01:00
Ludoviko
c3aab352d3
Added EO translation 2021-07-23 20:37:22 +01:00
Ludoviko
d701b1eedc
Shortened title 2021-07-23 19:38:09 +01:00
Ludoviko
1ee4053c4c
Added links to homepage 2021-07-23 19:35:41 +01:00
Ludoviko
ec742b15db
Added redirect and blank index 2021-07-23 17:28:40 +01:00
Ludoviko
9b77a46acc
Initial commit from Create Next App 2021-07-23 17:14:54 +01:00