- Daily deploy at 6:00 AM AST - Triggers on push to main - Jekyll static site with minima theme
38 lines
596 B
YAML
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"
|