Dynamic resume site using Bulma CSS
Go to file
Jarno Rankinen a286b61c58 Translations & certificates
- Translation system, possibility to define different language using
  meta.language setting
- Only en-EN and fi-FI implemented
- Added certificates section, for miscellaneous certs and licences
2024-02-10 14:54:20 +02:00
data Option for a local photo server from ./data/photo/ (relative to executable) 2024-02-10 11:42:46 +02:00
static/css Translations & certificates 2024-02-10 14:54:20 +02:00
templates Translations & certificates 2024-02-10 14:54:20 +02:00
.gitignore Update .gitignore 2024-02-10 12:17:55 +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 Option for a local photo server from ./data/photo/ (relative to executable) 2024-02-10 11:42:46 +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 Translations & certificates 2024-02-10 14:54:20 +02:00
resume.go Translations & certificates 2024-02-10 14:54:20 +02:00
strings.go Translations & certificates 2024-02-10 14:54:20 +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.