Giter Site home page Giter Site logo

chck.github.io's Introduction

Astro-Vitae | Personalized CV with minimal efforts

Astro-Vitae | Personalized CV with minimal efforts

Astro-Vitae is a free, personalized CV template with sleek & minimal design which helps in simplifying the process of getting a CV for yourself. So much so that someone with minimal knowledge of coding can easily get their CV just by updating their details.

Demo

View a live demo of Astro-Vitae

Requirements

- Git & Github Account
- PNPM (Performant Node Package Manager)
- A text-editor

Installation

After cloning and setting up the project files on your local machine, run the following command in your terminal

pnpm install

Once the packages are installed you are ready to run astro. Astro comes with a built-in development server that has everything you need for project development. The astro dev command will start the local development server so that you can see your new website in action for the very first time.

pnpm run dev

Tech Stack

Project Structure

├── src/
│   ├── components/
│   │   ├── Card.astro
│   │   ├── Container.astro
│   │   ├── Footer.astro
│   │   └── Header.astro
│   ├── layouts/
│   │   └── AccordionLayout.astro
│   │   └── BaseLayout.astro
│   └── pages/
│   │   ├── content.js
│   │   └── index.astro
├── public/
│   ├── favicon.svg
│   └── profile.jpg
│   └── screenshot.jpeg
├── astro.config.mjs
├── tailwind.config.cjs
├── package.json
├── README.md
├── .gitignore
└── tsconfig.json

Using & Editing the content

In order to change the content of the CV, all you have to do is update it in the content.js file in /src folder.

Content Code

In src/content.js all variables contain information that is to be reflected in the UI. In order to change it, simply update the values with your data. The personal information is fairly simple, content for the likes of work, projects, etc are stored as JavaScript objects.

Adding or Removing a field

To add or remove a field from the CV, simply go to Container.astro in src/components/

Accordion_code

  • To Add a new field, add a new <AccordionLayout /> component, with appropriate props and child component. Make sure add the data of field in proper format in content.js.
  • To Remove an already existing field, simply comment out the <AccordionLayout /> component of that particular field or remove it. Removing its content from content.js is a choice.

Contributing

Suggestions and pull requests are welcomed! Feel free to open a discussion or an issue for a new feature request or bug.

License

Astro-Vitae is licensed under the MIT license — see the LICENSE file for details.

Contributors

Happy Hecking 🙌

chck.github.io's People

Contributors

astrobot-houston avatar chck avatar fabriziopicco99 avatar uskhokhar avatar

Watchers

 avatar  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.