Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.23 KB

content-creation-workflow.md

File metadata and controls

31 lines (26 loc) · 1.23 KB
created modified title tags
2022-05-01 23:43:57 +0200
2022-08-15 22:15:22 +0200
Content creation workflow
journal, meta

Starting point

Here's a bunch of opinions I have on writing and storing notes/ideas/etc:

  • It's always good to be able to make notes, drafts or even full pages from your phone. It feels good to use a smartphone for something other than content consumption.
  • CI/CD or other repository automation is a good idea, no matter what project you're working on.
  • Use git to store your content, use any other tool you like for viewing/writing/visualisation.
  • Markdown is most probably all you need. Remember that you can always extend markdown - almost all static site generators allow you to spice up your markdown notes, for example Zola has shortcodes.

Resulting design

  • Site is generated by Zola. It's blazing fast and written in Rust, what more to ask for? I'm using a custom script for exocortex-related processing.
  • For taking notes from a mobile device I use Termux and NVChad.
  • CI/CD builds the site for me, then my server pulls it automatically