Repo for my blog: Trees of Thought #
Create a post #
-
Create a directory under the
contentfolder. -
Create a file named
index.md -
Add metadata info about the post using the following block of code
+++ title = 'This is your title' date = 2024-09-02T22:00:05-07:00 tags = ["tag1", "tag2"] +++ -
To add a picture into the blog, simply copy over the picture into the folder of the blog and link it with
 -
Resize a image into a smaller size. Using the command
sips -Z 800 -s format jpeg sunset.jpg --out sunset_small.jpg