GithubHelp home page GithubHelp logo

elagoht / pugcv Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 0.0 1.2 MB

CV creator written in pug and tailwindcss.

Home Page: https://elagoht.github.io/pugCV/

CSS 22.04% Pug 76.58% JavaScript 1.39%
portfolio portfolio-page portfolio-project portfolio-site portfolio-template portfolio-website pug pug-templates tailwindcss

pugcv's Introduction

Create Your Own CV

To create your own CV, fill the variables.pug file. After that you need to install pug-cli. You will need npm and node.js for this.

npm install -g pug-cli

# if root privileges needed, add sudo or doas etc.
sudo npm install -g pug-cli

After that run pug with command below:

npx pug index.pug -P

# If you will make more difference add --watch parameter.
npx pug index.pug -P --watch

Then you need to process tailwindcss. To install tailwindcss run the command below:

npm install -g tailwindcss

# if root privileges needed, add sudo or doas etc.
sudo npm install -g tailwindcss

Now you are able to process style file:

npx tailwindcss -i index.css -o style.css

# If you will make more difference add --watch parameter.
npx tailwindcss -i index.css -o style.css --watch

Finally you would be able to view the portfolio. Open the index.html file that has just created.

You will see an html page. The CSS file is prepared in such a way that it can print the page as a pdf file. Just press Ctrl + P

Now you must select the "print backgrounds" option as seen on image.

Printing

Then save the file and have a great, new CV.

pugcv's People

Contributors

elagoht avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.