Compare commits

...

4 commits

Author SHA1 Message Date
629bf91d4f
Bumped astro and restructured
All checks were successful
/ get-version (push) Successful in 5s
/ astro-check (push) Successful in 14s
/ build-site (push) Successful in 1m17s
/ check-tag (push) Successful in 3s
/ auto-deploy-dockge (push) Successful in 7s
/ checking (push) Successful in 15s
/ create-release (push) Successful in 11s
2024-08-21 13:26:38 +02:00
949b05b192
smol changes
All checks were successful
/ get-version (push) Successful in 3s
/ astro-check (push) Successful in 12s
2024-08-16 18:44:31 +02:00
de3e262a3c
Content Collection Schemas
All checks were successful
/ astro-check (push) Successful in 13s
/ get-version (push) Successful in 3s
/ check-tag (push) Successful in 3s
/ checking (push) Successful in 14s
/ create-release (push) Successful in 7s
/ auto-deploy-dockge (push) Successful in 12s
/ build-site (push) Successful in 1m6s
2024-08-01 18:01:39 +02:00
27ee2de172
fixed typo
All checks were successful
/ get-version (push) Successful in 3s
/ astro-check (push) Successful in 17s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 15s
/ build-site (push) Successful in 59s
/ create-release (push) Successful in 10s
/ auto-deploy-dockge (push) Successful in 11s
2024-07-31 21:16:55 +02:00
63 changed files with 597 additions and 278 deletions

View file

@ -1,12 +1,12 @@
import { defineConfig } from 'astro/config';
import sitemap from '@astrojs/sitemap'; import sitemap from '@astrojs/sitemap';
import metaTags from "astro-meta-tags"; import metaTags from "astro-meta-tags";
import { defineConfig } from 'astro/config';
export default defineConfig({ export default defineConfig({
sitemap: true, sitemap: true,
base: '/', base: '/',
outDir: 'dist', outDir: 'dist',
publicDir: 'static', publicDir: 'public',
site: 'https://fgo-ta.com/', site: 'https://fgo-ta.com/',
integrations: [sitemap(), metaTags()], integrations: [sitemap(), metaTags()],
trailingSlash: "never" trailingSlash: "never"

781
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{ {
"name": "fgo-ta-com-website", "name": "fgo-ta-com-website",
"type": "module", "type": "module",
"version": "0.2.2-pre.16", "version": "0.2.2-pre.19",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
@ -11,10 +11,10 @@
}, },
"dependencies": { "dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.2", "@astro-community/astro-embed-youtube": "^0.5.2",
"@astrojs/check": "^0.8.1", "@astrojs/check": "^0.9.3",
"@astrojs/sitemap": "^3.1.6", "@astrojs/sitemap": "^3.1.6",
"@fontsource/work-sans": "^5.0.18", "@fontsource/work-sans": "^5.0.18",
"astro": "^4.12.2", "astro": "^4.14.3",
"astro-meta-tags": "^0.3.0", "astro-meta-tags": "^0.3.0",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"iconoir": "^7.7.0", "iconoir": "^7.7.0",

View file

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 123 KiB

View file

@ -70,14 +70,16 @@ if (baseurl) {
.head { .head {
hyphens: auto; hyphens: auto;
padding-top: 2rem; padding-top: 2rem;
font-size: 2rem; font-size: 3rem;
font-weight: 800; font-weight: 800;
font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial, font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial,
sans-serif; sans-serif;
} }
.sub { .sub {
font-size: 0.75rem; padding-left: 0.5rem;
padding-right: 0.5rem;
font-size: 1rem;
font-weight: 600; font-weight: 600;
font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial, font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial,
sans-serif; sans-serif;
@ -98,19 +100,19 @@ if (baseurl) {
@media (min-width: 620px) { @media (min-width: 620px) {
.head { .head {
hyphens: none; hyphens: none;
font-size: 3rem;
}
.sub {
font-size: 0.75rem;
}
}
@media (min-width: 1000px) {
.head {
font-size: 4rem; font-size: 4rem;
} }
.sub { .sub {
font-size: 1rem; font-size: 1rem;
} }
} }
@media (min-width: 1000px) {
.head {
font-size: 6rem;
}
.sub {
font-size: 1rem;
}
}
</style> </style>

View file

@ -45,6 +45,8 @@ const display = fadeout ? "": "display: none"
} }
.sub { .sub {
padding-left: 0.5rem;
padding-right: 0.5rem;
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 800; font-weight: 800;
font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial, font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial,

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/changes.schema.json",
"info": { "info": {
"title": "Appends and Level 120", "title": "Appends and Level 120",
"releaseDate": "2022-05-23", "releaseDate": "2022-05-23",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/changes.schema.json",
"info": { "info": {
"title": "Castoria", "title": "Castoria",
"releaseDate": "2022-07-04", "releaseDate": "2022-07-04",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/changes.schema.json",
"info": { "info": {
"title": "Koyanskaya of Light", "title": "Koyanskaya of Light",
"releaseDate": "2023-07-03", "releaseDate": "2023-07-03",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/changes.schema.json",
"info": { "info": {
"title": "Oberon", "title": "Oberon",
"releaseDate": "2023-07-10", "releaseDate": "2023-07-10",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/changes.schema.json",
"info": { "info": {
"title": "Scathach-Skadi", "title": "Scathach-Skadi",
"releaseDate": "2020-07-06", "releaseDate": "2020-07-06",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/changes.schema.json",
"info": { "info": {
"title": "Scathach-Skadi (Ruler)", "title": "Scathach-Skadi (Ruler)",
"releaseDate": "2024-07-24", "releaseDate": "2024-07-24",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/groups.schema.json",
"info": { "info": {
"title": "Lostbelt 6.5 - Traum", "title": "Lostbelt 6.5 - Traum",
"releaseDate": "2024-05-13", "releaseDate": "2024-05-13",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/groups.schema.json",
"info": { "info": {
"title": "Lostbelt 6 - Avalon le Fae", "title": "Lostbelt 6 - Avalon le Fae",
"releaseDate": "2023-06-06", "releaseDate": "2023-06-06",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/taInfoData.schema.json",
"info": { "info": {
"title": "Arctic Summer World", "title": "Arctic Summer World",
"releaseDate": "2024-07-24", "releaseDate": "2024-07-24",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/taInfoData.schema.json",
"info": { "info": {
"title": "Beast IV:L", "title": "Beast IV:L",
"releaseDate": "2023-12-26", "releaseDate": "2023-12-26",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/taInfoData.schema.json",
"info": { "info": {
"title": "Case Files Rerun 2024", "title": "Case Files Rerun 2024",
"releaseDate": "2024-01-10", "releaseDate": "2024-01-10",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/taInfoData.schema.json",
"info": { "info": {
"title": "Devilish Bodhisattva", "title": "Devilish Bodhisattva",
"releaseDate": "2019-04-23", "releaseDate": "2019-04-23",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": { "info": {
"title": "Kiyohime", "title": "Kiyohime",
"releaseDate": "2024-05-13", "releaseDate": "2024-05-13",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": { "info": {
"title": "Kriemhild", "title": "Kriemhild",
"releaseDate": "2024-05-13", "releaseDate": "2024-05-13",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": { "info": {
"title": "Moriarty", "title": "Moriarty",
"releaseDate": "2024-05-13", "releaseDate": "2024-05-13",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": { "info": {
"title": "Zhang Jue", "title": "Zhang Jue",
"releaseDate": "2024-05-13", "releaseDate": "2024-05-13",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": { "info": {
"title": "Albion", "title": "Albion",
"releaseDate": "2023-07-10", "releaseDate": "2023-07-10",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": { "info": {
"title": "Cernunnos", "title": "Cernunnos",
"releaseDate": "2023-07-10", "releaseDate": "2023-07-10",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/taInfoData.schema.json",
"info": { "info": {
"title": "Queen Morgan", "title": "Queen Morgan",
"releaseDate": "2023-06-20", "releaseDate": "2023-06-20",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Lightning in Gilgilgamesh", "title": "Lightning in Gilgilgamesh",
"releaseDate": "2024-03-23", "releaseDate": "2024-03-23",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Grand Finale - The Golden Metropolis Returns", "title": "Grand Finale - The Golden Metropolis Returns",
"releaseDate": "2024-03-18", "releaseDate": "2024-03-18",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Flame Gate", "title": "Flame Gate",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Welcome to Jaguar Country", "title": "Welcome to Jaguar Country",
"releaseDate": "2024-03-16", "releaseDate": "2024-03-16",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Moolah's Pawn Shop", "title": "Moolah's Pawn Shop",
"releaseDate": "2024-03-17", "releaseDate": "2024-03-17",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Rice Ball Franchise Shop No. 1", "title": "Rice Ball Franchise Shop No. 1",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Skyscraper Monster", "title": "Skyscraper Monster",
"releaseDate": "2024-03-16", "releaseDate": "2024-03-16",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Sweets Universe", "title": "Sweets Universe",
"releaseDate": "2024-03-17", "releaseDate": "2024-03-17",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "BE-Witched (Curse)", "title": "BE-Witched (Curse)",
"releaseDate": "2024-03-19", "releaseDate": "2024-03-19",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Main Event - Final Match", "title": "Main Event - Final Match",
"releaseDate": "2024-03-19", "releaseDate": "2024-03-19",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Capture the Clown!", "title": "Capture the Clown!",
"releaseDate": "2024-03-20", "releaseDate": "2024-03-20",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Legend of the Crimson Hero - HD Remastered", "title": "Legend of the Crimson Hero - HD Remastered",
"releaseDate": "2024-03-21", "releaseDate": "2024-03-21",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Finale - The Eternal City Triumphus", "title": "Finale - The Eternal City Triumphus",
"releaseDate": "2024-03-22", "releaseDate": "2024-03-22",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "The Lovely Gorgon Sisters", "title": "The Lovely Gorgon Sisters",
"releaseDate": "2024-03-20", "releaseDate": "2024-03-20",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "The Green Comet", "title": "The Green Comet",
"releaseDate": "2024-03-21", "releaseDate": "2024-03-21",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Singularity Gets Restored until You Reach Home", "title": "Singularity Gets Restored until You Reach Home",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Child from the Netherworld", "title": "Child from the Netherworld",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Raging Billows! Kakare Shibata!", "title": "Raging Billows! Kakare Shibata!",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Galaxy Guardian", "title": "Galaxy Guardian",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Western Ninja Arts Book", "title": "Western Ninja Arts Book",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "True Love", "title": "True Love",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Five Star Idol", "title": "Five Star Idol",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Until That Person's Defeated", "title": "Until That Person's Defeated",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "March of the Holy Reindeer", "title": "March of the Holy Reindeer",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Crime and Punishment - Gray Mustache Must Die", "title": "Crime and Punishment - Gray Mustache Must Die",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Super My Home Daddy", "title": "Super My Home Daddy",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Heart Pounding! The Grand Decisive Swimsuit Battle!", "title": "Heart Pounding! The Grand Decisive Swimsuit Battle!",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "The Librarian's Job", "title": "The Librarian's Job",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../../.astro/collections/teslafest.schema.json",
"info": { "info": {
"title": "Rematch at Reichenbach Falls", "title": "Rematch at Reichenbach Falls",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/teslafestgroups.schema.json",
"info": { "info": {
"title": "Exhibition Quests 2020", "title": "Exhibition Quests 2020",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/teslafestgroups.schema.json",
"info": { "info": {
"title": "Exhibition Quests 2021", "title": "Exhibition Quests 2021",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/teslafestgroups.schema.json",
"info": { "info": {
"title": "Giga Coil", "title": "Giga Coil",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,4 +1,5 @@
{ {
"$schema": "../../../.astro/collections/teslafestgroups.schema.json",
"info": { "info": {
"title": "Mega Coil", "title": "Mega Coil",
"releaseDate": "2024-03-15", "releaseDate": "2024-03-15",

View file

@ -1,7 +1,7 @@
--- ---
import Navbar from '../components/navbar.astro' import Navbar from '../components/navbar.astro'
import NavbarEntry from '../components/navbarEntry.astro' import NavbarEntry from '../components/navbarEntry.astro'
import navdata from '../../static/data/_navdata.json' import navdata from '../data/_navdata.json'
import embed from '../assets/embed.png' import embed from '../assets/embed.png'
import home from 'iconoir/icons/home.svg' import home from 'iconoir/icons/home.svg'
import database from 'iconoir/icons/database.svg' import database from 'iconoir/icons/database.svg'

View file

@ -12,7 +12,7 @@ const description =
currentpage="home" currentpage="home"
descriptionOverride={description} descriptionOverride={description}
> >
<Title maintext='FGO NA TA DATA&shy;BASE' subtext='The all-in-one lookup for your all TA needs'/> <Title maintext='FGO NA TA DATA&shy;BASE' subtext='The all-in-one lookup for all your TA needs'/>
<Hero fadeout={true}/> <Hero fadeout={true}/>
</Layout> </Layout>

View file

@ -21,8 +21,6 @@ combined.sort(
b.data.info.releaseDate.valueOf() - a.data.info.releaseDate.valueOf() || b.data.info.releaseDate.valueOf() - a.data.info.releaseDate.valueOf() ||
b.data.info.releaseNumber - a.data.info.releaseNumber b.data.info.releaseNumber - a.data.info.releaseNumber
) )
console.log(combined)
--- ---
<Layout <Layout