# 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