-
Notifications
You must be signed in to change notification settings - Fork 24
/
_config.yml
88 lines (77 loc) · 2.64 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
# Avatar Framer Config
#
# 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.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Avatar Framer
description: >- # this means to ignore newlines"
A simple tool to create framed profile pictures for social media in support of a cause.
Dynamically generate a static site based off of the number of frame images provided.
# Copy
# Fill in your copy for the title and steps here
#
title-text: "Show you’re on #TeamBartlet by helping get out the vote on social media!"
step-1: "Upload your picture or another square image below."
step-2: "Use the photo tools to scale, rotate, and move your image over the preview."
step-3: "Select your frame."
step-4: "Download your new profile image!"
step-5: "Post on social media using the hashtag #TeamBartlet."
footer-text: "© 2020 Campaign Works, Inc. All rights reserved."
# Header Nav Link
#
nav-link: "http://google.com"
nav-link-text: "Donate"
# Buttons and upload form
#
upload-text: "Drop files here or click to upload."
download-button-text: "Download profile picture"
# Logo & Favicon
#
logo: "logo.png"
favicon: "favicon.ico"
# Footer links
#
footer-links:
- text: "Awesome page 1"
link: "http://google.com"
- text: "Other page 2"
link: "http://google.com"
- text: "Things!"
link: "http://google.com"
# Open Graph and Twitter Cards
#
og-title: Create your own avatar generating website
og-description: Create your own avatar generating website
og-url: https://andrewquinn.ca/avatar-framer
og-image: "og-image.png"
og-image-width: 1280
og-image-height: 640
twitter-card: summary_large_image
twitter-description: Create your own avatar generating website
twitter-image: "og-image.png"
twitter-handle: "@AndrewQuinn2"
keep_files:
- dist/js/bundle.js
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
exclude:
- .jekyll-cache/
- Gemfile
- Gemfile.lock
- node_modules/
- "*.config.js"
- "*.config.json"
- "package*.json"
- README.md