Dynamic resume site using Bulma CSS
Go to file
Jarno Rankinen 8b7978f7b5 Intermediate commit
- Following info is now parsed from yaml, specified with --config flag
  default path for config: ./data/resume.yaml
  - Summary
  - Experience
  - Education
  - Skills
  - Languages

Need to update sample YAML with mock data
2024-02-01 23:05:17 +02:00
data Default title if YAML .meta.title is empty 2023-12-03 23:16:18 +02:00
static/css Intermediate commit 2024-02-01 23:05:17 +02:00
templates Intermediate commit 2024-02-01 23:05:17 +02:00
.gitignore Intermediate commit 2024-02-01 23:05:17 +02:00
LICENSE Create LICENSE 2023-12-02 00:33:53 +02:00
README.md Initial commit 2023-12-02 00:27:32 +02:00
config.go First steps on dynamic content 2023-12-03 22:24:48 +02:00
go.mod First steps on dynamic content 2023-12-03 22:24:48 +02:00
go.sum First steps on dynamic content 2023-12-03 22:24:48 +02:00
main.go Intermediate commit 2024-02-01 23:05:17 +02:00
resume.go Intermediate commit 2024-02-01 23:05:17 +02:00

README.md

Go-resume

Work in progress

A dynamic resume site using Bulma CSS written in Go.

Shamelessly copied from mazipan's bulma-resume-template.