https://github.com/pdcalado/mincv
Minimal resume website
https://github.com/pdcalado/mincv
css html minimal nojs resume-website
Last synced: about 2 months ago
JSON representation
Minimal resume website
- Host: GitHub
- URL: https://github.com/pdcalado/mincv
- Owner: pdcalado
- License: mit
- Created: 2022-11-09T22:40:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T20:57:49.000Z (9 months ago)
- Last Synced: 2025-01-21T17:31:20.868Z (3 months ago)
- Topics: css, html, minimal, nojs, resume-website
- Language: CSS
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Min CV
Minimalistic code to generate an HTML+CSS resume webpage.
Uses [sakura](https://github.com/oxalorg/sakura) and [normalize.css](https://github.com/necolas/normalize.css).
## Install
Install [mustache](https://github.com/mustache/mustache) and run:
```sh
make index.html
````./public` folder is now ready for hosting.
## Reuse
* Fork this repo
* Modify `hash.json` to your liking
* [Install](#install) (or let github actions generate the `public` folder)
* Host `public` folder## Contributing
Quickest setup is to develop using vscode's devcontainer.
Then on the terminal run:```sh
./rundev.sh
```