Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shurcool/resume
resume is Dmitri Shuralyov's résumé.
https://github.com/shurcool/resume
frontend go html rendering
Last synced: 5 days ago
JSON representation
resume is Dmitri Shuralyov's résumé.
- Host: GitHub
- URL: https://github.com/shurcool/resume
- Owner: shurcooL
- License: mit
- Created: 2016-04-11T00:41:08.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T04:59:27.000Z (12 months ago)
- Last Synced: 2024-06-21T07:35:56.772Z (5 months ago)
- Topics: frontend, go, html, rendering
- Language: Go
- Homepage: https://dmitri.shuralyov.com/resume
- Size: 130 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
resume
======[![Go Reference](https://pkg.go.dev/badge/github.com/shurcooL/resume.svg)](https://pkg.go.dev/github.com/shurcooL/resume)
Package resume contains Dmitri Shuralyov's résumé.
The implementation is a little experimental and not to be taken very seriously.
Credit goes to Pavel Bennett for original frontend design.
Installation
------------```sh
go get github.com/shurcooL/resume
```Directories
-----------| Path | Synopsis |
|----------------------------------------------------------------------|--------------------------------------------------------------------------------------|
| [component](https://pkg.go.dev/github.com/shurcooL/resume/component) | Package component contains individual components that can render themselves as HTML. |License
-------- [MIT License](LICENSE)