Agency

Port of the Agency theme for Styx.

Originally made by digitalcraftsman.

Agency Theme is a one page portfolio for companies and freelancers based on the original Bootstrap theme by David Miller. This Hugo theme features several content sections, a responsive portfolio grid with hover effects, full page portfolio item modals, a timeline, and a contact form.

License: Apache License 2.0

Configuration interface
  • footer.copyright

    Description:

    Footer copyright text.

    Type:
    string
    Default:
    "Published under the Apache License 2.0."
  • footer.quicklinks

    Description:

    Footer links.

    Type:
    list of attribute sets
    Default:
    [  ]
    Example:
    [ {
      link = "#";
      text = "Privacy Policy";
    } {
      link = "#";
      text = "Terms of Use";
    } ]
  • footer.social

    Description:

    Social media links to display in the footer.

    Type:
    list of attribute sets
    Default:
    [  ]
    Example:
    [ {
      icon = "fa-twitter";
      link = "#";
    } {
      icon = "fa-facebook";
      link = "#";
    } {
      icon = "fa-linkedin";
      link = "#";
    } ]
  • lib.bootstrap.enable

    Default:
    true
  • lib.font-awesome.enable

    Default:
    true
  • lib.googlefonts

    Default:
    [ "Montserrat:400,700" "Kaushan Script" "Droid Serif:400,700,400italic,700italic" "Roboto Slab:400,100,300,700" ]
  • lib.jquery.enable

    Default:
    true
  • site.author

    Description:

    Content of the author meta tag.

    Type:
    string
    Default:
    "Your name"
  • site.description

    Description:

    Content of the description meta tag.

    Type:
    string
    Default:
    "Your description"
  • site.title

    Description:

    Title of the site.

    Type:
    string
    Default:
    "The Agency"