Compare commits

...

3 Commits

Author SHA1 Message Date
251afa8526 update: friend 2025-11-16 13:18:40 +08:00
e19f0bf0f1 remove: github workflows 2025-11-16 13:01:25 +08:00
e5a591e03c update: 088
Some checks failed
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
2025-11-10 17:08:26 +08:00
3 changed files with 19 additions and 80 deletions

View File

@@ -1,78 +0,0 @@
# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
# Default to bash
defaults:
run:
shell: bash
jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.124.0
steps:
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./public
# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

View File

@@ -12,8 +12,23 @@ edit: false
comment: true
---
### 申请要求
感谢添加我为友链,作为互联网的一个独立的小角落,也希望您的网站能够满足以下几点简单的要求
- 有超过 5 篇独立的原创文章
- 网站使用独立的付费域名,使用标准 HTTPS 端口443开启 SSL 证书
- 不接受包括但不限于以下内容的友链申请
- 带有推广性质(云服务、广告等)的博客
- 论坛
- 资源分享
我将每个季度审查一次所有已添加友链的网站,若发现网站无法访问或不符合上述要求,将移除该友链
### 友链申请格式
请按以下格式在评论区留言~
> 网站名称TaurusXin 的独立博客
>
> 网站链接:<https://www.taurusxin.com>

View File

@@ -75,7 +75,9 @@ date: "2025-11-10T13:51:00+0800"
{{< video "https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-gptoss.mov" >}}
按下发送按钮后的不到 2 秒,整个组件的完整代码都生成完了,一气呵成。我测试过把它用在代码编辑器辅助编程具体方案是VSCode + Cline 插件)
按下发送按钮后的不到 2 秒,整个组件的完整代码都生成完了,一气呵成。
如果把它用在代码编辑器辅助编程效果会非常爽,具体方案是 `VSCode + Cline 插件`,效果会非常爽,只不过一定要注意 Token 消耗速度快了Token 消耗也会快很多,一不小心很容易超出免费额度。
## 总结