mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-17 14:19:09 +00:00
10 lines
71 B
Makefile
10 lines
71 B
Makefile
|
# Recipes
|
||
|
@default:
|
||
|
just --list
|
||
|
|
||
|
start:
|
||
|
hugo server
|
||
|
|
||
|
build:
|
||
|
hugo
|