https://github.com/yihong0618/resume
resume
https://github.com/yihong0618/resume
Last synced: 8 months ago
JSON representation
resume
- Host: GitHub
- URL: https://github.com/yihong0618/resume
- Owner: yihong0618
- License: mit
- Created: 2023-10-17T11:59:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T01:41:59.000Z (9 months ago)
- Last Synced: 2025-02-25T00:09:23.329Z (8 months ago)
- Language: HTML
- Homepage: https://resume.yihong0618.me
- Size: 96.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume of yihong0618(fork from [frostming/resume](https://github.com/frostming/resume))
Requires: [PDM](https://pdm.fming.dev) and Python >= 3.10
## Usage
Install dependencies
```
pdm install
```
Build static files
```
pdm run build
```
Run development server
```
pdm dev
```
Data files are in `data/` directory, and templates are in `templates/` directory.
## Tech
- [Jinja2](https://pypi.org/project/jinja2)
- [TailwindCSS](https://tailwindcss.com)