Skip to content

nemirlev/hugo-cv-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo CV Theme

Cover Image

Theme for create minimalistic multilingual CV site.

Live Demo

See a live demo @ levn.me

Quick Start

For fresh Hugo site:

  • Install Hugo and theme
hugo new site mycv
cd mycv
git init
git submodule add https://github.com/nemirlev/hugo-cv-theme themes/hugo-cv-theme
  • Configure your hugo.toml. See Configuration below.
  • Build your site with hugo server and see the result at http://localhost:1313/.

Or you can use example site from this repo:

git clone https://github.com/nemirlev/hugo-cv-site.git
cd hugo-cv-site
hugo server

and see the result at http://localhost:1313/.

Configuration

baseURL: 'https://levn.me/'
languageCode: 'en'
title: 'Personal Site of Lev Nemirovskii'
theme: 'hugo-cv-theme'

# Language support
defaultContentLanguage: ru
defaultContentLanguageInSubdir: true
languages:
   en:
      languageName: EN
      languageDirection: ltr
      languageCode: en-US
      title: 'Personal Site of Lev Nemirovskii'
      weight: 1
   ru:
      languageCode: ru-RU
      languageDirection: 'ltr'
      languageName: 'RU'
      title: 'Персональный сайт Льва Немировского'
      weight: 2
   zh:
      languageCode: zh-CN
      languageDirection: ltr
      languageName: CN
      title: '个人网站 Lev Nemirovskii'
      weight: 3

Content types

For articles use post archetype:

hugo new article/my-new-article.md

For events use event archetype:

hugo new events/my-new-event.md

For publications use publication archetype:

hugo new publications/my-new-publication.md

In publication video and presentation fields are optional.

CV see example in data/experience/en.yml. For using CV you need to copy files with you language code.

License

Theme is released under the MIT License. Check the original theme license for additional licensing information.

About

Hugo theme for create minimalistic multilingual CV site

Topics

Resources

License

Stars

Watchers

Forks

Contributors