Compare commits
2 Commits
c8478ffd29
...
v0.1.0
Author | SHA1 | Date | |
---|---|---|---|
b09ab1634c | |||
8d0c1c6633 |
25
.woodpecker.yml
Normal file
25
.woodpecker.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: jekyll/jekyll:4
|
||||||
|
environment:
|
||||||
|
- JEKYLL_ROOTLESS=1
|
||||||
|
commands:
|
||||||
|
- mkdir _site
|
||||||
|
- jekyll build -s src/ --disable-disk-cache
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
image: appleboy/drone-scp
|
||||||
|
settings:
|
||||||
|
host:
|
||||||
|
- www3.int.metaunix.net
|
||||||
|
user: xadmin
|
||||||
|
port: 22
|
||||||
|
password:
|
||||||
|
from_secret: ssh_password
|
||||||
|
command_timeout: 2m
|
||||||
|
target: /var/www/bitgoblin.tech
|
||||||
|
source: ./_site/*
|
||||||
|
rm: True
|
||||||
|
strip_components: 1
|
||||||
|
when:
|
||||||
|
event: tag
|
@ -2,4 +2,8 @@
|
|||||||
layout: page
|
layout: page
|
||||||
---
|
---
|
||||||
|
|
||||||
If you're looking to contact me for business inqueries, feel free to email me at [gballantine@bitgoblin.tech](mailto:gballantine@bitgoblin.tech).
|
Unfortunately money doesn't grow on trees, and a lot of the stuff that I purchase to make videos on can be quite expensive. My content is available free-of-charge on YouTube, but if you don't mind helping support me financially any help would be much appreciated.
|
||||||
|
|
||||||
|
The primary way to support my work is through donations on [my Patreon page](https://patreon.com/BitGoblin). I don't have any reward tiers over there yet, but I do plan on adding some rewards at some point in the future.
|
||||||
|
|
||||||
|
I also have an Amazon Associates account to create affiliate links for products featured in my videos. This doesn't require any effort on your end: all you gotta do is buy something that is linked from one my videos!
|
||||||
|
Reference in New Issue
Block a user