-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
45 lines (41 loc) · 972 Bytes
/
config.yaml
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
34
35
36
37
38
39
40
41
42
43
44
45
baseURL: '/'
languageCode: 'en-us'
title: 'Scalereal'
defaultContentLanguage: en
languages:
en:
lang: en
languageName: English
weight: 1
MetaDataFormat: 'yaml'
theme: scalereal
googleAnalytics: 'UA-141833521-1'
#SEO
enableRobotsTXT: true
canonifyURLs: true
permalinks:
post: '/blogs/:title/'
case-studies: '/projects/case-study/:title'
#Params
params:
navigation:
- name: Home
url: /
- name: Services
url: /services
- name: Projects
url: /projects
- name: Company
url: /company
- name: Blogs
url: /blogs
- name: Careers
url: /careers
- name: Contact
url: /contact
fonts:
google: [['Open Sans', '300,400,600,700,800']]
tags: ['Web Application']
ogimage: https://scalereal.com/images/logo/blue_512X512.png
author: ['Ashish Mohite', 'Deepak Kabbur', 'Atul Shashikumar']
postType: true