Package Exports
- jsonresume-theme-stackoverflowed
- jsonresume-theme-stackoverflowed/dist/render.js
- jsonresume-theme-stackoverflowed/dist/render.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jsonresume-theme-stackoverflowed) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jsonresume-theme-stackoverflowed
A JSON Resume Theme inspired by the Stack Overflow Developer Story resume format.
Motivation
Sadly the Stack Overflow team decided to discontinue the Jobs and Developer Story platform on March 31, 2022. Having had much career success particularly thanks to their product this came as disappointing news - there is something about this resume format that seems to translate well with recruiters, so with a little artistic license this project aims to create a faithful replica that is compatible with the Resume CLI tool.
Sample
Configuration
The JSON Resume schema allows space for arbitrary meta data. This theme will consume a custom configuration from JSON defined under the following namespace, all further parameters listed on this page will assume that they are configured at this level. For the avoidance of doubt a sample configuration is available, which matches the default values if otherwise unspecified.
{
"meta": {
"theme-stackoverflowed": {
/* configuration */
}
}
}Formatting
{
"format": {
"date": string,
"location": string | string[]
}
}format.date — string
A date-fns format for rendering dates.
format.location — string | string[]
A template or list of templates (fallbacks) that will be passed the values of basics.location
from the resume - interpolated keys use the syntax {{var}}. In addition to the schema properties,
the following keys are also available.
| Key | Description |
|---|---|
countryNameAlias |
A colloquial name resolved from the countryCode. |
countryNameOfficial |
A full country title resolved from the countryCode. |