diff --git a/.drone.yml b/.drone.yml index db45783..a39f295 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,10 +34,11 @@ trigger: - push steps: - - name: Download submodules with themes + - name: Download submodules with themes and remove lfs image: alpine/git commands: - git submodule update --init --recursive + - rm -rf static - name: Test a build image: git.badhouseplants.net/badhouseplants/hugo-builder diff --git a/.gitattributes b/.gitattributes index 68e9a15..3097b99 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -static/* filter=lfs diff=lfs merge=lfs -text static/** filter=lfs diff=lfs merge=lfs -text +static/**/* filter=lfs diff=lfs merge=lfs -text diff --git a/content/beats/_index.md b/content/beats/_index.md index 84d4b30..dc09b3e 100644 --- a/content/beats/_index.md +++ b/content/beats/_index.md @@ -31,11 +31,16 @@ draft: false {{< /rawhtml >}} -### Silver Grendade +### Silver Grenade {{< rawhtml >}} {{< /rawhtml >}} +### Spinal Cord +{{< rawhtml >}} + +{{< /rawhtml >}} + ### Empty Cubicles {{< rawhtml >}} diff --git a/static/about/logo.png b/static/about/logo.png old mode 100755 new mode 100644 index a6eb0e6..7170a55 Binary files a/static/about/logo.png and b/static/about/logo.png differ diff --git a/static/posts/design-a-scalable-system/chain-1.png b/static/posts/design-a-scalable-system/chain-1.png index 8edd0d5..3626644 100644 Binary files a/static/posts/design-a-scalable-system/chain-1.png and b/static/posts/design-a-scalable-system/chain-1.png differ