Skip to content

Commit 1666819

Browse files
committed
changing username
1 parent 1c6eb83 commit 1666819

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/blogqueue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: matthewjdegarmo/blogqueue@main
14+
- uses: techdufus/blogqueue@main
1515
with:
1616
queue_path: ./.blogqueue
1717
destination_path: ./_posts/

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 - Present Matthew DeGarmo
3+
Copyright (c) 2020 - Present TechDufus
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# { matthewjdegarmo }
1+
# { TechDufus }
22
![Build Status](https://travis-ci.org/le4ker/personal-jekyll-theme.svg?branch=master)
3-
![license](https://img.shields.io/badge/license-MIT-blue.svg?link=https://github.com/matthewjdegarmo/matthewjdegarmo.github.io/LICENSE)
3+
![license](https://img.shields.io/badge/license-MIT-blue.svg?link=https://github.com/TechDufus/TechDufus.github.io/LICENSE)
44

5-
{ matthewjdegarmo } is my responsive Jekyll themed Blog / Portfolio, about me :wink:
5+
{ TechDufus } is my responsive Jekyll themed Blog / Portfolio, about me :wink:
66

7-
You can see it in action [here](https://matthewjdegarmo.github.io)!
7+
You can see it in action [here](https://TechDufus.github.io)!
88

99
<img src="/img/site-mobile.mov.gif" height="480">
1010

1111

1212
## How to run locally
1313

14-
First, you need to install jekyll and the dependencies of { matthewjdegarmo } by running:
14+
First, you need to install jekyll and the dependencies of { TechDufus } by running:
1515

1616
```shell
1717
./scripts/install

contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
## Contact
77

88
Feel free to reach out to me on any of the linked platforms below!
9-
<iframe src="https://github.com/sponsors/matthewjdegarmo/card" title="Sponsor matthewjdegarmo" height="225" width="600" style="border: 0;"></iframe>
9+
<iframe src="https://github.com/sponsors/Techdufus/card" title="Sponsor Techdufus" height="225" width="600" style="border: 0;"></iframe>
File renamed without changes.

stackhawk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# HawkScan 0.9.4
2-
# matthewjdegarmo.com Application specific config
2+
# TechDufus.com Application specific config
33
# Completed: 1603370095977
44

55
app:
6-
host: https://matthewjdegarmo.com
6+
host: https://TechDufus.com
77
antiCsrfParam: ""
88
api: ""
99
appDataType: unknown

0 commit comments

Comments
 (0)