Compare commits
1 Commits
min
...
e573a9c5a5
| Author | SHA1 | Date | |
|---|---|---|---|
|
e573a9c5a5
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [min]
|
branches: [main]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
13
index.html
Normal file
13
index.html
Normal 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>
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"title": "ailog",
|
"title": "ailog",
|
||||||
"handle": "syui.ai",
|
"handle": "syui.ai",
|
||||||
"collection": "ai.syui.log.post",
|
"collection": "ai.syui.log.post",
|
||||||
"network": "bsky.social",
|
"network": "bsky.social",
|
||||||
"color": "#EF454A",
|
"color": "#EF454A",
|
||||||
"siteUrl": "https://syui.github.io",
|
"siteUrl": "https://syui.github.io",
|
||||||
"oauth": false
|
"oauth": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ export interface AppConfig {
|
|||||||
network: string
|
network: string
|
||||||
color: string
|
color: string
|
||||||
siteUrl: string
|
siteUrl: string
|
||||||
oauth?: boolean
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Networks {
|
export interface Networks {
|
||||||
|
|||||||
Reference in New Issue
Block a user