Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.46 KB

readme.en-us.md

File metadata and controls

27 lines (16 loc) · 1.46 KB

Eterance's Toolbox (Web Toolbox)

简体中文 | 繁體中文 | English

The English in this repo is translated from Simplified Chinese by Chat-GPT. Feel free to submit a PR to improve the translation.

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/ (Recommended)

Github Pages: 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/ (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