blob: 185183076493e03fbc239cef94a5e8bbe68eeee0 (
plain)
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
|
# Site settings
title: Sanders Technology Group
description: "Web design and technology agency serving Northeast Georgia with beautiful, effective websites and technology solutions."
url: "https://sanderstechnologygroup.com" # Replace with your production domain
baseurl: "" # If deploying to a subdirectory, set it here (e.g. "/blog")
# Author information
author:
name: "Sanders Technology Group"
email: "sales@sanderstg.com"
# Build settings
markdown: kramdown
# theme: my-theme # Replace with your theme name if using a custom gem-based theme
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
# Collections
collections:
posts:
output: true
# Defaults for posts
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
author: "Sanders Technology Group"
# Exclude files from build
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Permalinks
permalink: /:categories/:title/
# SEO and feed settings
seo:
title: Sanders Technology Group
description: "Web design and technology agency serving Northeast Georgia with beautiful, effective websites and technology solutions."
url: "https://sanderstg.com"
twitter:
username: your_twitter_username # Optional if you want Twitter cards
# Sitemap settings
sitemap:
exclude:
- /assets/
# Plugins configuration
jekyll-feed:
path: feed.xml
# Build options
incremental: false
# Deployment settings (optional if deploying via GitHub Pages or Netlify)
# For example, for GitHub Pages:
# github:
# is_project_page: false
|