digiDocs/_config.yml
dbits-db b3ebadd9a7 Add GitHub Pages auto-deploy workflow
- Daily deploy at 6:00 AM AST
- Triggers on push to main
- Jekyll static site with minima theme
2026-01-24 17:15:40 -04:00

38 lines
596 B
YAML

title: digiDocs
description: digiBandit IT Services Documentation
url: "https://dbits-db.github.io"
baseurl: "/digiDocs"
# Build settings
markdown: kramdown
theme: minima
# Navigation
header_pages:
- Services/index.md
- Products/index.md
- Security/index.md
- Backup/index.md
- Policies/index.md
- Legal/index.md
- Getting Started/index.md
# Exclude from processing
exclude:
- .git
- .github
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
# Include hidden files
include:
- _pages
# Defaults
defaults:
- scope:
path: ""
values:
layout: "default"