Comment on Building a blog from scratch in 2022 using Hugo, Docker and a bit of PythonparentComments−actually_a_dog4yIndeed, emacs and vim are very “proper editors” in this context, which is where having your posts stored as flat files, as is done in most static site blogs, really shines.−copperx4yYou can also, say, install a plugin to fire emacs to edit a textarea.−WorldMaker4yPlus these days on Github (and Azure Repos) you can press . and open the entire repo in VS Code (github.dev/vscode.dev) in your browser.−enriquto4yOr, the other way round, use a terminal-based browser so that you don't need to interrupt your workflow!
Comments
Indeed, emacs and vim are very “proper editors” in this context, which is where having your posts stored as flat files, as is done in most static site blogs, really shines.
You can also, say, install a plugin to fire emacs to edit a textarea.
Plus these days on Github (and Azure Repos) you can press . and open the entire repo in VS Code (github.dev/vscode.dev) in your browser.
Or, the other way round, use a terminal-based browser so that you don't need to interrupt your workflow!