no longer testing
This commit is contained in:
@@ -4,7 +4,7 @@ In all its glory. Feel free to browse it here like a weirdo, then check it out r
|
|||||||
### To update site
|
### To update site
|
||||||
git pull
|
git pull
|
||||||
cd hugo-content
|
cd hugo-content
|
||||||
hugo new [folder]/[newpage].md
|
hugo new [folder]/[newpage].md (i.ie hugo new posts/friyay.md)
|
||||||
edit the file, making sure to un-draft it if desired
|
edit the file, making sure to un-draft it if desired
|
||||||
./scripts/make_webp.sh
|
./scripts/make_webp.sh
|
||||||
git add, commit, and push
|
git add, commit, and push
|
||||||
|
|||||||
23
hugo-content/content/posts/blurb.md
Normal file
23
hugo-content/content/posts/blurb.md
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
title: "Blurb"
|
||||||
|
date: 2023-06-21T21:51:52-07:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
Grandad died today.
|
||||||
|
The longest day of the year, probably the shortest day of his life.
|
||||||
|
|
||||||
|
Keslyn is mad at me for bad communication lol
|
||||||
|
|
||||||
|
Zoey pee'd herself
|
||||||
|
|
||||||
|
I wanted to go to bed early, now its late
|
||||||
|
|
||||||
|
I looked at buying a synth thing today, I hope I don't
|
||||||
|
|
||||||
|
Tinkering on the website makes me sane, i should do it more
|
||||||
|
|
||||||
|
time to face tomorrow
|
||||||
|
|
||||||
|
yours truly,
|
||||||
|
scott
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Find all files of type PNG, JPEG, or TIFF
|
# Find all files of type PNG, JPEG, or TIFF
|
||||||
files=$(find ../hugo-content/static/test-img -type f -iname "*.png" -o -iname "*.jpg" -o -iname "*.tif")
|
files=$(find ../hugo-content/static/img -type f -iname "*.png" -o -iname "*.jpg" -o -iname "*.tif")
|
||||||
|
|
||||||
# Loop through all the files in the directory
|
# Loop through all the files in the directory
|
||||||
for file in $files; do
|
for file in $files; do
|
||||||
|
|||||||
Reference in New Issue
Block a user