forked from rampatra/photography
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
28 lines (27 loc) · 1.05 KB
/
_config.yml
File metadata and controls
28 lines (27 loc) · 1.05 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
# Base configs
baseurl: "https://2after5.com"
# baseurl: "" # Comment the above line and uncomment this to test the website locally
image_fulls_loc: "/images/fulls"
image_thumbs_loc: "/images/thumbs"
google_analytics: "UA-46465113-2"
# UI configs
title: "2after5 - Photography by Prithiv Mohan"
subtitle: "See the world through my eyes!"
author: "Prithiv Mohan"
header:
title: "2after5"
subtitle: "by Prithiv Mohan"
footer:
name: "Hey there, my name is Prithiv"
bio: ""
github: ""
web_design: ""
# Configure which exif data to display
# Tag is the actual exif tag, icon is a fontawesome icon. Use JSON notation without line breaks
exif: '[{"tag": "Model", "icon": "camera-retro"}, {"tag": "FNumber", "icon": "dot-circle-o"}, {"tag": "ExposureTime", "icon": "clock-o"}, {"tag": "ISOSpeedRatings", "icon": "info-circle"}]'
social_urls:
instagram: "https://www.instagram.com/2after5"
# twitter: "https://www.twitter.com/ram__patra"
# dribbble: "https://dribbble.com/rampatra"
# linkedin: "https://in.linkedin.com/in/ram-patra"
# github: "https://www.github.com/rampatra"