Compare commits

...

1 Commits

Author SHA1 Message Date
Jarno Rankinen 01d0e798c9 Intermediate commit, update README.md 2024-02-10 21:32:00 +02:00
1 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,13 @@
# Go-resume # Go-resume ![Static Badge](https://img.shields.io/badge/WIP-yellow)
## Work in progress
A dynamic resume site using [Bulma CSS](https://github.com/jgthms/bulma) written in Go. A dynamic resume site using [Bulma CSS](https://github.com/jgthms/bulma) written in Go.
Get up and running easily by defining the content in a single YAML file. Get up and running easily by defining the content in a single YAML file.
Shamelessly copied from [mazipan's](https://github.com/mazipan) [bulma-resume-template](https://github.com/mazipan/bulma-resume-template). ### Live example: [https://oranki.net/cv](https://oranki.net/cv)
Screenshots:
## Special thanks
Shamelessly adapted to Go from [mazipan's](https://github.com/mazipan) [bulma-resume-template](https://github.com/mazipan/bulma-resume-template).