chore: tweaks
This commit is contained in:
parent
2d2a4a44bd
commit
3fc9e6dab1
4 changed files with 9 additions and 14 deletions
6
bun.lock
6
bun.lock
|
|
@ -5,12 +5,10 @@
|
||||||
"": {
|
"": {
|
||||||
"name": "@sigitex/sigitex.com",
|
"name": "@sigitex/sigitex.com",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hypeup/client": "workspace:*",
|
|
||||||
"@hypeup/lexicon": "workspace:*",
|
"@hypeup/lexicon": "workspace:*",
|
||||||
"@hypeup/runtime": "workspace:*",
|
"@hypeup/runtime": "workspace:*",
|
||||||
"asta": "anton-io/asta",
|
"asta": "anton-io/asta",
|
||||||
"highlight.js": "^11.11.1",
|
"highlight.js": "^11.11.1",
|
||||||
"hypeup": "workspace:*",
|
|
||||||
"marked": "^18.0.3",
|
"marked": "^18.0.3",
|
||||||
"marked-gfm-heading-id": "^4.1.4",
|
"marked-gfm-heading-id": "^4.1.4",
|
||||||
"marked-highlight": "^2.2.4",
|
"marked-highlight": "^2.2.4",
|
||||||
|
|
@ -18,6 +16,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bun": "^1.3.13",
|
"@types/bun": "^1.3.13",
|
||||||
"@typescript/native-preview": "beta",
|
"@typescript/native-preview": "beta",
|
||||||
|
"hypeup": "workspace:*",
|
||||||
"oxfmt": "^0.47.0",
|
"oxfmt": "^0.47.0",
|
||||||
"oxlint": "^1.62.0",
|
"oxlint": "^1.62.0",
|
||||||
"sass-embedded": "^1.99.0",
|
"sass-embedded": "^1.99.0",
|
||||||
|
|
@ -160,9 +159,6 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"catalog": {
|
|
||||||
"@types/bun": "1.3.12",
|
|
||||||
},
|
|
||||||
"packages": {
|
"packages": {
|
||||||
"@babel/code-frame": ["@babel/code-frame@7.29.0", "", { "dependencies": { "@babel/helper-validator-identifier": "^7.28.5", "js-tokens": "^4.0.0", "picocolors": "^1.1.1" } }, "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw=="],
|
"@babel/code-frame": ["@babel/code-frame@7.29.0", "", { "dependencies": { "@babel/helper-validator-identifier": "^7.28.5", "js-tokens": "^4.0.0", "picocolors": "^1.1.1" } }, "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw=="],
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
"publish": "rsync -avz dist/ quickbasic.org:~/sigitex.com"
|
"publish": "rsync -avz dist/ quickbasic.org:~/sigitex.com"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hypeup/client": "workspace:*",
|
|
||||||
"@hypeup/lexicon": "workspace:*",
|
"@hypeup/lexicon": "workspace:*",
|
||||||
"@hypeup/runtime": "workspace:*",
|
"@hypeup/runtime": "workspace:*",
|
||||||
"asta": "anton-io/asta",
|
"asta": "anton-io/asta",
|
||||||
|
|
|
||||||
|
|
@ -130,12 +130,12 @@ const configs: Record<string, ProjectConfig> = {
|
||||||
status: ["archived", "experiment"],
|
status: ["archived", "experiment"],
|
||||||
description: "Experimental SSR framework.",
|
description: "Experimental SSR framework.",
|
||||||
},
|
},
|
||||||
fftext: {
|
// fftext: {
|
||||||
type: "monorepo",
|
// type: "monorepo",
|
||||||
owner: "errilaz",
|
// owner: "errilaz",
|
||||||
status: ["dormant", "experiment"],
|
// status: ["dormant", "experiment"],
|
||||||
description: "Desktop ANSI art tool.",
|
// description: "Desktop ANSI art tool.",
|
||||||
},
|
// },
|
||||||
pg_tagged_unions: {
|
pg_tagged_unions: {
|
||||||
owner: "errilaz",
|
owner: "errilaz",
|
||||||
type: "package-repo",
|
type: "package-repo",
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,9 @@ export default function Theme() {
|
||||||
"a:hover",
|
"a:hover",
|
||||||
backgroundColor.white,
|
backgroundColor.white,
|
||||||
color.black,
|
color.black,
|
||||||
textDecoration("none"),
|
textDecoration.none,
|
||||||
),
|
),
|
||||||
rule(".nav-list a:hover", textDecoration("none")),
|
rule(".nav-list a:hover", textDecoration.none),
|
||||||
rule("pre code", [
|
rule("pre code", [
|
||||||
border("solid 2px white"),
|
border("solid 2px white"),
|
||||||
lineHeight("calc(var(--line-height) * 0.75)"),
|
lineHeight("calc(var(--line-height) * 0.75)"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue