Tada

well tada (when login i often log tada, so that could be a traise of me beeing there.) this is me testing out hugo blog wich i intent to use for documention and notes. Main areas should be: code, tech, philosophy, art, music, and life.

the goal is to have same notes folder as the one for my personal site adolfo.se or maybe addehd.se <- I should buy this domain.

some hugo commands

create new post

hugo new posts/.md

create new page

hugo new pages/.md

create draft post

hugo new –kind draft posts/.md

start hugo server

hugo server -D

build site

hugo

build with drafts

hugo -D

clean public directory

hugo –cleanDestinationDir

list all content

hugo list all

check site for broken links

hugo check