mirror of
https://tildegit.org/hyperreal/moonshadow.dev.git
synced 2026-02-11 09:23:48 +01:00
My personal website
| archetypes | ||
| content | ||
| static | ||
| themes/hugo-bearcub | ||
| .gitignore | ||
| hugo.toml | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
hyperreal.coffee
- Website: https://hyperreal.coffee
- Gemini: gemini://hyperreal.coffee
Workflows use just. The justfile I use that contains the commands below can be found in my justfiles repo, in the blogging.just file.
Workflow: Create new blog/gemlog entry
Open new blog entry template in Neovim:
newblog "slug"
Convert blog entry to gemlog entry:
blog2gmi /path/to/post.md "Title"
Push changes to git and deploy website and capsule:
push-deploy
Workflow: Edit pages on website/capsule
Edit the page with Neovim:
nvim /path/to/page.md
Convert website page changes to gemtext and send to capsule:
board-capsule
Push and deploy changes
push-deploy
Kinda neat, huh? No? Well then... eat an apple. Or something. If you want more excitement. 😒