added linkedin, 'make lint' target, fixed about.md

This commit is contained in:
Bastian de Byl
2020-11-05 22:29:46 -05:00
parent 4c934b57bf
commit bcb8ccfb28
3 changed files with 23 additions and 16 deletions

View File

@@ -18,6 +18,10 @@ AWS_IMAGE_NAME=bdebyl/awscli
AWS_IMAGE_TAG?=latest AWS_IMAGE_TAG?=latest
AWS_IMAGE=$(AWS_IMAGE_NAME):$(AWS_IMAGE_TAG) AWS_IMAGE=$(AWS_IMAGE_NAME):$(AWS_IMAGE_TAG)
MDLINT_IMAGE_NAME=peterdavehello/markdownlint
MDLINT_IMAGE_TAG?=latest
MDLINT_IMAGE?=$(MDLINT_IMAGE_NAME):$(MDLINT_IMAGE_TAG)
# Container Variables # Container Variables
RUN_USER=--user $(shell id -u $$USER):$(shell id -g $$USER) RUN_USER=--user $(shell id -u $$USER):$(shell id -g $$USER)
RUN_VOL=-v $(shell pwd):/src RUN_VOL=-v $(shell pwd):/src
@@ -41,6 +45,10 @@ build:
$(DOCKER_RUN) ${HUGO_IMAGE} $(DOCKER_RUN) ${HUGO_IMAGE}
.PHONY: build .PHONY: build
lint:
$(DOCKER_RUN) -v $$PWD:/md:ro ${MDLINT_IMAGE} markdownlint content/
.PHONY: lint
static-pull: static-pull:
if [ ! -d "${STATIC_DIR}/static" ]; then aws s3 sync s3://${STATIC_BUCKET} ${STATIC_DIR}/; fi if [ ! -d "${STATIC_DIR}/static" ]; then aws s3 sync s3://${STATIC_BUCKET} ${STATIC_DIR}/; fi
.PHONY: static-pull .PHONY: static-pull
@@ -66,7 +74,7 @@ version:
.PHONY: version .PHONY: version
new: new:
$(DOCKER_RUN) ${HUGO_IMAGE} new post/$(shell read -p "Post Name (i.e. my_post.md): " pn; echo $$pn) $(DOCKER_RUN) ${HUGO_IMAGE} new post/"$(shell read -p 'Post Name (i.e. my_post.md): ' pn; echo $$pn)"
.PHONY: new .PHONY: new
clean: clean:
@@ -87,6 +95,3 @@ cache:
@# Invalidate caches @# Invalidate caches
@$(DOCKER_RUN) ${AWS_ENV} ${AWS_IMAGE} ${CLOUDFRONT_CMD} @$(DOCKER_RUN) ${AWS_ENV} ${AWS_IMAGE} ${CLOUDFRONT_CMD}
.PHONY: cache .PHONY: cache
# Default target for make (<=3.80)
default: build

View File

@@ -85,3 +85,4 @@ params:
g-github: "https://github.com/bdebyl" g-github: "https://github.com/bdebyl"
m-instagram: "https://instagram.com/bastian.remi" m-instagram: "https://instagram.com/bastian.remi"
n-gitlab: "https://gitlab.com/bdebyl" n-gitlab: "https://gitlab.com/bdebyl"
e-linkedin: "https://www.linkedin.com/in/bastian-de-byl-90171b187"

View File

@@ -17,17 +17,6 @@ The icons at the bottom of each page on this site linking to my other sites
such as social media pages, Git repositories[^1], and email provide methods of such as social media pages, Git repositories[^1], and email provide methods of
how to contact me. how to contact me.
## Donations
If you wish to support me, the best way to do so is using Crypto:
| Wallet | Code |
|:------:|:-------------------------------------------------------------------------------------------------:|
| ETH | `0x240Bb50Dd93F48597Fd2adF59577210D9AfcD2B2` |
| BTC | `bc1qhn007kthn868nwnf6c2k7x7zx0n9ejty4p2ff2` |
| XMR | `43rLamghQ4PEQjd79dU67C9hbzkgy4Rbd6YQgBgYY6tLHRuuuoXv9RsTNR4SqBnkaWCSj6N8LPwCMDHKeLRXiRgaRGD49rQ` |
| LTC | `ltc1qj6rscekh7gpagk52psmews5xrylr0625e4zktl` |
## GPG ## GPG
The image below is my OpenPGP v4 key fingerprint QR-code. Feel free to scan it The image below is my OpenPGP v4 key fingerprint QR-code. Feel free to scan it
@@ -38,11 +27,23 @@ link to a text file containing my full public key is attached.
![OpenPGP v4 Fingerprint](/static/img/pubfpr-lrg.png) ![OpenPGP v4 Fingerprint](/static/img/pubfpr-lrg.png)
`70A4 AA02 5((55D BD55 9189 B4E0 F32B E05E ADAA 54FC`[^2] `70A4 AA02 555D BD55 9189 B4E0 F32B E05E ADAA 54FC`[^2]
{{< sub >}}[**Public Key**](/static/pubkey.txt){{< /sub >}} {{< sub >}}[**Public Key**](/static/pubkey.txt){{< /sub >}}
</center> </center>
## Donations
If you wish to support me, the best way to do so is using Cryptocurrencies,
otherwise contact me via Email (_below_) if this is not suitable.
| Wallet | Code |
|:--------:|:-----------------------------------------------------------------------------------------------------------------------------:|
| Bitcoin | ![bc1qhn007kthn868nwnf6c2k7x7zx0n9ejty4p2ff2](/static/crypto/bitcoin.png) |
| Ethereum | ![0x240Bb50Dd93F48597Fd2adF59577210D9AfcD2B2](/static/crypto/ethereum.png) |
| LiteCoin | ![ltc1qj6rscekh7gpagk52psmews5xrylr0625e4zktl](/static/crypto/litecoin.png) |
| Monero | ![43rLamghQ4PEQjd79dU67C9hbzkgy4Rbd6YQgBgYY6tLHRuuuoXv9RsTNR4SqBnkaWCSj6N8LPwCMDHKeLRXiRgaRGD49rQ](/static/crypto/monero.png) |
## Resume ## Resume
I do not currently keep an up-to-date version of my resume. If you wish to I do not currently keep an up-to-date version of my resume. If you wish to