diff --git a/Makefile b/Makefile index f808b9a..fb0c28b 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,20 @@ -.PHONY: all clean docs livedocs publish size +.PHONY: all clean docs linkcheck livedocs publish size +SOURCE_DIR = pages +BUILD_DIR = _build/html -all: clean docs size publish +all: clean docs linkcheck size publish clean: - rm -rf _build + rm -rf $(BUILD_DIR) docs: - sphinx-build pages _build/html + sphinx-build $(SOURCE_DIR) $(BUILD_DIR) + +linkcheck: + sphinx-build -b linkcheck $(SOURCE_DIR) $(BUILD_DIR) livedocs: clean - sphinx-autobuild pages _build/html -a \ + sphinx-autobuild $(SOURCE_DIR) $(BUILD_DIR) -a \ --watch assets \ --watch templates \ --watch pages/conf.py \ diff --git a/pages/succulents.md b/pages/succulents.md index 865dc59..c3dd9bd 100644 --- a/pages/succulents.md +++ b/pages/succulents.md @@ -2,7 +2,7 @@ {bdg-primary}`Draft` One of my interests is gardening, particularly cactus and succulents plants. -I participate in the [Cactus and Succulent Society](http://cactusandsucculensociety.org), and grow +I participate in the [Cactus and Succulent Society](https://cactusandsucculentsociety.org), and grow and photograph some plants in a small indoor garden.