-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
88 lines (77 loc) · 1.99 KB
/
_config.yml
File metadata and controls
88 lines (77 loc) · 1.99 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Site Settings
title: "IEEE IES Industrial AI Lab"
subtitle: "Open-Source Frameworks for Industrial AI"
description: &description >-
Research-grade open-source frameworks for applying AI to industrial systems —
predictive maintenance, time-series modeling, power electronics diagnostics,
and smart manufacturing.
url: "https://ieee-ies-industrial-ai-lab.github.io"
baseurl: "/industrial-ai-hub"
repository: "IEEE-IES-Industrial-AI-Lab/industrial-ai-hub"
# Theme
remote_theme: mmistakes/minimal-mistakes@4.24.0
minimal_mistakes_skin: "default"
# Plugins (subset supported by github-pages)
plugins:
- jekyll-include-cache
- jekyll-sitemap
# Hide the Atom feed link from the footer (no blog posts on this site)
atom_feed:
hide: true
# Author
author:
name: "IEEE IES Industrial AI Lab"
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/IEEE-IES-Industrial-AI-Lab"
- label: "IEEE IES"
icon: "fas fa-fw fa-link"
url: "https://www.ieee-ies.org/"
# Footer
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/IEEE-IES-Industrial-AI-Lab"
- label: "IEEE IES"
icon: "fas fa-fw fa-link"
url: "https://www.ieee-ies.org/"
# Navigation
navigation:
main:
- title: "Projects"
url: /industrial-ai-hub/projects/
- title: "Datasets"
url: /industrial-ai-hub/datasets/
- title: "Benchmarks"
url: /industrial-ai-hub/benchmarks/
- title: "GitHub ↗"
url: "https://github.com/IEEE-IES-Industrial-AI-Lab"
# Include _pages in Jekyll build
include:
- _pages
# Page defaults
defaults:
- scope:
path: ""
type: pages
values:
layout: single
author_profile: false
read_time: false
show_date: false
# Build settings
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
# Sass
sass:
sass_dir: _sass
style: compressed
# HTML compression
compress_html:
clippings: all
ignore:
envs: development