-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
144 lines (121 loc) · 2.78 KB
/
_config.yml
File metadata and controls
144 lines (121 loc) · 2.78 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# The Site Configuration
# Import the theme
theme: jekyll-theme-chirpy
# The language of the webpage
lang: en
# Change to your timezone (adjust to your actual timezone)
timezone: America/Vancouver
# jekyll-seo-tag settings
# https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# --------------------------
title: "Learn in Public"
tagline: "Building Automation Software Engineer skills through hands-on projects"
description: >-
The goal of this blog is to help build my Automation Software Engineer skillset
by learning in public.
# Fill in the protocol & hostname for your site
url: "https://aott33.github.io"
# GitHub username
github:
username: aott33
# Social configuration
social:
name: Andrew Ott
email: ott.andrew33@gmail.com
links:
- https://github.com/aott33
- https://www.linkedin.com/in/andrewott33/
# Avatar (optional - add path to your avatar image)
avatar: /assets/img/avatar.png
# Comments system configuration (Utterances - migrated from old config)
comments:
provider: utterances
utterances:
repo: aott33/aott33.github.io
issue_term: pathname
theme: github-light
# Web Analytics Settings (optional)
# analytics:
# google:
# id: # fill in your Google Analytics ID
# PWA settings
pwa:
enabled: true
cache:
enabled: true
# Pagination
paginate: 10
# Base URL (leave empty for user/org GitHub Pages)
baseurl: ""
# Table of Contents in posts (enabled by default)
toc: true
# Mermaid diagram support (custom - will need to verify this works)
mermaid: true
# Site-wide kramdown syntax highlighting
kramdown:
footnote_backlink: "↩︎"
syntax_highlighter: rouge
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
css_class: highlight
# default_lang: console
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
# Collections configuration
collections:
tabs:
output: true
sort_by: order
# Defaults
defaults:
- scope:
path: ""
type: posts
values:
layout: post
comments: true
toc: true
permalink: /posts/:title/
- scope:
path: ""
type: tabs
values:
layout: page
permalink: /:title/
# Jekyll Archives configuration
jekyll-archives:
enabled: [categories, tags]
layouts:
category: category
tag: tag
permalinks:
tag: /tags/:name/
category: /categories/:name/
# Jekyll plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-archives
# RSS feed
feed:
path: rss
# Exclude files from Jekyll build
exclude:
- "*.gem"
- "*.gemspec"
- docs
- tools
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- .bmad-core/
- .claude/