diff --git a/Makefile b/Makefile index 30a0943..715159c 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ -vpath %.md src +vpath %.md srb ########## Variables ########## dependencies = lowdown -markdown = $(wildcard src/*.md) +markdown = $(wildcard srb/**/*.md) -pages = $(patsubst src/%.md, public/%.html, $(markdown)) +pages = $(patsubst srb/%.md, public/%.html, $(markdown)) targets += $(pages) diff --git a/src/index.md b/srb/index.md similarity index 100% rename from src/index.md rename to srb/index.md