Write and generate your next resume in Notenik!

This is a very rudimentary project that allows users to compose and generate a resume with Markdown, HTML, CSS and Notenik’s scripting and templating. The generation process leans heavily on includes in order to designate where the various sections of the resume are displayed, but I suppose that there may be an easier way to achieve this. Feel free to browse and fiddle with the files included and pay no attention to my slapdash CSS job that can be found in the main.html template.

For common distribution, you can open the resume.html file in a web browser and export it as a PDF from the Print menu. Don’t blame me if this impedes on your own job search.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Notenik-Resume-Project.zip (12.9 KB)

And a screenshot from the browser. You may want to adjust the CSS using the @page rule for greater control with a printed/PDF format. Conveniently, @page is not supported by Safari.

2 Likes

Great contribution to the community, @ThePrinter. Very cool, and thanks for sharing!