-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
87 lines (73 loc) · 2.23 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
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
title: Tropy
#email: your-email@example.com
description: >- # this means to ignore newlines until "baseurl:"
Tropy is free open-source software that allows you to organize and describe
photographs of research material.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://tropy.org" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: tropy
mastodon_url: https://fosstodon.org/@tropy
github_username: tropy
youtube_username: tropy
# Stripe test credentials
stripe_dev: pk_test_51JT0o3IfQcuZiDTgYUM3KIDT69YA5BL6kZMNDBrwLCLuVkGhFspqbynjnRgPqJgNy7A3bPd3or0AZIy9E0VkIChK00FGZh4e83
paymentEndpoint_dev: https://qlrmb89byi.execute-api.us-east-1.amazonaws.com/dev/
# paymentEndpoint_dev: http://127.0.0.1:3000/
# Stripe live credentials
stripe: pk_live_51JT0o3IfQcuZiDTgkKraHa2dBIaSF3BXW0WJPrOgA2PlvssbadO8rUCwOW6QzC1DrME6cPtwjkEE99PFuFx3KWJ700l2687cir
paymentEndpoint: https://cakatr39t1.execute-api.us-east-1.amazonaws.com/Prod/
# Options
show_excerpts: true
# Metadata for Jekyll SEO tag
tagline: Explore your research photos
twitter:
username: tropy
card: summary
#logo:
social:
name: Tropy
links:
- https://fosstodon.org/@tropy
- https://github.com/tropy
google_site_verification: f4Qn7nonE_x2wrByaZVZfPeuP5iVt-W67eiIGE-KOWI
lang: en_US
# Set default twitter image and blog post classes via front matter defaults
page_image: &page_image "/assets/images/twitter-icon-1.1.png"
defaults:
- scope:
path: ""
values:
image: *page_image
- scope:
path: ""
type: "posts"
values:
class: "blog blog-post"
layout: "post"
# Set blog post permalinks
collections:
posts:
permalink: /blog/:slug
# Change the default sass_dir from _sass to assets/stylesheets
sass:
sass_dir: assets/stylesheets
# RSS feed options
feed:
path: /blog/rss/index.xml
# Build settings
theme: null
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
# Serve command options
host: 0.0.0.0
# Exclude development files
exclude:
- package.json
- package-lock.json
- node_modules
include:
- .well-known