-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.js
More file actions
40 lines (33 loc) · 1.2 KB
/
Copy path_config.js
File metadata and controls
40 lines (33 loc) · 1.2 KB
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
export const config = {
// The place where this gallery will be published (this is used for open graph images and the site map).
// "host": "https://example.com",
// https://dev.to/pickleat/add-an-emoji-favicon-to-your-site-co2
// https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/twitter/233/frame-with-picture_1f5bc.png
"favicon": "/favicon/emojipedia-frame-with-picture.png",
// Override the settings in individual albums, and “noindex” the entire site
// "askSearchEnginesNotToIndex": true,
"buildFolder" : "_site",
"serverPort" : "4000",
"staticFolders" : [
"_api",
"_archives",
"_pictures",
"components",
"css",
"data",
"helpers",
"machines",
"web_modules",
],
"test": {
"hostURL" : "http://localhost:4000",
"homeURL" : "/",
"albumURL" : "/japan/",
"pictureURL" : "/japan/tenryū-ji-temple/",
"groupAlbumURL" : "/wildflowers/",
"groupAlbumChildURL" : "/wildflowers/joshua-tree/",
"groupAlbumChildName" : "Joshua Tree",
"groupAlbumPictureURL" : "/wildflowers/joshua-tree/1/",
"secretAlbumURL" : "/northern-lights/",
}
};