Hugo: Difference between revisions

From My Mnemonic Rhyme
Jump to navigation Jump to search
(Created page with "github: tobiasweede.github.io # test locally hugo server -D -v # to create actual upload content hugo -D -v")
 
No edit summary
 
Line 1: Line 1:
github: tobiasweede.github.io
github: tobiasweede.github.io


 
test locally<pre>
# test locally
hugo server -D -v
hugo server -D -v
</pre>to create actual upload content<pre>
hugo -D -v


# to create actual upload content
</pre>
hugo -D -v

Latest revision as of 17:27, 20 June 2023

github: tobiasweede.github.io

test locally

hugo server -D -v

to create actual upload content

hugo -D -v