1
Fork 0
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-11-17 11:59:04 +00:00
notes/justfile

9 lines
71 B
Makefile

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