Compare commits

..

1 Commits

Author SHA1 Message Date
e573a9c5a5 minimal 2026-01-18 20:18:11 +09:00
4 changed files with 21 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
on:
push:
branches: [min]
branches: [main]
workflow_dispatch:
permissions:

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ailog</title>
<link rel="stylesheet" href="/src/styles/main.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>

View File

@@ -1,9 +1,9 @@
{
"title": "ailog",
"handle": "syui.ai",
"collection": "ai.syui.log.post",
"network": "bsky.social",
"color": "#EF454A",
"siteUrl": "https://syui.github.io",
"oauth": false
"title": "ailog",
"handle": "syui.ai",
"collection": "ai.syui.log.post",
"network": "bsky.social",
"color": "#EF454A",
"siteUrl": "https://syui.github.io",
"oauth": false
}

View File

@@ -6,7 +6,6 @@ export interface AppConfig {
network: string
color: string
siteUrl: string
oauth?: boolean
}
export interface Networks {