1
Fork 0
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-12-22 07:25:58 +00:00
notes/justfile

9 lines
71 B
Makefile

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