Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

suyundukov/hugo-vitae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Vitae - Logo

Table of Contents


Vitar Screen


Vitae Live Demo

Installation

With git

From the root of your Hugo site, clone the theme into themes/hugo-vitae by running :

git clone https://github.com/nurlansu/hugo-vitae.git themes/hugo-vitae

Manual

  1. Download zip archive.
  2. Unarchive it.
  3. Move hugo-vitae folder in themes folder of your site

For more information read the official setup guide of Hugo.

Quick start

After installation, take a look in the exampleSite folder at. This directory contains an example config file and the content for the demo. It serves as an example setup for your documentation. Edit the site attributes in config.toml and edit the various entries in layouts/partials/.

  exampleSite
  β”œβ”€β”€ config.toml
  β”œβ”€β”€ data
  β”‚     β”œβ”€β”€ education.yml
  β”‚     β”œβ”€β”€ employment.yml
  β”‚     β”œβ”€β”€ hobbies.yml
  β”‚     β”œβ”€β”€ initiatives.yml
  β”‚     └── skills.yml
  └── static
        └── img
             └── profile.png

Copy at least the config.toml in the root directory of your website. Overwrite the existing config file if necessary.

Hugo includes a development server, so you can view your changes as you go - very handy. Spin it up with the following command:

hugo serve

Now you can go to localhost:1313 and the Vitae theme should be visible.

Features

Google Analytics

To add Google Analytics, simply sign up to Google Analytics to obtain your Google Tracking ID, and add this tracking ID to the googleAnalytics parameter in config.toml.

About

This is a port of the Jekyll theme Vitae by FΓ‘bio Madeira. It supports most of the features of the original theme.

Contributing

Pull requests, bug fixes, and new features are welcome!

  1. Fork the repository
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -a -m 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request on GitHub

Changelog

Version 1.0

  • Initial release

License

MIT

About

🐻 Personal curriculum vitae or resume theme for Hugo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published