-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
105 lines (105 loc) · 2.98 KB
/
config.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"error": {
"image_not_found": "images/not-found-2384304_1280.jpg"
},
"site": {
"name": "Air-Global",
"subTitle": "Photography",
"logo": "images/Logo_Air-Global_3.0_200x200.png",
"folders": {
"images": "images/",
"cache": "cache/"
}
},
"author": {
"name": "Martin Rijntjes",
"title": "A Photographer.",
"slogan": "Appreciate the present",
"description": "I am a Photograper from the Netherlands, in the corner of Western Europe. I Capture nature, animals, cars and people in their natural habitats."
},
"contact": {
"email": {
"user": "photography",
"domain": "air-global.nl"
},
"location": "Leerdam, The Netherlands",
"phone": "+316 49 727 430"
},
"socialMedia": {
"instagramUrl": "https://www.instagram.com/martinrijntjes/",
"istagramImageCount": "5",
"facebookUrl": "",
"twitterUrl": ""
},
"images": {
"hiddenAlbum": "hiddenAlbums",
"author": "author/",
"instagram": "instagram/",
"albumSubTitleFile": "note.txt",
"view": {
"quality": 80,
"width": "1949",
"height": "1949",
"thumbnail": {
"width": "400",
"height": "400"
},
"sortOrder": {
"collectionReverse": "true",
"albumReverse": "false"
}
}
},
"settings": {
"maxFooterCategories": "5",
"pages": [
{
"url": "/", "__urlcomment__": "Do not change",
"name": "index",
"title": "Home"
},
{
"url": "/collection", "__urlcomment__": "Do not change",
"name": "album", "__namecomment__": "Used as base image directory",
"title": "Collection"
},
{
"url": "/services", "__urlcomment__": "Do not change",
"name": "services",
"title": "Services"
}
]
},
"services": {
"studio": {
"title": "For Hire",
"description": "Would you like to hire me as a photographer for your event or other situation, this is possible.",
"icon": "flaticon-camera"
},
"equipment": {
"title": "Equipment",
"description": "To any situation I bring my own equipment. With this I am able to capture situations from close by to far away with great detail.",
"icon": "flaticon-big-lens"
},
"print": {
"title": "Printing",
"description": "I myself do not have any printing services.\nI do have experience with some services available in the Netherlands, maybe I can steer you in the right direction.",
"icon": "flaticon-printing-photo"
},
"focus": {
"title": "Focus",
"description": "During shoots I have full focus on delivering the best result with great attention for detail.",
"icon": "flaticon-focusing-target"
},
"pictures": {
"title": "Buy a Picture",
"description": "Would you like to use/buy any of the photographs show on this website or seen elsewhere marked with Air-Global.nl? This is possible.",
"icon": "flaticon-polaroid-pictures"
},
"film": {
"title": "Film or Digital",
"description": "All pictures taken shall be captured digitally.",
"icon": "flaticon-film"
}
}
}