notes/justfile

10 lines
71 B
Makefile

# Recipes
@default:
just --list
start:
hugo server
build:
hugo