Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xeonds committed Jul 19, 2023
0 parents commit e00c423
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/xdu-planet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: hourly-xdu-planet

on:
schedule:
- cron: '*/15 * * * *'
push:
branches:
- web
- master
- develop

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: master
path: ./
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.20
- name: build
run: go build
- name: run
run: ./xdu-planet -fetch
1 change: 1 addition & 0 deletions assets/about-36ff9f8b.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions assets/home-11d5200c.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/home-f09d286f.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions assets/index-1ef30e42.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-718bbc2f.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 1
feeds:
- "https://www.superbart.xyz/index.xml"
- "https://xeonds.github.io/atom"
- "https://holynia.github.io/atom"
- "https://ray.al/feed"
- "https://blog.woooo.tech/index.xml"
- "https://blog.ksfu.top/atom.xml"
- "https://hawa130.com/feed/"
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>XDU-Planet</title>
<script type="module" crossorigin src="/assets/index-1ef30e42.js"></script>
<link rel="stylesheet" href="/assets/index-718bbc2f.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
1 change: 1 addition & 0 deletions vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e00c423

Please sign in to comment.