added linkedin, 'make lint' target, fixed about.md
This commit is contained in:
13
Makefile
13
Makefile
@@ -18,6 +18,10 @@ AWS_IMAGE_NAME=bdebyl/awscli
|
||||
AWS_IMAGE_TAG?=latest
|
||||
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
|
||||
RUN_USER=--user $(shell id -u $$USER):$(shell id -g $$USER)
|
||||
RUN_VOL=-v $(shell pwd):/src
|
||||
@@ -41,6 +45,10 @@ build:
|
||||
$(DOCKER_RUN) ${HUGO_IMAGE}
|
||||
.PHONY: build
|
||||
|
||||
lint:
|
||||
$(DOCKER_RUN) -v $$PWD:/md:ro ${MDLINT_IMAGE} markdownlint content/
|
||||
.PHONY: lint
|
||||
|
||||
static-pull:
|
||||
if [ ! -d "${STATIC_DIR}/static" ]; then aws s3 sync s3://${STATIC_BUCKET} ${STATIC_DIR}/; fi
|
||||
.PHONY: static-pull
|
||||
@@ -66,7 +74,7 @@ version:
|
||||
.PHONY: version
|
||||
|
||||
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
|
||||
|
||||
clean:
|
||||
@@ -87,6 +95,3 @@ cache:
|
||||
@# Invalidate caches
|
||||
@$(DOCKER_RUN) ${AWS_ENV} ${AWS_IMAGE} ${CLOUDFRONT_CMD}
|
||||
.PHONY: cache
|
||||
|
||||
# Default target for make (<=3.80)
|
||||
default: build
|
||||
|
||||
@@ -85,3 +85,4 @@ params:
|
||||
g-github: "https://github.com/bdebyl"
|
||||
m-instagram: "https://instagram.com/bastian.remi"
|
||||
n-gitlab: "https://gitlab.com/bdebyl"
|
||||
e-linkedin: "https://www.linkedin.com/in/bastian-de-byl-90171b187"
|
||||
|
||||
@@ -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
|
||||
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
|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
`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 >}}
|
||||
</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 |  |
|
||||
| Ethereum |  |
|
||||
| LiteCoin |  |
|
||||
| Monero |  |
|
||||
|
||||
## Resume
|
||||
|
||||
I do not currently keep an up-to-date version of my resume. If you wish to
|
||||
|
||||
Reference in New Issue
Block a user