-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·92 lines (65 loc) · 1.77 KB
/
_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
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
# IF YOU CHANGE THIS FILE, BE SURE TO RESTART ANY RUNNING JEKYLL SERVE INSTANCES
# --- PLUGINS ------------------------------------------------------------------
plugins:
- jekyll-sitemap
# --- SITE DATA ----------------------------------------------------------------
# Site's title
title: Bildaro Photo Gallery
# Longer description
description: Collection of photos hosted with Bildaro
# Site's URL
url: https://www.YOURDOMAIN.com
image_store: https://YOURBUCKETNAMEGOESHERE.s3-us-west-2.amazonaws.com/
zip_filename: download.zip
home_header_title: Bildaro Photo Gallery
home_header_image: YYYY-MM-DD-album-name-like-this/medium/DSC08426.webp
author: Your Name
project_name: Bildaro
project_url: https://github.com/gaelanlloyd/bildaro
# --- DEFAULTS -----------------------------------------------------------------
# Set default permalinks
permalink: /album/:year-:month-:day-:title/
# Set defaults for post types
defaults:
-
scope:
path: ""
type: posts
values:
layout: post
-
scope:
path: ""
type: private
values:
layout: post
# --- COLLECTIONS --------------------------------------------------------------
collections:
private:
output: true
permalink: /private/:year-:month-:day-:title/
# --- BUILD SETTINGS -----------------------------------------------------------
markdown: kramdown
# host: xxx.xxx.xxx.xxx
# destination: /var/www/domain.com
# Minifier settings
compress_html:
# More aggressive
# clippings: all
# Less aggressive
blanklines: true
# Remove comments
comments: ["<!-- ", " -->"]
# ignore:
# envs: [development]
sass:
sass_dir: style
style: compressed
exclude:
- README.md
- docker-compose.yml
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock