-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
53 lines (43 loc) · 1.91 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
# Site settings
title: "Cardboard Calligraphy by Robert"
description: "Handcrafted calligraphy on recycled cardboard by Robert, a homeless artist in Austin, TX."
url: "https://rgrantham82.github.io" # Replace with custom domain if you set one
baseurl: "" # Keep empty if site is at root (e.g., https://username.github.io/)
time_zone: "America/Chicago" # Set your local time zone (helps with post dates, etc.)
author: "Robert Grantham" # Used by some Jekyll plugins/themes
# Optional Social Handles for SEO & Plugins
twitter_username: "" # e.g., "your_twitter_handle"
github_username: "rgrantham82"
instagram_username: "cardboardcalligraphy"
# Default Social / SEO Image
# This will be the fallback image for Open Graph & Twitter when a page/post doesn’t define one
image: "/assets/images/og-image.jpg"
# Plugins
plugins:
- jekyll-seo-tag # Generates better SEO meta tags
- jekyll-sitemap # Generates sitemap.xml at the site root
- jekyll-feed # Generates an Atom/RSS feed at /feed.xml
# - jekyll-paginate # Enable if you have a large blog and want pagination
# - jekyll-remote-theme # Uncomment if using a remote theme
# - jekyll-last-modified-at # Adds a “Last Modified” date to your posts/pages
markdown: kramdown
# Build settings
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- README.md
- .github
# Add or remove files/folders you don't want included in the final build
# Sitemap settings
# (jekyll-sitemap will automatically generate /sitemap.xml)
# Feed settings
# (jekyll-feed will automatically generate /feed.xml)
# Pagination settings (uncomment if using jekyll-paginate)
# paginate: 5
# paginate_path: "/page:num/"
# Deployment or environment variables (optional)
# Define custom variables or environment-based overrides
# production_url: "https://rgrantham82.github.io"
# End of File