Theme to build a customizeable printable CV with minor web responsiveness.
Find a file
2020-08-16 21:19:07 +01:00
assets Change a light color 2020-08-16 20:33:52 +01:00
exampleSite Rename theme 2020-08-16 21:19:07 +01:00
images Make sections optional 2020-08-16 20:49:25 +01:00
layouts Make sections optional 2020-08-16 20:49:25 +01:00
static/img Add theme content 2020-08-16 13:21:35 +01:00
LICENSE Add theme content 2020-08-16 13:21:35 +01:00
README.md Rename theme 2020-08-16 21:19:07 +01:00
theme.toml Rename theme 2020-08-16 21:19:07 +01:00

Almeida CV Theme

Theme to build a customizeable printable HTML/CSS CV.

Screenshot

Features

  • Online CV with minor responsiveness
  • Printable as A4 PDF

Download

Clone the repo: git clone https://github.com/ineesalmeida/almeida-cv

Installation

Install Hugo

To use almeida-cv theme you need to install Hugo by following https://gohugo.io/getting-started/installing/.

Create your personal website and run

hugo new site <your website's name>
cd <your website's name>/themes/

Clone the theme (git clone https://github.com/ineesalmeida/almeida-cv). Replace the "config.toml" file that in the project's root directory with themes/almeida-cv/exampleSite/config.toml. Replace the "content.yaml" file that in the project's root directory with themes/almeida-cv/exampleSite/data/content.yaml.

hugo server -D

The theme is alive on http://localhost:1313/

Customization

You can change the theme colors in the config.toml file. Your professional data should be added in the data/content.yaml.

Building

To generate your site in the public folder, execute the following:

hugo

within the root of your project.

Contributing

Post bugs and contributions to the issue tracker. Or make a pull request.

License

This template is 100% FREE as long as you keep the footer attribution link. You do not have the rights to resell, sublicense or redistribute (even for free) the template on its own or as a separate attachment from any of your work. If youd like to use this template without the footer attribution link, you can buy the commercial license. Send an email to contact@ines-almeida.com.