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

10 lines
71 B
Makefile
Raw Normal View History

2023-07-25 13:59:56 +01:00
# Recipes
@default:
just --list
start:
hugo server
build:
hugo