Skip to content

Commit

Permalink
released v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 12, 2025
1 parent 7400886 commit 0cc0461
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,18 @@ jobs:
${{ steps.changelog.outputs.changelog }}
## Docker
```shell
docker pull wcjiang/free-font:latest
```
```shell
docker run --name reference --rm -d -p 9677:3000 wcjiang/free-font:latest
# Or
docker run --name reference -itd -p 9677:3000 wcjiang/free-font:latest
```
- run: npm install
- run: npm run build:docker
- name: Free Disk Space
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

[![Buy me a coffee](https://img.shields.io/badge/Buy_Me_a_Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://jaywcjlove.github.io/#/sponsor)
[![CI](https://github.com/jaywcjlove/free-font/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/free-font/actions/workflows/ci.yml)
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/free-font)](https://hub.docker.com/r/wcjiang/free-font)
[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/wcjiang/free-font)](https://hub.docker.com/r/wcjiang/free-font)
[![Docker Pulls](https://img.shields.io/docker/pulls/wcjiang/free-font)](https://hub.docker.com/r/wcjiang/free-font)

本项目基于已不再维护的 [字集](https://github.com/wordshub/free-font) 开源项目,旨在收集汉字字体。我创建了这个新项目,并新增了自动生成字体预览封面的脚本,还重新添加了许多中文字体以及一些开源英文字体,以方便《[字帖宝宝](https://github.com/jaywcjlove/copybook-generator)》用户下载和使用。

Expand Down Expand Up @@ -140,7 +143,7 @@ git lfs track "docs/fonts/全字库系列/全字庫正楷體/全字庫正楷體-

[`GitHub Page`](https://jaywcjlove.github.io/free-font/) [`Vercel`](https://free-font.vercel.app) [`Githack`](https://raw.githack.com/jaywcjlove/free-font/main/docs/index.html) ~~[`Netlify`](https://freefont.netlify.app)~~

如果您有资源,可以轻松部署字体网站。只需克隆 `main` 分支并部署 [`docs`](./docs/) 目录中的静态资源,或直接克隆 [gh-pages](https://github.com/jaywcjlove/free-font/tree/gh-pages) 分支到您的静态服务
您可以轻松部署字体网站,只需克隆 `main` 分支并部署 [`docs`](./docs/) 目录中的静态资源,或直接使用 [gh-pages](https://github.com/jaywcjlove/free-font/tree/gh-pages) 分支进行静态托管,还可以通过 [Docker 镜像](https://hub.docker.com/r/wcjiang/free-font) 便捷部署

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "free-font",
"private": false,
"version": "2.14.1",
"version": "2.15.0",
"type": "module",
"homepage": "https://jaywcjlove.github.io/free-font/",
"repository": {
Expand Down

0 comments on commit 0cc0461

Please sign in to comment.