Useful Configuration

The Jekyll Theme's configure file has the necessary setting to apply through the website. To access this open _config.yml on the root fold

Base Configuration

      title: Default Title
      description: >-  # this means to ignore newlines until "baseurl:"
      		Default description
      baseurl: ""  # the subpath of your site(optional), e.g. /blog
      url: ""  # the base hostname & protocol for your site, e.g. http://example.com
      twitter_username:
      github_username:
      permalink: /:title/
    

See all the additional option in the documentation

Branding Information

      # Logo & Favicon Settings
      logo: /assets/images/branding/darkout-logo_jekyll-logo-dark.svg  # Use logo icon here
      logo-width: 150px  # Use logo width here (default 150px)
      favicon: /assets/images/branding/darkout-logo_jekyll-icon.png  # Use favicon here
    

See all the additional option in the documentation

Social Media Configuration

      # Social Media Information
      twitter: "#"  # Use twitter link for your website
      github: "#"  # Use pinterest link for your website
      facebook: "#"  # Use facebook link for your website
      linkedin: "#"  # Use instagram link for your website
      pinterest: "#"  # Use pinterest link for your website
      instagram: "#"  # Use instagram link for your website
    

See all the additional option in the documentation