forked from StarterSquad/startersquad.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
33 lines (31 loc) · 798 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Site settings
title: StarterSquad
email: [email protected]
description: "Our team of professionals works for startups only. Serious and invested, we will develop your idea and take your project to the next level."
baseurl: ""
url: "https://www.startersquad.com"
facebook_username: startersquad
github_username: StarterSquad
google_username: StarterSquad
twitter_username: StarterSquad
# Menu structure
menu:
- title: "Startups"
url: "/startups/"
- title: "Services"
url: "/services/"
- title: "Team"
url: "/team/"
- title: "Blog"
url: "/blog/"
- title: "Contact"
url: "/contact/"
# Build settings
highlighter: pygments
encoding: "utf-8"
markdown: kramdown
permalink: /blog/:title
assets:
cache: false
css_compressor: sass
gzip: ['text/css', 'application/javascript']