Orbit

Orbit theme port - great looking resume/CV template designed for developers by Xiaoying Riley.

License: Creative Commons Attribution 3.0

Configuration interface
  • colorScheme

    Description:

    Theme color scheme.

    Type:
    one of 1, 2, 3, 4, 5, 6
    Default:
    1
  • contact.items

    Description:

    List of contact link as attribute sets, requires type, icon, url and title.

    Type:
    list of attribute sets
    Default:
    [  ]
    Example:
    [ {
      icon = "envelope";
      title = "john.doe@website.com";
      type = "email";
      url = "mailto: yourname@email.com";
    } ]
  • copyright

    Description:

    Footer copyright text.

    Type:
    string
    Default:
    "copyright"
  • education.items

    Description:

    List of education items as attribute sets, requires degree, college and dates.

    Type:
    list of attribute sets
    Default:
    [  ]
    Example:
    [ {
      college = "University of London";
      dates = "2006 - 2010";
      degree = "MSc in Computer Science";
    } ]
  • education.title

    Description:

    Title of the education section.

    Type:
    string
    Default:
    "Education"
  • experiences.icon

    Description:

    Code of the font awesome icon of the experience title.

    Type:
    string
    Default:
    "briefcase"
  • experiences.items

    Description:

    List of experiences as attribute sets, requires position, dates, company and content.

    Type:
    list of attribute sets
    Default:
    [  ]
    Example:
    [ {
      company = "Startup Hubs, San Francisco";
      content = "lorem ipsum";
      dates = "2015 - Present";
      position = "Lead Developer";
    } ]
  • experiences.title

    Description:

    Title of the experiences section

    Type:
    string
    Default:
    "Experiences"
  • interests.items

    Description:

    List of interests.

    Type:
    list of strings
    Default:
    [  ]
    Example:
    [ "Climbing" "Snowboarding" "Cooking" ]
  • interests.title

    Description:

    Title of the interests section.

    Type:
    string
    Default:
    "Interests"
  • languages.items

    Description:

    List of languages as attribute sets, requires language, and level.

    Type:
    list of attribute sets
    Default:
    [  ]
    Example:
    [ {
      language = "English";
      level = "Native";
    } ]
  • languages.title

    Description:

    Title of the languages section.

    Type:
    string
    Default:
    "Languages"
  • lib.bootstrap.enable

    Default:
    true
  • lib.font-awesome.enable

    Default:
    true
  • lib.googlefonts

    Default:
    [ "Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic" ]
  • lib.jquery.enable

    Default:
    true
  • profile

    Description:

    Profile information, must have name, tagline and image attributes.

    Type:
    attribute set
    Default:
    {
      image = "/assets/images/profile.png";
      name = "John Doe";
      tagline = "Full Stack Developer";
    }
  • projects.icon

    Description:

    Code of the font awesome icon of the projects title.

    Type:
    string
    Default:
    "archive"
  • projects.items

    Description:

    List of projects as attribute sets, requires title, url and content.

    Type:
    list of attribute sets
    Default:
    [  ]
    Example:
    [ {
      content = "lorem ipsum";
      title = "Simple FAQ Theme for Hugo";
      url = "https://github.com/aerohub/hugo-faq-theme";
    } ]
  • projects.title

    Description:

    Title of the projects section

    Type:
    string
    Default:
    "Projects"
  • site.author

    Description:

    Content of the author meta tag.

    Type:
    string
    Default:
    "John Doe"
  • site.description

    Description:

    Content of the description meta tag.

    Type:
    string
    Default:
    "Lorem ipsum..."
  • site.title

    Description:

    Title of the site.

    Type:
    string
    Default:
    "Orbit theme"
  • skills.icon

    Description:

    Code of the font awesome icon of the skills title.

    Type:
    string
    Default:
    "rocket"
  • skills.items

    Description:

    List of skills as attribute sets, requires title and level.

    Type:
    list of attribute sets
    Default:
    [  ]
    Example:
    [ {
      level = "98%";
      skill = "Python & Django";
    } {
      level = "50%";
      skill = "Javascript & jQuery";
    } ]
  • skills.title

    Description:

    Title of the skills section.

    Type:
    string
    Default:
    "Skills & Proficiency"
  • summary.content

    Description:

    content of the profile area as HTML text.

    Type:
    null or string
    Default:
    null
  • summary.icon

    Description:

    Code of the font awesome icon of the summary title.

    Type:
    string
    Default:
    "user"
  • summary.title

    Description:

    Title of the summary section

    Type:
    string
    Default:
    "Career profile"