Giter Club home page Giter Club logo

resume's Introduction

Resume

Resume of Kazuya Gosho, built with Webpack + Pug + Postcss.

screenshot

Getting started

After checking out the repo, run:

yarn install
yarn start

open localhost:3000 and you can see my resume.

Write your resume with this template

Feel free to write your resume with this template, if you are enough odd to do so.

  • src/app.postcss is for css
  • src/index.pug is for template
  • If you want to write your resume with sass, just add sass-loader

Internationalization

Unfortunatelly, we only have really legacy option to this setting.

To create Japanese resume, HtmlWebpackPlugin in webpack.config.js like this:

  plugins: [
    new HtmlWebpackPlugin(
      {
        template: './index.ja.pug',
        filename: 'index.html',
        inject: false
      }
    )
  ]

Screenshot

To take a screenshot, just run

  • yarn start
  • yarn screenshot

This runs your Chrome headlessly and take an image.

TODO

  • Add script for taking screenshot.
  • Add ESLint for stability.
  • Add Flow for type-safe and null-safe.
  • Internationalization. currently I need en and ja. For the time being create index.ja.pug.
  • Use React.js or Vue.js for template. This is for HMR and scoped CSS and internationalization.
  • Add script for build. Generate multilingual PDF to /dist.
  • screenshot command Internationalization.
  • Create GitHub page or something to render this as actual web page.
    • Hopefully, change language interactively.

Contribution

I am not a native English speaker, so if you find something wrong, please create an issue or send a pr.

Thanks in advance.

resume's People

Contributors

acro5piano avatar

Watchers

James Cloos avatar Lucas zapico avatar

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.