Added error message if missing argument.

Removed hard coded blog and atom templates.
Removed resources folder to BlogPosts repo.
This commit is contained in:
Robyn Vaughan-Williams 2025-05-08 23:38:18 +01:00
parent 8c1b0e099b
commit c3ba877c0e
46 changed files with 24 additions and 1657 deletions

12
MacroDefinitions.h Normal file
View file

@ -0,0 +1,12 @@
#pragma once
#define TEST_RESOURCE_FOLDER "${CMAKE_SOURCE_DIR}/Resources/Tests"
#define RESOURCE_FOLDER "${CMAKE_SOURCE_DIR}/Resources"
#define SOURCE_FILE_FOLDER "${CMAKE_SOURCE_DIR}/Resources/Input"
#define OUTPUT_FILE_FOLDER "${CMAKE_SOURCE_DIR}/Resources/Output"
#define STATIC_RESOURCES_FOLDER "${CMAKE_SOURCE_DIR}/Resources/Static"
#define SITE_WEB_URL "https://rosia.me"