---
layout: post
title: How to create various post types for thechelsuk
seo: Ways - create post types for thechelsuk
tag: ways
permalink: /ways/create-post-types-for-thechelsuk
date: 2026-03-01

---

This site has various post types, each with their own format and process for creation. Below are the steps to create each type of post.

## Quote posts

- Capture the selection on a page in safari
- Share to Drafts and click Save
- This will create a new draft with the quote template.
- Add commentary if desired in the placeholder
- Run the `Quote > blog` drafts action which put the file in working copy ready to commit and push.

## Regular posts

- Create a new draft with the regular post template
- Add the title on the first line
- Add the content below
- Run the `Post > blog` drafts action which put the file in working copy ready to commit and push.

## TIL posts

- Create a new draft with the TIL post template
- Add the title on the first line
- Add the content below
- Run the `TIL -> Post` drafts action which put the file in working copy ready to commit and push.

## RSS only posts

- Create a new draft with the RSS post template
- Add the title on the first line
- Add the content below
- Run the `RSS -> Post` drafts action which put the file in working copy ready to commit and push.

## Mixtape Monthly Post

- Monthly, create a mixtape running the shortcut
- Open the produced and resize to 832px width
- Copy the image to the`image/mixtapes/` folder ensuring the name matches the format `yyyy-MM.png`
- Push a commit to Prod
