Hugo: Difference between revisions
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> | |||
hugo server -D -v | hugo server -D -v | ||
</pre>to create actual upload content<pre> | |||
hugo -D -v | |||
</pre> | |||
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