Updated author image
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m41s

This commit is contained in:
Jonathan Branan 2024-11-03 17:24:40 -06:00
parent ea7403a82e
commit f60e71116b
6 changed files with 1490 additions and 1733 deletions

View File

@ -318,8 +318,8 @@ Consider removing the following features that cannot be used in a static build:
## Frequently Asked Questions
- [How can I add a custom MDX component?](/faq/custom-mdx-component.md)
- [How can I customize the `kbar` search?](/faq/customize-kbar-search.md)
- [How can I add a custom MDX component?](faq/custom-mdx-component.md)
- [How can I customize the `kbar` search?](faq/customize-kbar-search.md)
## Support

View File

@ -1 +1 @@
{"cygnus":1,"self-hosted":1,"server":1}
{"python":1,"projects":1,"code":1,"cygnus":1,"self-hosted":1,"server":1}

View File

@ -1,6 +1,6 @@
---
name: Jonathan Branan
avatar: /static/images/avatar.png
avatar: https://s3.jonb.io/cdn/author/2.JPG
occupation: Software Engineer
company: Fortra
email: jonathan.branan@fortra.com

11
data/blog/qbitmaid.mdx Normal file
View File

@ -0,0 +1,11 @@
---
title: Qbitmaid
date: '2024-11-3'
tags: ['python', 'projects', 'code']
draft: true
summary: How I used python to keep my torrents in check
layout: PostBanner
images: ['https://s3.jonb.io/cdn/projects/qbitmaid.jpg']
---
[Source Code](https://git.jonb.io/jblu/qbit-maid)

View File

@ -9,8 +9,8 @@ const projectsData: Project[] = [
{
title: 'qbit-maid',
description: `Qbittorrent torrent cleaner built in python.`,
imgSrc: '/static/images/qbitmaid.jpg',
href: 'https://git.jonb.io/jblu/qbit-maid',
imgSrc: 'https://s3.jonb.io/cdn/projects/qbitmaid.jpg',
href: '/blog/qbitmaid',
},
]

3200
yarn.lock

File diff suppressed because it is too large Load Diff