; ============================================================================ ; SelfHost Blog Engine ; A simple blog backend written in PureBasic ; ============================================================================ IncludePath "libraries" IncludeFile "bluesky.pbi" IncludePath "includes" IncludeFile "modules.pbi" IncludeFile "general.pbi" IncludeFile "data.pbi" IncludeFile "fcgi.pbi" General::Init() ; IDE Options = PureBasic 6.30 beta 5 (Linux - x64) ; CursorPosition = 12 ; EnableXP ; DPIAware