A minimal static personal homepage.
Quick preview
- Open in the host browser:
- $BROWSER index.html
- Or run a simple HTTP server from the repository root:
- python3 -m http.server 8000
- $BROWSER http://localhost:8000
Main files
- index.html — site entry
- styles.css — styling (includes classes
.contentand.card) - .claude/settings.local.json — local settings
- .gitignore
Notes
- The site is a static HTML/CSS single page. Edit
index.htmlto change links or content. - Use the
$BROWSERenvironment helper to open pages in the host browser from the dev container.
Contributing
- Edit and push changes:
- git add .
- git commit -m "Update"
- git push
Author
- Tao An
This project is licensed under CC BY-NC-SA 4.0.
You are free to:
- Share — copy and redistribute the material
- Adapt — remix, transform, and build upon the material
Under the following terms:
- Attribution — You must give appropriate credit to Tao An
- NonCommercial — You may NOT use the material for commercial purposes
- ShareAlike — You must distribute your contributions under the same license
Fork this project! Feel free to use this as a template for your own personal homepage.
