Skip to content

Commit e9c4823

Browse files
orangecmspamolloy
authored andcommitted
add Makefile for convenience
Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent a4bb059 commit e9c4823

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
build:
2+
hugo --minify --baseURL 'https://linuxboot.org/'
3+
4+
local:
5+
hugo --minify --baseURL 'http://localhost:8000/'
6+
7+
run:
8+
hugo serve

0 commit comments

Comments
 (0)