# hyperreal.coffee * Website: * Gemini: Workflows use [just](https://just.systems). The justfile I use that contains the commands below can be found in my [justfiles](https://tildegit.org/hyperreal/justfiles) repo, in the `blogging.just` file. ## Workflow: Create new blog/gemlog entry Open new blog entry template in Neovim: ```shell newblog "slug" ``` Convert blog entry to gemlog entry: ```shell blog2gmi /path/to/post.md "Title" ``` Push changes to git and deploy website and capsule: ```shell push-deploy ``` ## Workflow: Edit pages on website/capsule Edit the page with Neovim: ```shell nvim /path/to/page.md ``` Convert website page changes to gemtext and send to capsule: ```shell board-capsule ``` Push and deploy changes ```shell push-deploy ``` Kinda neat, huh? No? Well then... eat an apple. Or something. If you want more excitement. 😒