#include "SiteGeneratorConfig.h" Path SiteGeneratorConfig::getThemePath() const { return mThemesPath; } String SiteGeneratorConfig::getActiveTheme() const { return mActiveTheme; } void SiteGeneratorConfig::setThemePath(const Path& path) { mThemesPath = path; } void SiteGeneratorConfig::setActiveTheme(const String& theme) { mActiveTheme = theme; }