From ecfc1fb5cbe7907ee94f862aecd3d736f5c19e97 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 3 Dec 2024 17:32:36 +0800 Subject: Update --- www/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index 80b9d47..699abb2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -3,11 +3,10 @@ ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST)))) # build html files for public/ build: - @input_dir=~/log/posts \ + cd $(ROOT_DIR) + @input_dir=~/log/public \ output_dir=/srv/http \ - assets_dir=$(ROOT_DIR)assets \ - template_dir=$(ROOT_DIR)templates \ - $(ROOT_DIR)scripts/build.sh + scripts/build.sh # Migrage frontmatter from '---' to HTML comment '' frontmatter: -- cgit v1.2.3-70-g09d2