Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YunYouJun/yunyoujun.github.io
🌐 云游君的小站,一个自言自语的地方。
https://github.com/YunYouJun/yunyoujun.github.io
Last synced: 2 months ago
JSON representation
🌐 云游君的小站,一个自言自语的地方。
- Host: GitHub
- URL: https://github.com/YunYouJun/yunyoujun.github.io
- Owner: YunYouJun
- License: cc-by-4.0
- Created: 2017-01-19T14:19:16.000Z (almost 8 years ago)
- Default Branch: valaxy
- Last Pushed: 2024-02-14T18:32:45.000Z (11 months ago)
- Last Synced: 2024-05-27T12:34:10.655Z (7 months ago)
- Language: TypeScript
- Homepage: https://yunyoujun.cn
- Size: 31.1 MB
- Stars: 148
- Watchers: 7
- Forks: 138
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - YunYouJun/yunyoujun.github.io - 🌐 云游君的小站,一个自言自语的地方。 (Vue)
- awesome - YunYouJun/yunyoujun.github.io - 🌐 云游君的小站,一个自言自语的地方。 (TypeScript)
README
# [云游君的小站](https://www.yunyoujun.cn)站点源文件
[![Deploy Valaxy site to GitHub Pages](https://github.com/YunYouJun/yunyoujun.github.io/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/YunYouJun/yunyoujun.github.io/actions/workflows/gh-pages.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/4acb3c9b-fbcd-488e-be70-18942eb2669f/deploy-status)](https://app.netlify.com/sites/yunyoujun/deploys)- 已迁移至 [valaxy](https://github.com/YunYouJun/valaxy) + [valaxy-theme-yun](https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-yun)
- 旧版 Hexo 主题:[Yun](https://github.com/YunYouJun/hexo-theme-yun/)- 主站:[yunyoujun.cn](https://www.yunyoujun.cn) | [yunyoujun.github.io](https://yunyoujun.github.io)
- 备用:
- Hexo 版本存档:
- 笔记:
- 赞助:## Use
### 日常发布
发布时,同时推送至 GitHub 与 Coding 的 hexo 分支备份,使用 CI (GitHub Actions) 生成静态页面推送至 GitHub
```bash
npm run backup
# or
# yarn backup
# or
sh backup.sh
# sh backup.sh 'change info'
```- [Comment | Waline](https://waline.yunyoujun.cn/ui/)
## BackUp
- [GitHub](https://github.com/YunYouJun/yunyoujun.github.io)
- [Coding](https://e.coding.net/YunYouJun/yunyoujun.coding.me)```bash
git clone https://github.com/YunYouJun/yunyoujun.github.io
# coding
git remote add coding https://e.coding.net/YunYouJun/yunyoujun.coding.me.git
```### 同时推送
```bash
git remote set-url --add origin https://e.coding.net/YunYouJun/yunyoujun.coding.me.git
```## Build
- [~~yunyoujun.github.io - Travis CI~~](https://www.travis-ci.com/YunYouJun/yunyoujun.github.io)
- [GitHub Actions](https://github.com/YunYouJun/yunyoujun.github.io/actions): 现已改为使用 GitHub Actions旧版 - Hexo 版本
### Install Theme
```bash
git clone https://github.com/YunYouJun/hexo-theme-yun themes/yun
```> More info about [hexo-theme-yun](https://yun.yunyoujun.cn)
## CDN
### JSDELIVR
[![JSDELIVR](https://www.jsdelivr.com/img/logo-horizontal.svg)](https://www.jsdelivr.com/)
- Prefix:
### 腾讯云
[![Tencent Cloud](https://imgcache.qq.com/open_proj/proj_qcloud_v2/gateway/portal/css/img/nav/logo-bg-color.svg)](https://cloud.tencent.com/)
```bash
# https://cloud.tencent.com/document/product/440/111345
tccli auth login
```#### EdgeOne 刷新缓存
```bash
# EdgeOne yunyoujun.cn
# https://cloud.tencent.com/document/product/1552/70759
tccli teo CreatePurgeTask --ZoneId zone-32usfya3lb5o --Type purge_host --Targets '["www.yunyoujun.cn"]'
```#### 刷新目录
```bash
# 注意这里的参数是 Array
tccli cdn PurgePathCache --Paths '["https://www.yunyoujun.cn/links/"]' --FlushType flush
```#### 刷新路径
```bash
tccli cdn PurgeUrlsCache --Urls '["https://www.yunyoujun.cn/links/index.html"]'
```### 又拍云
图床:又拍云云存储 + PicGo =
## Commit Lint
[gitmoji](https://gitmoji.carloscuesta.me/)
```bash
git commit -m 'xxx'
```### 更新博客内容
```bash
📝 update
```### Fixing typos
```bash
✏️ typo
```### UI
```bash
💄 xxx
```### Improving structure / format of the code
```bash
🎨 xxx
```### Fixing CI Build
```bash
💚 travis
```### Changing configuration files
```bash
🔧 config
```### Other
```bash
chore(xxx): xxx
```