Hugo

Hugo is great, but noticing some odd bits and bops. Alias(es) Here’s what I use for my urls: url: hugo alias: # aliases for multiple - post/hugo - But in order for aliases to work, I have to change aslias to asliases, save. Then change it back to aslias. Strange. Markdown All in One Hands down the best extension to use within VSCode is Markdown All in One. Paste links over text for automatic linking Continues ordered and unordered lists when typing

15/12/2023 · 1 min · 82 words · Mr Ash

Git

Just a few notes/things to remember while using git. Typical git process: git pull $link git add . git commit -m 'v0.1' git push $link Switch branches from master to main git branch -m master main

15/12/2023 · 1 min · 36 words · Mr Ash