Updated author image
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m41s
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m41s
This commit is contained in:
parent
ea7403a82e
commit
f60e71116b
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
{"cygnus":1,"self-hosted":1,"server":1}
|
||||
{"python":1,"projects":1,"code":1,"cygnus":1,"self-hosted":1,"server":1}
|
@ -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
11
data/blog/qbitmaid.mdx
Normal 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)
|
@ -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',
|
||||
},
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user