My personal website and Gemini capsule
1# hyperreal.coffee
2
3* Website: <https://hyperreal.coffee>
4* Gemini: <gemini://hyperreal.coffee>
5
6Workflows 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.
7
8## Workflow: Create new blog/gemlog entry
9
10Open new blog entry template in Neovim:
11
12```shell
13newblog "slug"
14```
15
16Convert blog entry to gemlog entry:
17
18```shell
19blog2gmi /path/to/post.md "Title"
20```
21
22Push changes to git and deploy website and capsule:
23
24```shell
25push-deploy
26```
27
28## Workflow: Edit pages on website/capsule
29
30Edit the page with Neovim:
31
32```shell
33nvim /path/to/page.md
34```
35
36Convert website page changes to gemtext and send to capsule:
37
38```shell
39board-capsule
40```
41
42Push and deploy changes
43
44```shell
45push-deploy
46```
47
48Kinda neat, huh?
49No? Well then... eat an apple. Or something. If you want more excitement. 😒