xue commited on
Commit
9ce45fc
·
verified ·
1 Parent(s): 43676ca

Upload config.yml

Browse files
Files changed (1) hide show
  1. config.yml +57 -0
config.yml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ website_title: "homepage"
2
+ website_author: "xiaoxuan6"
3
+ website_description: "整天半吊子和不学无术的坏孩子,梦想成为庄稼地里的读书人....."
4
+ website_keywords: "主页,导页,homepage,引导页"
5
+
6
+ github_username: "xiaoxuan6"
7
+ email: "[email protected]"
8
+
9
+ # logo static地址或 url 地址
10
+ logo: "/static/img/logo.png"
11
+ # 打赏二维码地址
12
+ pay: "https://cdn.jsdelivr.net/gh/xiaoxuan6/static/images/wechat.png"
13
+ # qq 二维码地址
14
+ qq: ""
15
+
16
+ sites:
17
+ - title: "周刊"
18
+ url: "https://weekly.xiaoxuan6.cloudns.be"
19
+ desc: "主要针对计算机领域,内容主题极大程度被我个人喜好主导"
20
+ - title: "Github 文件加速"
21
+ url: "https://github-mirror.us.kg"
22
+ desc: "收录 github 文件加速网站"
23
+ - title: "Free VIP视频解析"
24
+ url: "https://xiaoxuan6.github.io/free-vip-video"
25
+ desc: "解析各大平台会员视频"
26
+ - title: "假数据生成器"
27
+ url: "https://xiaoxuan6.github.io/faker"
28
+ desc: "生成用户信息:姓名、身份证、手机号、银行卡号"
29
+ - title: "chatGpt 在线免费网站"
30
+ url: "https://xiaoxuan6.github.io/chatgpt-server"
31
+ desc: "可用的 ChatGPT 在线体验免费网站"
32
+ - title: "博客"
33
+ url: "https://xiaoxuan6.github.io"
34
+ desc: "博客网站笔记"
35
+
36
+ projects:
37
+ - title: "GitHub 文件加速集群"
38
+ url: "https://github.com/xiaoxuan6/github-mirror"
39
+ desc: "收录 github 文件加速网站"
40
+ - title: "网页书签"
41
+ url: "https://github.com/xiaoxuan6/bookmarks"
42
+ desc: "将浏览器书签保存并运行到服务中"
43
+ - title: "阿里云鉴黄"
44
+ url: "https://github.com/xiaoxuan6/laravel-ali-green"
45
+ desc: "关键词文本检测以及对图片涉黄、暴恐、敏感检测、广告等"
46
+ - title: "主页、引导页"
47
+ url: "https://github.com/xiaoxuan6/homepage"
48
+ desc: "个人网站主页、引导页"
49
+ - title: "服务状态监控面板"
50
+ url: "https://github.com/xiaoxuan6/service-status"
51
+ desc: "服务状态监控面板"
52
+ - title: "节假日查询"
53
+ url: "https://github.com/xiaoxuan6/chinese-holidays-api"
54
+ desc: "提供中国休假或者工作日 api 接口查询"
55
+ - title: "tg 图床"
56
+ url: "https://github.com/xiaoxuan6/telegraph-images"
57
+ desc: "免费的 tg 图床"