feat: move from developomp.com -> pompy.dev
This commit is contained in:
parent
f3fd09d34a
commit
63fdbcdb9b
47 changed files with 176 additions and 184 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"root": true,
|
||||
"extends": ["@developomp-site/eslint-config"]
|
||||
"extends": ["@pompydev/eslint-config"],
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
@ -1 +1 @@
|
|||
"@developomp-site/prettier-config"
|
||||
"@pompydev/prettier-config"
|
||||
|
|
136
.vscode/settings.json
vendored
136
.vscode/settings.json
vendored
|
@ -8,74 +8,74 @@
|
|||
"source.fixAll": "explicit"
|
||||
},
|
||||
"cSpell.words": [
|
||||
"bspwm",
|
||||
"cairographics",
|
||||
"callout",
|
||||
"callouts",
|
||||
"classnet",
|
||||
"commitlint",
|
||||
"createreactapp",
|
||||
"deno",
|
||||
"developomp",
|
||||
"developomp's",
|
||||
"devenv",
|
||||
"direnv",
|
||||
"dompurify",
|
||||
"elasticlunr",
|
||||
"Exyle",
|
||||
"exyleio",
|
||||
"fnref",
|
||||
"Fontawesome",
|
||||
"Fonticons",
|
||||
"fontsource",
|
||||
"fortawesome",
|
||||
"Freedesktop",
|
||||
"GDSC",
|
||||
"githubactions",
|
||||
"githubpages",
|
||||
"gnubash",
|
||||
"godotengine",
|
||||
"heroicon",
|
||||
"hongik",
|
||||
"hoofd",
|
||||
"inqling",
|
||||
"Jimin",
|
||||
"katex",
|
||||
"kunukn",
|
||||
"Librewolf",
|
||||
"microflash",
|
||||
"nixpkgs",
|
||||
"nodedotjs",
|
||||
"nojs",
|
||||
"noopener",
|
||||
"noto",
|
||||
"planetscale",
|
||||
"pnpm",
|
||||
"pocketbase",
|
||||
"polybar",
|
||||
"Pomky",
|
||||
"pompup",
|
||||
"precompress",
|
||||
"rainmeter",
|
||||
"rehype",
|
||||
"statcounter",
|
||||
"supersub",
|
||||
"sxhkd",
|
||||
"tailwindcss",
|
||||
"tauri",
|
||||
"texmath",
|
||||
"tinycolor",
|
||||
"tsup",
|
||||
"Turborepo",
|
||||
"umami",
|
||||
"ungoogled",
|
||||
"unixporn",
|
||||
"wbtimeline",
|
||||
"webassembly",
|
||||
"wouter",
|
||||
"YYYYMMDD",
|
||||
"zustand"
|
||||
],
|
||||
"bspwm",
|
||||
"cairographics",
|
||||
"callout",
|
||||
"callouts",
|
||||
"classnet",
|
||||
"commitlint",
|
||||
"createreactapp",
|
||||
"deno",
|
||||
"devenv",
|
||||
"direnv",
|
||||
"dompurify",
|
||||
"elasticlunr",
|
||||
"Exyle",
|
||||
"exyleio",
|
||||
"fnref",
|
||||
"Fontawesome",
|
||||
"Fonticons",
|
||||
"fontsource",
|
||||
"fortawesome",
|
||||
"Freedesktop",
|
||||
"GDSC",
|
||||
"githubactions",
|
||||
"githubpages",
|
||||
"gnubash",
|
||||
"godotengine",
|
||||
"heroicon",
|
||||
"hongik",
|
||||
"hoofd",
|
||||
"inqling",
|
||||
"Jimin",
|
||||
"katex",
|
||||
"kunukn",
|
||||
"Librewolf",
|
||||
"microflash",
|
||||
"nixpkgs",
|
||||
"nodedotjs",
|
||||
"nojs",
|
||||
"noopener",
|
||||
"noto",
|
||||
"planetscale",
|
||||
"pnpm",
|
||||
"pocketbase",
|
||||
"polybar",
|
||||
"Pomky",
|
||||
"pompup",
|
||||
"pompy",
|
||||
"pompydev",
|
||||
"precompress",
|
||||
"rainmeter",
|
||||
"rehype",
|
||||
"statcounter",
|
||||
"supersub",
|
||||
"sxhkd",
|
||||
"tailwindcss",
|
||||
"tauri",
|
||||
"texmath",
|
||||
"tinycolor",
|
||||
"tsup",
|
||||
"Turborepo",
|
||||
"umami",
|
||||
"ungoogled",
|
||||
"unixporn",
|
||||
"wbtimeline",
|
||||
"webassembly",
|
||||
"wouter",
|
||||
"YYYYMMDD",
|
||||
"zustand"
|
||||
],
|
||||
|
||||
"nix.formatterPath": "nixfmt",
|
||||
"nix.enableLanguageServer": true,
|
||||
|
|
10
README.md
10
README.md
|
@ -1,16 +1,16 @@
|
|||
# developomp-site
|
||||
# pompy.dev
|
||||
|
||||
[](./CONTRIBUTING.md)
|
||||
[](./LICENSE)
|
||||
[](./LICENSE)
|
||||
|
||||
A collection of "pomp-branded" websites.
|
||||
|
||||

|
||||

|
||||
|
||||
## Sites
|
||||
|
||||
[](https://developomp.com)
|
||||
[](https://blog.developomp.com)
|
||||
[](https://pompy.dev)
|
||||
[](https://blog.pompy.dev)
|
||||
|
||||
## Tech Stack
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
extends: ["next/core-web-vitals", "@developomp-site/eslint-config"],
|
||||
extends: ["next/core-web-vitals", "@pompydev/eslint-config"],
|
||||
rules: {
|
||||
"react-hooks/exhaustive-deps": "off",
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/** @type {import("prettier").Options} */
|
||||
module.exports = {
|
||||
...require("@developomp-site/prettier-config"),
|
||||
...require("@pompydev/prettier-config"),
|
||||
plugins: ["prettier-plugin-tailwindcss"],
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// https://next-sitemap.iamvishnusankar.com/docs/documentation/configuration
|
||||
/** @type {import('next-sitemap').IConfig} */
|
||||
module.exports = {
|
||||
siteUrl: "https://blog.developomp.com",
|
||||
siteUrl: "https://blog.pompy.dev",
|
||||
generateRobotsTxt: true,
|
||||
priority: 0.8,
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@developomp-site/blog",
|
||||
"name": "@pompydev/blog",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -12,11 +12,11 @@
|
|||
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .next .turbo build node_modules test-results"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/content": "workspace:*",
|
||||
"@developomp-site/eslint-config": "workspace:*",
|
||||
"@developomp-site/playwright-config": "workspace:*",
|
||||
"@developomp-site/prettier-config": "workspace:*",
|
||||
"@developomp-site/tailwind-config": "workspace:*",
|
||||
"@pompydev/content": "workspace:*",
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
"@pompydev/playwright-config": "workspace:*",
|
||||
"@pompydev/prettier-config": "workspace:*",
|
||||
"@pompydev/tailwind-config": "workspace:*",
|
||||
"@fontsource/noto-sans-kr": "^5.0.5",
|
||||
"@fontsource/source-code-pro": "^5.0.18",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.5.2",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { createConfig } from "@developomp-site/playwright-config"
|
||||
import { createConfig } from "@pompydev/playwright-config"
|
||||
|
||||
// https://playwright.dev/docs/test-configuration
|
||||
export default createConfig({
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"use client"
|
||||
|
||||
import contentMap from "@developomp-site/content/exports/contentMap"
|
||||
import contentMap from "@pompydev/content/exports/contentMap"
|
||||
import { type ReactNode, useEffect, useState } from "react"
|
||||
|
||||
import PostCard from "@/components/PostCard"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import type { PageData } from "@developomp-site/content/src/types/types"
|
||||
import {
|
||||
faBook,
|
||||
faCalendar,
|
||||
|
@ -6,6 +5,7 @@ import {
|
|||
faHourglass,
|
||||
} from "@fortawesome/free-solid-svg-icons"
|
||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
|
||||
import type { PageData } from "@pompydev/content/src/types/types"
|
||||
|
||||
export default function Meta(props: { fetchedPage: PageData }) {
|
||||
return (
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import contentMap from "@developomp-site/content/exports/contentMap"
|
||||
import type { PageData } from "@developomp-site/content/src/types/types"
|
||||
import contentMap from "@pompydev/content/exports/contentMap"
|
||||
import type { PageData } from "@pompydev/content/src/types/types"
|
||||
|
||||
import type { Params } from "./page"
|
||||
|
||||
|
@ -29,9 +29,7 @@ export async function getData(params: Params): Promise<Data> {
|
|||
|
||||
export async function fetchContent(contentID: string) {
|
||||
try {
|
||||
return await import(
|
||||
`@developomp-site/content/dist/content${contentID}.json`
|
||||
)
|
||||
return await import(`@pompydev/content/dist/content${contentID}.json`)
|
||||
} catch (err) {
|
||||
return
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import "./Page.scss"
|
||||
|
||||
import contentMap from "@developomp-site/content/exports/contentMap"
|
||||
import contentMap from "@pompydev/content/exports/contentMap"
|
||||
import { type Metadata } from "next"
|
||||
import { type ParsedUrlQuery } from "querystring"
|
||||
|
||||
|
@ -57,7 +57,7 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
|
|||
const { pageData } = await getData(params)
|
||||
|
||||
return {
|
||||
metadataBase: new URL("https://blog.developomp.com"),
|
||||
metadataBase: new URL("https://blog.pompy.dev"),
|
||||
title: pageData.title,
|
||||
openGraph: {
|
||||
title: titlePrefix + pageData.title,
|
||||
|
|
|
@ -32,19 +32,19 @@ import Header from "@/components/Header"
|
|||
import titlePrefix from "@/titlePrefix"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
metadataBase: new URL("https://blog.developomp.com"),
|
||||
metadataBase: new URL("https://blog.pompy.dev"),
|
||||
title: {
|
||||
template: titlePrefix + "%s",
|
||||
default: "",
|
||||
},
|
||||
description: "developomp's Blog",
|
||||
description: "pomp's Blog",
|
||||
openGraph: {
|
||||
title: "pomp's blog",
|
||||
siteName: "developomp's Blog",
|
||||
description: "developomp's Blog",
|
||||
siteName: "pomp's Blog",
|
||||
description: "pomp's Blog",
|
||||
type: "website",
|
||||
url: "https://blog.developomp.com",
|
||||
images: "https://blog.developomp.com/favicon.svg",
|
||||
url: "https://blog.pompy.dev",
|
||||
images: "https://blog.pompy.dev/favicon.svg",
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -64,7 +64,7 @@ export default function RootLayout({
|
|||
<meta name="theme-color" content="#000000" />
|
||||
<script
|
||||
defer
|
||||
src="https://umami.developomp.com/script.js"
|
||||
src="https://umami.pompy.dev/script.js"
|
||||
data-website-id="361a9f07-a09b-49a0-b7e4-f1fc7caff9e2"
|
||||
></script>
|
||||
</head>
|
||||
|
|
|
@ -4,7 +4,7 @@ import Card from "@/components/Card"
|
|||
import titlePrefix from "@/titlePrefix"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
metadataBase: new URL("https://blog.developomp.com"),
|
||||
metadataBase: new URL("https://blog.pompy.dev"),
|
||||
title: "Page Not Found",
|
||||
openGraph: {
|
||||
title: titlePrefix + "Page Not Found",
|
||||
|
|
|
@ -3,7 +3,7 @@ import type { Metadata } from "next"
|
|||
import Home from "./Home"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
metadataBase: new URL("https://blog.developomp.com"),
|
||||
metadataBase: new URL("https://blog.pompy.dev"),
|
||||
title: "pomp's blog | Home",
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ export default function Footer() {
|
|||
>
|
||||
<FontAwesomeIcon icon={faRss} />
|
||||
</a>
|
||||
<GithubLinkIcon href="https://github.com/developomp/developomp-site" />
|
||||
<GithubLinkIcon href="https://github.com/pompydev/pompy.dev" />
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
import type { PostData } from "@developomp-site/content/src/types/types"
|
||||
import {
|
||||
faBook,
|
||||
faCalendar,
|
||||
faHourglass,
|
||||
} from "@fortawesome/free-solid-svg-icons"
|
||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
|
||||
import type { PostData } from "@pompydev/content/src/types/types"
|
||||
import Link from "next/link"
|
||||
|
||||
import Card from "@/components/Card"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import myPreset from "@developomp-site/tailwind-config/tailwind.config.js"
|
||||
import myPreset from "@pompydev/tailwind-config/tailwind.config.js"
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"root": true,
|
||||
"extends": ["@developomp-site/eslint-config", "plugin:svelte/recommended"],
|
||||
"extends": ["@pompydev/eslint-config", "plugin:svelte/recommended"],
|
||||
"parserOptions": {
|
||||
"sourceType": "module",
|
||||
"ecmaVersion": 2020,
|
||||
"extraFileExtensions": [".svelte"]
|
||||
"extraFileExtensions": [".svelte"],
|
||||
},
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2017": true,
|
||||
"node": true
|
||||
"node": true,
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.svelte"],
|
||||
"parser": "svelte-eslint-parser"
|
||||
}
|
||||
]
|
||||
"parser": "svelte-eslint-parser",
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
const sharedConfig = require("@developomp-site/prettier-config")
|
||||
const sharedConfig = require("@pompydev/prettier-config")
|
||||
|
||||
/** @type {import("prettier").Options} */
|
||||
module.exports = {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
import { expect, test } from "@playwright/test"
|
||||
|
||||
const prefix = "developomp | "
|
||||
const prefix = "pomp | "
|
||||
|
||||
test("should have proper title", async ({ page }) => {
|
||||
await page.goto("/")
|
||||
await expect(page).toHaveTitle("developomp")
|
||||
await expect(page).toHaveTitle("pomp")
|
||||
|
||||
await page.goto("/404")
|
||||
await expect(page).toHaveTitle(`${prefix}Page Not Found`)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@developomp-site/main",
|
||||
"name": "@pompydev/main",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
|
@ -13,10 +13,10 @@
|
|||
"lint": "eslint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/eslint-config": "workspace:*",
|
||||
"@developomp-site/playwright-config": "workspace:*",
|
||||
"@developomp-site/prettier-config": "workspace:*",
|
||||
"@developomp-site/tailwind-config": "workspace:*",
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
"@pompydev/playwright-config": "workspace:*",
|
||||
"@pompydev/prettier-config": "workspace:*",
|
||||
"@pompydev/tailwind-config": "workspace:*",
|
||||
"@fontsource/noto-sans-kr": "^5.0.5",
|
||||
"@inqling/svelte-icons": "^3.5.0",
|
||||
"@playwright/test": "1.47.0",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { createConfig } from "@developomp-site/playwright-config"
|
||||
import { createConfig } from "@pompydev/playwright-config"
|
||||
|
||||
export default createConfig({
|
||||
port: 5173,
|
||||
|
|
|
@ -4,28 +4,22 @@
|
|||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="canonical" href="https://developomp.com" />
|
||||
<link rel="canonical" href="https://pompy.dev" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="About developomp - socials, links, discord server, contact, blog, etc."
|
||||
/>
|
||||
<title>developomp</title>
|
||||
<meta name="description" content="pop's website" />
|
||||
<title>pomp</title>
|
||||
|
||||
<!-- OpenGraph -->
|
||||
<meta property="og:title" content="developomp" />
|
||||
<meta property="og:site_name" content="developomp" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="About developomp - socials, links, discord server, contact, blog, etc."
|
||||
/>
|
||||
<meta property="og:title" content="pomp" />
|
||||
<meta property="og:site_name" content="pomp" />
|
||||
<meta property="og:description" content="pomp's website" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://developomp.com" />
|
||||
<meta property="og:url" content="https://pompy.dev" />
|
||||
<meta property="og:image" content="/favicon.svg" />
|
||||
|
||||
<script
|
||||
defer
|
||||
src="https://umami.developomp.com/script.js"
|
||||
src="https://umami.pompy.dev/script.js"
|
||||
data-website-id="783ea016-943a-47a4-b7e7-a9b9fbd786a9"
|
||||
></script>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>developomp | Page Not Found</title>
|
||||
<title>pomp | Page Not Found</title>
|
||||
</svelte:head>
|
||||
|
||||
<h1 class="mx-auto mt-10 text-center text-8xl font-normal">404</h1>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</script>
|
||||
|
||||
<img
|
||||
class="mx-auto mb-14 mt-20 aspect-square rounded-full shadow-[0_0_40px_20px] shadow-dark-text-gray"
|
||||
class="shadow-dark-text-gray mx-auto mb-14 mt-20 aspect-square rounded-full shadow-[0_0_40px_20px]"
|
||||
src="/favicon.svg"
|
||||
alt="logo"
|
||||
width="200"
|
||||
|
@ -45,7 +45,7 @@ October 2023 ~ April 2025
|
|||
<a
|
||||
class="social-profile"
|
||||
target="_blank"
|
||||
href="https://github.com/developomp"
|
||||
href="https://github.com/pompydev"
|
||||
aria-label="GitHub link"
|
||||
>
|
||||
<GitHub />
|
||||
|
@ -61,7 +61,7 @@ October 2023 ~ April 2025
|
|||
<a
|
||||
class="social-profile"
|
||||
target="_blank"
|
||||
href="mailto: developomp@protonmail.com"
|
||||
href="mailto: pompydev@proton.me"
|
||||
aria-label="Email link (ProtonMail)"
|
||||
>
|
||||
<ProtonMail />
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
import { discordInviteLink } from "$/constants"
|
||||
import { browser } from "$app/environment"
|
||||
|
||||
// redirect to developomp's discord server
|
||||
// redirect to pomp's discord server
|
||||
if (browser) {
|
||||
window.location.replace(discordInviteLink)
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ dayjs.tz.setDefault("Asia/Seoul")
|
|||
const birth = dayjs.tz("2002-07-30")
|
||||
|
||||
/**
|
||||
* Gets developomp's age with decimal precision
|
||||
* Gets pomp's age with decimal precision
|
||||
*
|
||||
* @param now - current `Date` in KST
|
||||
*/
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
Disallow:
|
||||
Sitemap: https://developomp.com/sitemap.xml
|
||||
Sitemap: https://pompy.dev/sitemap.xml
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://developomp.com</loc>
|
||||
<loc>https://pompy.dev</loc>
|
||||
<changefreq>always</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://blog.developomp.com</loc>
|
||||
<loc>https://blog.pompy.dev</loc>
|
||||
<changefreq>always</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import myPreset from "@developomp-site/tailwind-config/tailwind.config.js"
|
||||
import myPreset from "@pompydev/tailwind-config/tailwind.config.js"
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"i_am_sure_i_want_to_nuke_gitignored_files": "turbo run i_am_sure_i_want_to_nuke_gitignored_files && rm -rf node_modules .turbo .devenv .direnv .devenv.flake.nix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/eslint-config": "workspace:*",
|
||||
"@developomp-site/prettier-config": "workspace:*",
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
"@pompydev/prettier-config": "workspace:*",
|
||||
"@commitlint/cli": "^19.3.0",
|
||||
"@commitlint/config-conventional": "^19.2.2",
|
||||
"eslint": "^8.56.0",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
extends: ["@developomp-site/eslint-config"],
|
||||
extends: ["@pompydev/eslint-config"],
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
"@developomp-site/prettier-config"
|
||||
"@pompydev/prettier-config"
|
||||
|
|
|
@ -12,7 +12,7 @@ date: 2023-09-17
|
|||
|
||||
## Introduction
|
||||
|
||||
Hi. I am `developomp`. I go by the nickname `[LP] POMP` within the community. You may recognize me as the creator of the [War Brokers Mods][wbm] (pomp's mod) and the [War Brokers Projects][wbp].
|
||||
Hi. I am `pomp`. I go by the nickname `[LP] POMP` within the community. You may recognize me as the creator of the [War Brokers Mods][wbm] (pomp's mod) and the [War Brokers Projects][wbp].
|
||||
|
||||
<br />
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@developomp-site/content",
|
||||
"name": "@pompydev/content",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -9,8 +9,8 @@
|
|||
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo build dist node_modules"
|
||||
},
|
||||
"dependencies": {
|
||||
"@developomp-site/eslint-config": "workspace:*",
|
||||
"@developomp-site/prettier-config": "workspace:*",
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
"@pompydev/prettier-config": "workspace:*",
|
||||
"@microflash/remark-callout-directives": "^4.1.0",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@types/elasticlunr": "^0.9.9",
|
||||
|
|
|
@ -6,10 +6,10 @@ export function buildFeed(contentMap: ContentMap): string {
|
|||
/* lets create an rss feed */
|
||||
const feed = new RSS({
|
||||
title: "pomp's blog",
|
||||
description: "developomp's blog",
|
||||
feed_url: "https://blog.developomp.com/rss.xml",
|
||||
site_url: "https://blog.developomp.com",
|
||||
image_url: "https://blog.developomp.com/favicon.svg",
|
||||
description: "pomp's blog",
|
||||
feed_url: "https://blog.pompy.dev/rss.xml",
|
||||
site_url: "https://blog.pompy.dev",
|
||||
image_url: "https://blog.pompy.dev/favicon.svg",
|
||||
language: "en",
|
||||
pubDate: "May 20, 2012 04:00:00 GMT",
|
||||
})
|
||||
|
@ -18,7 +18,7 @@ export function buildFeed(contentMap: ContentMap): string {
|
|||
feed.item({
|
||||
title: contentMap.posts[key].title,
|
||||
description: contentMap.posts[key].title,
|
||||
url: `https://blog.developomp.com${key}`,
|
||||
url: `https://blog.pompy.dev${key}`,
|
||||
date: contentMap.posts[key].date,
|
||||
})
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
"@developomp-site/prettier-config"
|
||||
"@pompydev/prettier-config"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@developomp-site/eslint-config",
|
||||
"name": "@pompydev/eslint-config",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"main": ".eslintrc.cjs",
|
||||
|
@ -8,7 +8,7 @@
|
|||
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/prettier-config": "workspace:*",
|
||||
"@pompydev/prettier-config": "workspace:*",
|
||||
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
||||
"@typescript-eslint/parser": "^6.15.0",
|
||||
"eslint": "^8.56.0",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@developomp-site/playwright-config",
|
||||
"name": "@pompydev/playwright-config",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"main": "index.ts",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@developomp-site/prettier-config",
|
||||
"name": "@pompydev/prettier-config",
|
||||
"version": "0.0.0",
|
||||
"main": "index.json"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
extends: ["@developomp-site/eslint-config"],
|
||||
extends: ["@pompydev/eslint-config"],
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
"@developomp-site/prettier-config"
|
||||
"@pompydev/prettier-config"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@developomp-site/tailwind-config",
|
||||
"name": "@pompydev/tailwind-config",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"main": "tailwind.config.js",
|
||||
|
@ -11,8 +11,8 @@
|
|||
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/eslint-config": "workspace:*",
|
||||
"@developomp-site/prettier-config": "workspace:*",
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
"@pompydev/prettier-config": "workspace:*",
|
||||
"eslint": "^8.56.0",
|
||||
"tailwindcss": "^3.4.0"
|
||||
}
|
||||
|
|
32
pnpm-lock.yaml
generated
32
pnpm-lock.yaml
generated
|
@ -14,10 +14,10 @@ importers:
|
|||
'@commitlint/config-conventional':
|
||||
specifier: ^19.2.2
|
||||
version: 19.2.2
|
||||
'@developomp-site/eslint-config':
|
||||
'@pompydev/eslint-config':
|
||||
specifier: workspace:*
|
||||
version: link:packages/eslint-config
|
||||
'@developomp-site/prettier-config':
|
||||
'@pompydev/prettier-config':
|
||||
specifier: workspace:*
|
||||
version: link:packages/prettier-config
|
||||
eslint:
|
||||
|
@ -38,19 +38,19 @@ importers:
|
|||
|
||||
apps/blog:
|
||||
devDependencies:
|
||||
'@developomp-site/content':
|
||||
'@pompydev/content':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/content
|
||||
'@developomp-site/eslint-config':
|
||||
'@pompydev/eslint-config':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/eslint-config
|
||||
'@developomp-site/playwright-config':
|
||||
'@pompydev/playwright-config':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/playwright-config
|
||||
'@developomp-site/prettier-config':
|
||||
'@pompydev/prettier-config':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/prettier-config
|
||||
'@developomp-site/tailwind-config':
|
||||
'@pompydev/tailwind-config':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/tailwind-config
|
||||
'@fontsource/noto-sans-kr':
|
||||
|
@ -158,16 +158,16 @@ importers:
|
|||
|
||||
apps/main:
|
||||
devDependencies:
|
||||
'@developomp-site/eslint-config':
|
||||
'@pompydev/eslint-config':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/eslint-config
|
||||
'@developomp-site/playwright-config':
|
||||
'@pompydev/playwright-config':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/playwright-config
|
||||
'@developomp-site/prettier-config':
|
||||
'@pompydev/prettier-config':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/prettier-config
|
||||
'@developomp-site/tailwind-config':
|
||||
'@pompydev/tailwind-config':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/tailwind-config
|
||||
'@fontsource/noto-sans-kr':
|
||||
|
@ -260,10 +260,10 @@ importers:
|
|||
|
||||
packages/content:
|
||||
dependencies:
|
||||
'@developomp-site/eslint-config':
|
||||
'@pompydev/eslint-config':
|
||||
specifier: workspace:*
|
||||
version: link:../eslint-config
|
||||
'@developomp-site/prettier-config':
|
||||
'@pompydev/prettier-config':
|
||||
specifier: workspace:*
|
||||
version: link:../prettier-config
|
||||
'@microflash/remark-callout-directives':
|
||||
|
@ -384,7 +384,7 @@ importers:
|
|||
|
||||
packages/eslint-config:
|
||||
devDependencies:
|
||||
'@developomp-site/prettier-config':
|
||||
'@pompydev/prettier-config':
|
||||
specifier: workspace:*
|
||||
version: link:../prettier-config
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
|
@ -428,10 +428,10 @@ importers:
|
|||
|
||||
packages/tailwind-config:
|
||||
devDependencies:
|
||||
'@developomp-site/eslint-config':
|
||||
'@pompydev/eslint-config':
|
||||
specifier: workspace:*
|
||||
version: link:../eslint-config
|
||||
'@developomp-site/prettier-config':
|
||||
'@pompydev/prettier-config':
|
||||
specifier: workspace:*
|
||||
version: link:../prettier-config
|
||||
eslint:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue