-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (36 loc) · 845 Bytes
/
_config.yml
File metadata and controls
40 lines (36 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
title: SAIL Laboratory Safety Documentation
description: Risk Assessments and Safe Work Procedures for Laboratory Equipment
theme: minima
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# GitHub Pages settings
url: "https://sail-labs.github.io"
baseurl: "/SAIL-RA-SWP"
# Navigation
header_pages:
- index.md
# Collections
collections:
risk_assessments:
output: true
permalink: /risk-assessments/:name/
safe_work_procedures:
output: true
permalink: /safe-work-procedures/:name/
templates:
output: false # Templates are reference only, not published pages
# Exclude from processing
exclude:
- README.md
- DOCUMENTATION.md
- QUICKSTART.md
- SYSTEM_PROMPTS.md
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- node_modules/
- generate-pdfs-server.sh
- serve.sh