Giter Club home page Giter Club logo

metalsmith-resume's Introduction

lowmess.com

Installing

git clone https://github.com/lowmess/lowmess.git
cd lowmess
npm i

Building

npm run build

Developing

npm run start

metalsmith-resume's People

Contributors

gyanl avatar lowmess avatar phivk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

metalsmith-resume's Issues

Add PDF generation

Use something like html-pdf to generate PDFs from the command line instead of having to use the print dialog every time.

Don't output extraneous directories

Currently, every work/education experience is being outputted. They're all the default page. I'll need to do so after Metalsmith build since I need the source files metadata & contents.

number of jobs in in site.yaml exceeding experience md files throws TypeError

{ TypeError: /Users/phivk/Documents/_Work/_CV/_2017/metalsmith-resume/templates/components/experience.pug:6
    4|   +section
    5|     //- Position
  > 6|     h3.f3.mb2.mb0-p.fw6= exp.title
    7|     //- Metadata
    8|     +left-column
    9|       ul.list.ml0.pl0.f5.mt1.fw2

Cannot read property 'title' of undefined
    at block (eval at wrap (/Users/phivk/Documents/_Work/_CV/_2017/metalsmith-resume/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:128:60)

it would be nice if the variable set in site.yaml would specify max_jobs and would still render the present experience md files when there are less files than the maximum.

same story for schools / education md files...

removing all proficiencies throws TypeError

When I remove all proficiencies (as suggested in person.yaml), like such

proficiencies:
  # - list item

the build process throws a throws a TypeError, which prevents the resume being built:

{ TypeError: metalsmith-resume/templates/default.pug:32
    30|               +experience(collections.education[i])
    31| 
  > 32|         if person.proficiencies.length > 0
    33|           +section
    34|             +left-column
    35|               +section-title('Proficiencies')

Cannot read property 'length' of null
    at eval (eval at wrap (metalsmith-resume/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:526:25)

I'm on OSX 10.12.6 using latest node (5.5.1)

add ability to ignore / 'comment out' specific jobs and schools

I would like the ability to adjust my resume to different potential employers. I want to keep job descriptions available in their md files, but have the ability to exclude them easily from the current build.

this could be easily done through a YAML metadata field, e.g. published: false and then list jobs / schools in their respective templates unless published is set to false
Idea would be that by default published is considered true, so it wouldn't break existing functionality.

Build file contains entry pages

Looks like I was a big dumb-dumb and messed up when I did a5c5330

The defaultValues and drafts were working in harmony to remove all that cruft from the generated site. I just forgot that's why they were there.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.