Compare commits

...

16 Commits

Author SHA1 Message Date
7f3cdecef5 Merge pull request 'upgrades' (#18) from upgrades into main
All checks were successful
Node.js CI / build (22.x) (push) Successful in 2m27s
Node.js CI / build (20.x) (push) Successful in 2m28s
Vercel Production Deployment / Deploy-Production (push) Successful in 3m43s
Reviewed-on: #18
2025-12-04 03:27:17 +00:00
57a6c2057a Fix vercel actions
All checks were successful
Node.js CI / build (22.x) (pull_request) Successful in 3m27s
Node.js CI / build (20.x) (pull_request) Successful in 3m28s
Vercel Preview Deployment / Deploy-Preview (pull_request) Successful in 4m1s
2025-12-03 22:22:51 -05:00
d1f45b0c4f Fix actions strategy
Some checks failed
Vercel Preview Deployment / Deploy-Preview (pull_request) Failing after 1m17s
Node.js CI / build (20.x) (pull_request) Successful in 3m0s
Node.js CI / build (22.x) (pull_request) Successful in 2m59s
2025-12-03 22:14:19 -05:00
d23b6d225a Fix actions
Some checks failed
Node.js CI / build (18.x) (pull_request) Waiting to run
Node.js CI / build (20.x) (pull_request) Waiting to run
Node.js CI / build (22.x) (pull_request) Has been cancelled
Vercel Preview Deployment / Deploy-Preview (pull_request) Failing after 1m28s
2025-12-03 22:11:57 -05:00
7671e56c3f Fix actions
Some checks failed
Vercel Preview Deployment / Deploy-Preview (pull_request) Failing after 8s
Node.js CI / build (20.x) (pull_request) Successful in 3m51s
Node.js CI / build (22.x) (pull_request) Successful in 3m58s
Node.js CI / build (18.x) (pull_request) Successful in 4m6s
2025-12-03 22:11:04 -05:00
37703240db Upgrade dependencies
Some checks failed
Vercel Preview Deployment / Deploy-Preview (pull_request) Failing after 9s
Node.js CI / build (18.x) (pull_request) Failing after 6s
Node.js CI / build (20.x) (pull_request) Failing after 6s
Node.js CI / build (22.x) (pull_request) Failing after 7s
2025-12-03 21:38:25 -05:00
2db426c4db Upgrade dependencies 2025-12-03 21:37:57 -05:00
6873f7f6e5 Merge pull request 'update-bg' (#17) from update-bg into main
All checks were successful
Node.js CI / build (18.x) (push) Successful in 59s
Node.js CI / build (20.x) (push) Successful in 57s
Node.js CI / build (22.x) (push) Successful in 54s
Vercel Production Deployment / Deploy-Production (push) Successful in 1m15s
Reviewed-on: #17
2025-10-11 22:00:38 +00:00
a311d427b6 regen lock file
All checks were successful
Node.js CI / build (18.x) (pull_request) Successful in 1m5s
Node.js CI / build (22.x) (pull_request) Successful in 1m1s
Vercel Preview Deployment / Deploy-Preview (pull_request) Successful in 1m3s
Node.js CI / build (20.x) (pull_request) Successful in 1m0s
2025-10-11 17:55:27 -04:00
387bc7ed9e Upgraded dependencies and package info.
Some checks failed
Node.js CI / build (18.x) (pull_request) Failing after 22s
Node.js CI / build (20.x) (pull_request) Failing after 18s
Node.js CI / build (22.x) (pull_request) Failing after 17s
Vercel Preview Deployment / Deploy-Preview (pull_request) Failing after 18s
2025-10-11 17:53:36 -04:00
0531f302a1 Updated bg color 2025-10-11 17:51:01 -04:00
ef45df8da1 Merge pull request 'new-logo' (#16) from new-logo into main
All checks were successful
Node.js CI / build (18.x) (push) Successful in 52s
Node.js CI / build (20.x) (push) Successful in 54s
Node.js CI / build (22.x) (push) Successful in 1m34s
Vercel Production Deployment / Deploy-Production (push) Successful in 1m43s
Reviewed-on: lcm/lcm-website#16
2025-10-10 20:50:29 +00:00
dcbee78325 Updated link for the cove and removed unused components.
All checks were successful
Node.js CI / build (18.x) (pull_request) Successful in 1m7s
Node.js CI / build (20.x) (pull_request) Successful in 59s
Node.js CI / build (22.x) (pull_request) Successful in 1m0s
Vercel Preview Deployment / Deploy-Preview (pull_request) Successful in 1m19s
2025-10-10 16:45:36 -04:00
76bdb3f048 Updated logo and favicon. 2025-10-10 16:45:15 -04:00
e4c04f36c9 Merge pull request 'fix broken urls' (#15) from fix-buttons into main
All checks were successful
Node.js CI / build (18.x) (push) Successful in 55s
Node.js CI / build (20.x) (push) Successful in 52s
Node.js CI / build (22.x) (push) Successful in 53s
Vercel Production Deployment / Deploy-Production (push) Successful in 1m12s
Reviewed-on: lcm/lcm-website#15
2025-09-20 00:08:39 +00:00
fed1688074 fix broken urls
All checks were successful
Node.js CI / build (18.x) (pull_request) Successful in 59s
Node.js CI / build (20.x) (pull_request) Successful in 1m0s
Node.js CI / build (22.x) (pull_request) Successful in 1m6s
Vercel Preview Deployment / Deploy-Preview (pull_request) Successful in 1m1s
2025-09-19 19:58:46 -04:00
23 changed files with 1662 additions and 1305 deletions

View File

@@ -17,11 +17,9 @@ jobs:
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: "Base requirements"
run: |
# packages
@@ -30,13 +28,15 @@ jobs:
ansible-galaxy collection install community.general --force
ansible-galaxy collection install ansible.posix --force
- uses: actions/checkout@v4
# Corepack
- name: Install Corepack
run: npm install -g corepack
- name: "Enable Corepack"
run: corepack enable
- name: "Install Yarn"
run: corepack prepare yarn@4.9.2 --activate
run: corepack prepare yarn@latest --activate
# YARN
- name: "Install Dependencies"

View File

@@ -13,6 +13,26 @@ jobs:
Deploy-Preview:
runs-on: ubuntu-24.04
steps:
# Setup environment
- name: "Base requirements"
run: |
# packages
apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible
# ansible collections
ansible-galaxy collection install community.general --force
ansible-galaxy collection install ansible.posix --force
- uses: actions/checkout@v2
# Corepack
- name: Install Corepack
run: npm install -g corepack
- name: "Enable Corepack"
run: corepack enable
- name: "Install Yarn"
run: corepack prepare yarn@latest --activate
# Vercel
- uses: actions/checkout@v2
- name: "Install Vercel CLI"
run: npm install --global vercel@latest

View File

@@ -10,8 +10,28 @@ on:
jobs:
Deploy-Production:
runs-on: ubuntu-24.04
steps:
# Setup environment
- name: "Base requirements"
run: |
# packages
apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible
# ansible collections
ansible-galaxy collection install community.general --force
ansible-galaxy collection install ansible.posix --force
- uses: actions/checkout@v2
# Corepack
- name: Install Corepack
run: npm install -g corepack
- name: "Enable Corepack"
run: corepack enable
- name: "Install Yarn"
run: corepack prepare yarn@latest --activate
# Vercel
- name: "Install Vercel CLI"
run: npm install --global vercel@latest
- name: "Pull Vercel Environment Information"

View File

@@ -1,34 +1,41 @@
import { dirname } from "path";
import { fileURLToPath } from "url";
import { FlatCompat } from "@eslint/eslintrc";
import jsxA11y from "eslint-plugin-jsx-a11y";
import { defineConfig, globalIgnores } from "eslint/config";
import nextVitals from "eslint-config-next/core-web-vitals";
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
import reactPlugin from "eslint-plugin-react";
import reactHooks from "eslint-plugin-react-hooks";
import eslint from "@eslint/js";
import tseslint from "typescript-eslint";
import jsxA11y from "eslint-plugin-jsx-a11y";
import reactHooks from "eslint-plugin-react-hooks";
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
const compat = new FlatCompat({
baseDirectory: __dirname
});
const eslintConfig = [
...compat.extends("next/core-web-vitals", "next/typescript"),
const eslintConfig = defineConfig([
...nextVitals,
eslintPluginPrettierRecommended,
reactPlugin.configs.flat.recommended,
reactPlugin.configs.flat["jsx-runtime"],
eslint.configs.recommended,
// tseslint.configs.recommended,
// tseslint.configs.stylistic,
// reactHooks.configs.flat.recommended,
// Override default ignores of eslint-config-next.
globalIgnores([
// Default ignores of eslint-config-next:
".next/**",
"out/**",
"build/**",
"next-env.d.ts",
"types/**"
]),
{
rules: {
"@typescript-eslint/no-empty-object-type": "off"
},
plugins: {
jsxA11y: jsxA11y.configs.strict,
"react-hooks": reactHooks,
reactHooks: reactHooks.configs.recommended,
tseslint: tseslint.configs.recommended,
"tseslint-styles": tseslint.configs.stylistic
tseslintStyle: tseslint.configs.stylisticTypeChecked
}
}
];
]);
export default eslintConfig;

2
next-env.d.ts vendored
View File

@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

View File

@@ -1,49 +1,43 @@
{
"name": "lucid-creations-website",
"homepage": "https://new.lucidcreations.media/",
"version": "0.1.0",
"name": "werewolf-kid-creations-website",
"homepage": "https://werewolfkid.monster/",
"version": "0.1.1",
"private": true,
"description": "This is a personal website that I have no specific goals for other than to have fun and share things that I want to.",
"author": {
"name": "Lucid Creations Media",
"url": "https://lucidcreations.media",
"email": "social@lucidcreations.media"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint": "eslint .",
"pretty": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^3.27.0",
"@chakra-ui/react": "^3.30.0",
"@emotion/react": "^11.14.0",
"next": "15.5.3",
"next": "16.0.7",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
"@types/node": "^24.5.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"eslint": "^9.35.0",
"eslint-config-next": "15.5.3",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.7",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"prettier": "3.6.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0"
"eslint-plugin-react-hooks": "^7.0.1",
"prettier": "3.7.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1"
},
"packageManager": "yarn@4.9.2"
"packageManager": "yarn@4.12.0"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 78 KiB

View File

@@ -0,0 +1,21 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"icons": [
{
"src": "/images/logo/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/images/logo/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -24,11 +24,6 @@ export default function RootLayout(props: { children: React.ReactNode }) {
<meta property="image" content="/images/logo/new-logo.png" />
<meta property="image:type" content="image/png" />
<meta property="image:width" content="653px" />
<link
rel="apple-touch-icon"
href="/images/logo/favicon/apple-touch-icon.png"
sizes="any"
/>
<meta
property="og:title"
content={
@@ -77,6 +72,18 @@ export default function RootLayout(props: { children: React.ReactNode }) {
<meta name="twitter:card" content="summary_large_image" />
<meta httpEquiv="content-language" content="en_US" />
<meta charSet="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="/images/logo/favicon/favicon.svg"
/>
<link rel="shortcut icon" href="/images/logo/favicon/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/images/logo/favicon/apple-touch-icon.png"
/>
<link rel="manifest" href="/images/logo/favicon/site.webmanifest" />
<body>
<Provider>{children}</Provider>
</body>

View File

@@ -12,11 +12,13 @@ export const metadata: Metadata = {
const colorScheme = {
primary: "cyan",
secondary: "cyan.600",
bg: "cyan.950",
bg: "teal.950",
button: "#5bbdbc",
buttonText: "gray.950"
};
const socialSubdomain = "https://social.werewolfkid.monster/";
export default function Home() {
return (
<VStack
@@ -108,7 +110,7 @@ export default function Home() {
<Link
target="_blank"
color={colorScheme.buttonText}
href="http://social.werewolfkid.monster/gumroad/"
href={`${socialSubdomain}gumroad`}
>
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
{"Gumroad"}
@@ -130,7 +132,7 @@ export default function Home() {
<Link
target="_blank"
color={colorScheme.buttonText}
href="https://community.lucidcreations.media/"
href="https://community.werewolfkid.monster/"
>
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
{"The Cove"}
@@ -148,7 +150,7 @@ export default function Home() {
<Link
target="_blank"
color={colorScheme.buttonText}
href="http://social.werewoldkid.monster/discord"
href={`${socialSubdomain}discord`}
>
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
{"Discord Server"}
@@ -167,19 +169,10 @@ export default function Home() {
</Heading>
<HStack gap="6" wrap="wrap" justifyContent="center">
{/* <Link
target="_blank"
color={colorScheme.buttonText}
href="https://werewolfkid.monster/"
>
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
{"Werewolf Kid Website"}
</Button>
</Link> */}
<Link
target="_blank"
color={colorScheme.buttonText}
href="http://social.werwolfkid.com/bsky"
href={`${socialSubdomain}bsky`}
>
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
{"Bsky"}
@@ -188,7 +181,7 @@ export default function Home() {
<Link
target="_blank"
color={colorScheme.buttonText}
href="http://social.werwolfkid.com/fa"
href={`${socialSubdomain}fa`}
>
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
{"FurAffinity"}
@@ -210,7 +203,7 @@ export default function Home() {
<Link
target="_blank"
color={colorScheme.buttonText}
href="http://social.werewolfkid.monster/twitch"
href={`${socialSubdomain}twitch`}
>
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
{"Twitch"}
@@ -219,7 +212,7 @@ export default function Home() {
<Link
target="_blank"
color={colorScheme.buttonText}
href="http://social.werewolfkid.monster/yt-vods"
href={`${socialSubdomain}yt-vods`}
>
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
{"YouTube VODs"}
@@ -228,7 +221,7 @@ export default function Home() {
<Link
target="_blank"
color={colorScheme.buttonText}
href="http://social.werewolfkid.monster/yt-archives"
href={`${socialSubdomain}yt-archives`}
>
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
{"YouTube Archives"}

View File

@@ -1,5 +1,3 @@
/* eslint-disable @typescript-eslint/no-empty-object-type */
/* eslint-disable prettier/prettier */
/* eslint-disable no-unused-vars */
"use client";

View File

@@ -1,7 +1,11 @@
{
"compilerOptions": {
"target": "ESNext",
"lib": ["dom", "dom.iterable", "esnext"],
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
@@ -11,7 +15,7 @@
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx",
"incremental": true,
"plugins": [
{
@@ -19,9 +23,19 @@
}
],
"paths": {
"@/*": ["./src/*"]
"@/*": [
"./src/*"
]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
".next/dev/types/**/*.ts"
],
"exclude": [
"node_modules"
]
}

2726
yarn.lock

File diff suppressed because it is too large Load Diff