-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
26 lines (24 loc) · 1.18 KB
/
_config.yml
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
remote_theme: molson504x/flexible-jekyll
title: Matt's Technical Blog
description: I'm Matt, an App Modernization Consultant specializing in solutions centered around Azure and GitHub. I decided that it was time to get into blogging, so here I am! I'm excited to be sharing knowledge about topics I'm passionate about with the world, and I hope you find what I write here helpful.
permalink: '/:title'
baseurl: '/'
url: 'https://molson504x.github.io'
# Author Settings
author: Matt Olson
author-img: me.jpg
about-author: I'm an App Modernization Consultant for <a href="https://xebia.com/digital-transformation/microsoft-services/" target="_blank">Xebia Microsoft Services</a> specializing in Azure and GitHub solutions, with a focus on GitHub Advanced Security and GitHub Copilot. I'm excited to be able to share my knowledge with people through this blog, and I hope you're able to find it helful as well!
#social-twitter:
#social-facebook:
social-github: molson504x
social-linkedin: molson504x
social-email: [email protected]
# Build Settings
#markdown: kramdown
plugins:
- jekyll-remote-theme
- jekyll-sitemap
- jekyll-paginate
- jemoji
paginate: 8
paginate_path: "/page/:num"