summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-07-04 19:47:35 -0400
committerBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-07-04 19:47:35 -0400
commitcb192289eeecccb750f613b993dc3f366446d4f2 (patch)
tree5ae1e230e0592712774a07f5e2b5bf5f2401eba5 /_config.yml
Initial Commit
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml70
1 files changed, 70 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..1851830
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,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