Skip to main content

·1 min
Table of Contents

Repo for my blog: Trees of Thought
#

Create a post
#

  • Create a directory under the content folder.

  • 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 ![alt text](sunset.jpg "sunset")

  • Resize a image into a smaller size. Using the command

    sips -Z 800 -s format jpeg sunset.jpg --out sunset_small.jpg