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:
|
||||
push:
|
||||
branches: [min]
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
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",
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ export interface AppConfig {
|
||||
network: string
|
||||
color: string
|
||||
siteUrl: string
|
||||
oauth?: boolean
|
||||
}
|
||||
|
||||
export interface Networks {
|
||||
|
||||
Reference in New Issue
Block a user