Files
dustin.coffee-jekyll-blog/_config.yml
2025-08-25 19:13:59 -04:00

86 lines
1.7 KiB
YAML

# Site Specific Configuration
name: d@n tech
description: Caffinated Tech Insights
url: https://dustin.coffee
author: dustin newkirk
timezone: America/New_York
timezone_short: ET
# Keywords
keywords:
- 'Dustin Newkirk'
- 'tech blog'
- 'IT blog'
- 'technology insights'
- 'specific technologies'
- 'JavaScript tutorials'
- 'Linux tips'
- 'cloud computing insights'
- 'coffee enthusiast'
- 'coffee lover'
- 'coffee and coding'
- 'tech and coffee'
- 'professional services'
- 'freelance developer'
- 'IT consultant'
- 'tech expert'
- 'location-based keywords'
- 'Syracuse tech expert'
- 'Syracuse IT consultant'
- 'project or portfolio'
- 'tech projects'
- 'personal IT portfolio'
- 'developer portfolio'
- 'guides and tutorials'
- 'tech guides'
- 'programming tutorials'
- 'IT how-to articles'
- 'tech reviews'
- 'tech product reviews'
- 'software reviews'
- 'gadget evaluations'
- 'personal journey'
- 'tech career journey'
- 'IT professional story'
- 'life of a coder'
# Analytics (Plausible requires sign-up)
analytics:
plausible:
enabled: false
site_fqdn: 'dustin.coffee'
script_source: 'https://plausible.io/js/script.js'
# Styling
sass:
sass_dir: _sass
style: expanded # compact, expanded or compressed
# Paginate
pagination:
enabled: true
# Value set low for demonstration purposes
per_page: 10
sort_field: 'date'
sort_reverse: true
permalink: /:year/:month/:title.html
# Category Paginating
autopages:
enabled: true
categories:
title: 'Posts in category :cat'
permalink: '/category/:cat'
silent: false
# Exclusions
exclude: [ 'README.md', 'COPYING' ]
# Plugins
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-seo-tag
- jekyll-sitemap