Orbit theme port - great looking resume/CV template designed for developers by Xiaoying Riley.
License: Creative Commons Attribution 3.0
colorScheme
Theme color scheme.
1
contact.items
List of contact link as attribute sets, requires type
, icon
, url
and title
.
[ ]
[ {
icon = "envelope";
title = "john.doe@website.com";
type = "email";
url = "mailto: yourname@email.com";
} ]
copyright
Footer copyright text.
"copyright"
education.items
List of education items as attribute sets, requires degree
, college
and dates
.
[ ]
[ {
college = "University of London";
dates = "2006 - 2010";
degree = "MSc in Computer Science";
} ]
education.title
Title of the education section.
"Education"
experiences.icon
Code of the font awesome icon of the experience title.
"briefcase"
experiences.items
List of experiences as attribute sets, requires position
, dates
, company
and content
.
[ ]
[ {
company = "Startup Hubs, San Francisco";
content = "lorem ipsum";
dates = "2015 - Present";
position = "Lead Developer";
} ]
experiences.title
Title of the experiences section
"Experiences"
interests.items
List of interests.
[ ]
[ "Climbing" "Snowboarding" "Cooking" ]
interests.title
Title of the interests section.
"Interests"
languages.items
List of languages as attribute sets, requires language
, and level
.
[ ]
[ {
language = "English";
level = "Native";
} ]
languages.title
Title of the languages section.
"Languages"
lib.bootstrap.enable
true
lib.font-awesome.enable
true
lib.googlefonts
[ "Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic" ]
lib.jquery.enable
true
profile
Profile information, must have name
, tagline
and image
attributes.
{
image = "/assets/images/profile.png";
name = "John Doe";
tagline = "Full Stack Developer";
}
projects.icon
Code of the font awesome icon of the projects title.
"archive"
projects.items
List of projects as attribute sets, requires title
, url
and content
.
[ ]
[ {
content = "lorem ipsum";
title = "Simple FAQ Theme for Hugo";
url = "https://github.com/aerohub/hugo-faq-theme";
} ]
projects.title
Title of the projects section
"Projects"
site.author
Content of the author meta
tag.
"John Doe"
site.description
Content of the description meta
tag.
"Lorem ipsum..."
site.title
Title of the site.
"Orbit theme"
skills.icon
Code of the font awesome icon of the skills title.
"rocket"
skills.items
List of skills as attribute sets, requires title
and level
.
[ ]
[ {
level = "98%";
skill = "Python & Django";
} {
level = "50%";
skill = "Javascript & jQuery";
} ]
skills.title
Title of the skills section.
"Skills & Proficiency"
summary.content
content of the profile area as HTML text.
null
summary.icon
Code of the font awesome icon of the summary title.
"user"
summary.title
Title of the summary section
"Career profile"