[init] initial commit for gitea

This commit is contained in:
2023-05-25 22:54:48 +08:00
commit 8b1eb02177
20 changed files with 1556 additions and 0 deletions

38
README.md Normal file
View File

@ -0,0 +1,38 @@
[![Website](https://img.shields.io/website-up-down-green-red/https/rustle.cc.svg)](https://rustle.cc/) [![License](https://img.shields.io/github/license/mffan0922/homepage.svg)](/LICENSE) [![Say Thanks](https://img.shields.io/badge/Say-Thanks!-1EAEDB.svg)](https://saythanks.io/to/mffan0922)
### 个人主页
本主页是由[Dmego](http://i.dmego.cn/)的主页修改而来的由于自己的小站数量越来越多给他们找一个共同的“家”这件事逐渐提上议程。在Github上寻找的时候发现了这个主题感觉跟个人的喜好风格非常相近于是就选择了这个作为个人主页模板再次感谢Dmego
> 如下是该主题相关的借鉴内容
* 衍生自 [Vno](https://github.com/onevcat/vno-jekyll) Jekyll 主题
* 页面部分加载效果借鉴于 [Mno](https://github.com/mcc108/mno) Ghost 主题
* 借鉴了[北岛向南的小屋](https://javef.github.io/)的头像样式
### 效果图
![主页JPG](assets/img/home.jpg)
### 注
* 访问地址:[个人主页](https://rustle.cc/)
* 使用了 [一言](http://hitokoto.cn/) 的 API 服务
* ~~使用了~~ [~~Bing 壁纸 API~~](https://github.com/xCss/bing/) ~~服务~~
* ~~使用了~~ [~~Yahoo Query Language (YQL)~~](https://developer.yahoo.com/yql/) ~~来解决获取 Bing 壁纸跨域问题~~
* ~~原先 YQL 服务将被淘汰,现改用~~ [~~JsonBird~~](https://bird.ioliu.cn/)
* 使用 GitHub Action 来获取 Bing 壁纸,使用 JSONP 获取 Bing 壁纸 URL 文件
### GitHub Action 补充说明
* 利用 Github Action 提交代码需要一个 GitHub API 令牌, 可以在 [Create Tokens](https://github.com/settings/tokens) 这个地址,点击 Generate new token 按钮来创建
* Expiration 过期时间设置为 not expiration
* Select scopes 勾选 repo
* 点击 Generate Token 生成
* 在仓库的 Settings ——>Secrets 功能栏中,点击 new repository secrets 按钮
* 在 Name 框中填写 GH_TOKEN
* 在 Value 栏中填写第一步生成的 token 值
### 更新时间
> 2022-04-12