getgrav / grav-skeleton-resume-site

Resume Skeleton for Grav
https://getgrav.org
MIT License
57 stars 15 forks source link
grav grav-skeleton

Resume Skeleton for Grav

Resume

Resume by Fernando Báez is a Grav implementation of free PSD resume theme.

Features

Basic Setup for a new Grav site

The simplest way to install Resume theme for Grav is to download and install the Resume Skeleton package:

  1. Download Resume Skeleton
  2. Simply unzip the package into your web root folder.
  3. Point your browser at the folder, job done!

TIP: Check out the general Grav installation instructions for more details on this process.


Existing Grav site

It is possible to install just the theme, but page content will need to reference the Resume theme's supported templates. It is strongly advised to at least install the Resume Skeleton package to see the theme's capabilities in action.

To install just the theme:

$ bin/gpm install resume

Layouts Configuration

Resume theme includes few creative layout templates. This layouts will help you to create perfect resume and to find a dream job :) Below, is a brief description of most important layouts, it's options and values.

Header

Header settings are located inside your skeleton in config/site.yaml. This file contains your basic contact informations. This content will be displayed in theme header.

Specialities

Specialities layout is designed to showcase your most important talents. It contains large icon inside ellipse and description. Example of specialities layout is located inside your skeleton in pages/left/my-specialities/special.md.

- icon: lightbulb
  text: Logo Design
  animation: fadeInDown

Skills

Skills layout is designed to showcase your most important skills. To check example page, go to skeleton and open: pages/left/design-skills/skills.md.

- name: Adobe Photoshop
  level: 8

Language skills - pie charts

Language skills layout was made to easily display percentage data like language skills and other. Example language skills page is located in skeleton, in: pages/left/language-skills/langskills.md.

- name: Spanish
  level_name: Mother Language
  level: 100

Education

This layout is designed to present your education history. Example page is located in skeleton, in: pages/right/education/education.md

- date: From September 2010 to September 2013.
  topic: Industrial Design.
  school: Universidad Antonio de Nebrija. Madrid.

Experience

Experience layout is designed to showcase your work experience. It's created with two columns approach. One for year, one for description. Example page is located in skeleton, in: pages/right/experience/experience.md

- date: From 2013 to 2014
  role: Art Director.
  company: Distrito 01 (d01 .es)
  years: 2
  animation: fadeIn

Recognitions

Recognitions layout is designed to showcase your awards and recognitions. On left there is SVG ribbon with achieved place and amount of finalists. On the right, informations about contest. Example page is located in skeleton, in: pages/right/recognitions/recognitions.md

- title: Remus Logo Design.
  desc: Internal contest. One of the three finalists.
  place: Universidad Antonio de Nebrija. Madrid
  position: 1-3
  animation: fadeIn

Hobbies and Interests

Interests layout is designed to show your hobbies and interests. It's approach is simple. Circle with icon and description. Example page is located in skeleton, in: pages/right/hobbies-and-interests/interests.md

- icon: camera
  activity: Photography
  animation: fadeIn

Footer

Footer and it's content is located inside partials directory. File name is footer.html.twig.