-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Eterance Web Toolbox | ||
|
||
[简体中文](https://github.com/Eterance/web-toolbox/blob/main/readme.md) | [繁體中文](https://github.com/Eterance/web-toolbox/blob/main/readme.zh-tw.md) | English | ||
|
||
## What is this? | ||
|
||
This is a web-based toolbox that contains some useful small tools. | ||
|
||
This is a purely static website handcrafted with HTML+CSS+JavaScript, with support for mobile view, multiple languages, and light/dark mode. | ||
|
||
## URLs | ||
|
||
Cloudflare Pages: [https://tools.eterance.com/](https://tools.eterance.com/) (Recommended) | ||
|
||
Github Pages: [https://eterance.github.io/web-toolbox/](https://eterance.github.io/web-toolbox/) | ||
|
||
For instructions on deploying with Cloudflare Pages, refer to: [https://blog.eterance.com/articles/deploying-a-static-website-with-github-action-and-cloudflare-pages/](https://blog.eterance.com/articles/deploying-a-static-website-with-github-action-and-cloudflare-pages/) (Simplified Chinese only) | ||
|
||
## What do I need to modify if I want to deploy this toolbox on my own? | ||
|
||
- The icons in all HTML files | ||
- The `<title>` tags in all HTML files | ||
- The `projectName` field in `.github/workflows/deploy.yml` if you want to use Cloudflare Pages | ||
- The website title in `navbar.js` for all languages in `site/components/`, and the project links in `footer.js` and `footer-cf.js` (if you have forked the project) | ||
- Modify the CDN links |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Eterance 的百寶箱 (web-toolbox) | ||
|
||
[简体中文](https://github.com/Eterance/web-toolbox/blob/main/readme.md) | 繁體中文 | [English](https://github.com/Eterance/web-toolbox/blob/main/readme.en-us.md) | ||
|
||
## 這是什麼? | ||
|
||
這是一個網頁版的工具箱,包含了一些有用的小工具。 | ||
|
||
這是一個徒手撸的 HTML+CSS+JavaScript 的純靜態網站,適配移動端視圖、多語言、支持亮暗模式。 | ||
|
||
## 網址 | ||
|
||
Cloudflare Pages:[https://tools.eterance.com/](https://tools.eterance.com/) (推薦) | ||
|
||
Github Pages:[https://eterance.github.io/web-toolbox/](https://eterance.github.io/web-toolbox/) | ||
|
||
如何部署在 Cloudflare Pages 參見:[https://blog.eterance.com/articles/deploying-a-static-website-with-github-action-and-cloudflare-pages/](https://blog.eterance.com/articles/deploying-a-static-website-with-github-action-and-cloudflare-pages/)(僅提供簡體中文) | ||
|
||
## 如果我要自行部署這個工具箱,要修改什麼地方才能把它變成我的? | ||
|
||
- 所有 HTML 文件中的 icon | ||
- 所有 HTML 文件中的 `<title>` 標籤 | ||
- 如果你要使用 Cloudflare Pages,`.github/workflows/deploy.yml` 中的 `projectName` 欄位 | ||
- `site/components/` 中所有語言的 `navbar.js` 的網站標題、(如果 folk 了項目)`footer.js` 和 `footer-cf.js` 的項目連結 | ||
- 修改連結的CDN | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters